Chinaunix首页 | 论坛 | 博客
  • 博客访问: 835230
  • 博文数量: 756
  • 博客积分: 40000
  • 博客等级: 大将
  • 技术积分: 4980
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-13 14:40
文章分类

全部博文(756)

文章存档

2011年(1)

2008年(755)

我的朋友

分类:

2008-10-13 16:12:19

Cheesy money-making effort

I've put together a list of books I like . If you click on one of the hyperlinked titles, it'll take you to amazon.com. If you buy the book from amazon, they send me a kickback. Cool, huh? Even if you don't buy anything, check these books out; they're all really good.
The purpose of this page is to provide a list of links to free implementations of CORBA. If you know of any free CORBA implementations not listed here, please contact me and I'll list it as well. Additionally, if you find that anything that I've listed here is not free, let me know and I'll remove it from the list.

Caveat Emptor! This list is provided in order to make your search for a free ORB easier. The presence of an ORB on this page does not constitute an endorsement of it. Please be sure to review any licensing agreements.


Feature lists (links to pages by Ben Eng)

is a matrix of the various commercial and non-commercial ORBs and the language bindings and features that they support.
is a matrix of the various commercial and non-commercial ORBs and the CORBA services which they support.
is a matrix of the various commercial and non-commercial ORBs and the platforms on which they run.
These matrices were created, and are currently maintained, by , who has some other neat stuff on his homepage as well.

Benchmarks

A new paper from MLC Systeme GmbH and the of Prague's Charles University features comparative benchmarks for Inprise Visibroker, Iona's Orbix, and ORL's OmniORB. The paper can be found .


Enough chitchat! On to the list!

Free ORBs



From their page:
PolyORB aims at providing a uniform solution to build distributed applications; 
relying either on industrial-strength middleware standards such as CORBA, the 
Distributed System Annex of Ada 95, distribution programming paradigms such as 
Web Services, Message Oriented Middleware (MOM), or to implement application-specific 
middleware. 


MT DORB is free and opensource ORB (Object Request Broker) for Delphi and Kylix. It is intended to be a fully compliant implementation of CORBA 2.3 standard. Current implementation includes: Multi-threaded ORB; IDL to Object Pascal mapping; IIOP as native protocol (ORB prepared for multiprotocol support); POA; Object By Value (OBV); Any; Interceptors; Codesets; Support for secure communication and authentication using SSL; CORBA services: Event service, Naming service, Time service.

This is a open, community based project based on a fork of the original Exolab OpenORB project providing a complete CORBA ORB, services and supporting facilities under an open management model, embracing individuals, industrial and academic contributions.

From the author:
VBOrb is an object request broker entirely written in Visual Basic.
With VBOrb you can write CORBA clients and servers in Visual Basic directly
IDL2VB is the IDL compiler belongs to VBOrb.
VBOrb and IDL2VB are free to use.


FLICK stands for "Flexible IDL Compiler Kit". This is not an ORB; it's an optimizing IDL compiler. From the authors.
  Flick is the flexible interface definition language (IDL) compiler from the
  University of Utah.  What sets Flick apart from other IDL compilers is that
  it is highly optimizing while also supporting several IDLs, message formats,
  and transport mechanisms.  Flick currently has front ends for the CORBA, Sun
  ONC RPC, and Mach MIG IDLs, and middle and back ends that support CORBA IIOP,
  ONC/TCP, MIG-style Mach messages, and other specialized transports.  Flick
  produces C stubs for all IDLs and both C and C++ stubs for CORBA IDL.


An open-source port of the Mico ORB (see below) to the Eiffel language.

LuaORB is a language binding for the interpreted language . It's been tested with the Orbacus C++ ORB, version 3.1.2.

A Java CORBA 2.3 ORB. Here's their description:
- Fully Compliant CORBA 2.3 Specification :
POA, BOA, OBV, Thread Policies, Activation Daemon and Policies, Interceptors

- Services :
Security, Transaction, Notification, Trading, Naming, Persistence, Event

- Extensions :
Pure Java RMI/IIOP implementation     

- Free to download and use for both commercial and non-commercial projects 

The same folks are also working on an Enterprise JavaBeans implementation called



A free ORB written by Mitchell Britton. Features:
  • IDL compiler written in 100% pure Java
  • Stubs produced for 'C'
  • Stubs produced for C++
  • Portable stubs and skeletons produced in 100% pure Java for Java according to the CORBA 2.2 spec.
  • ORB source and examples included
  • Ported to Win95/NT (Borland C++ and Visual C++), Solaris and LINUX
  • It's free


From the author: Jonathan is an Object Request Broker written entirely in Java. It is an "open" ORB, in the sense that contrary to standard ORBs, the abstractions that make up the internal ORB machinery may be used by an application programmer and specialized to meet specific requirements.

Jonathan ... is now completely free for commercial or non-commercial usage (it is released under the LGPL license).



From their page:
ORBit2 is a CORBA 2.4-compliant Object Request Broker (ORB) featuring mature C and 
Perl bindings. Bindings (in various degrees of completeness) are also available for 
C++, Lisp, Pascal, Python, Ruby, and TCL; others are in-progress. It supports POA, 
DII, DSI, TypeCode, Any, IR and IIOP. Optional features including INS and threading 
are available. ORBit2 is engineered for the GNU Object Model Environment (GNOME) 
with a focus on performance, low resource usage, and security. The core ORB is 
written in C, and runs under Linux, UNIX (BSD, Solaris, HP-UX, ...), and Windows. 
ORBit is developed and released as open source software under GPL/LGPL.


From the author's pages:
DynaORB is a lightweight universal CORBA client component. By lightweight, it is meant that it can be quickly transferred across a network. By universal, it is meant that it can interoparate (i.e. communicate with) and CORBA v2.x compliant ORB using IIOP (GIOP over TCP/IP). The 'Dyna' in DynaORB symbolizes that no static client stubs are needed, instead DynaORB issues dynamic requests to CORBA servers. Finally, DynaORB is a CORBA client and requires a server-side equivalent. Any CORBA 2.x compliant ORB can be used to publish your object implementations.

ISP is a CORBA 2 compliant C++ ORB created by the Institute of Systems Programming of the Russian Academy of Sciences (ISPRAS).

Arachne is a toolkit for distributed component-based software development. It includes a CORBA ORB which is "nearly" CORBA 2.0 compliant, a partial implementation of COS, an IDL-to-C++ translator, some cross-platform portability libraries, and a CORBA application framework class library. Available for Windows 95/NT, Linux, HP/UX, SunOS 4.x, and Macintosh.

The ObjectSpace Voyager ORB is still free for internal, not-for-resale applications. has created an entire family of products based on Voyager, including an application server.

TAO is a freely available implementation of a CORBA Object Request Broker (ORB) developed at Washington University. Portions of it are still under development; you can track the progress .

Fnorb is a Corba ORB written in the Python language. It includes a language mapping for Python. It's free for non-commercial use. It no longer requires a third-party Interface Repository.

The MICO project intends to provide a freely available and complete CORBA 2.1 implementation under the GNU public license. Full source code is available. MICO boasts an impressive list:
IDL to C++ mapping 
Dynamic Invocation Interface (DII) 
Dynamic Skeleton Interface (DSI) 
graphical Interface Repository browser that allows you to invoke arbitrary methods on arbitrary interfaces 
Interface Repository (IR) 
IIOP as native protocol (ORB prepared for multiprotocol support) 
Support for nested method invocations 
Any offers an interface for inserting and extracting constructed types that were not known at compile time 
Full BOA implementation, including all activation modes, support for object migration and the implementation repository 
BOA can load object implementations into clients at runtime using loadable modules 
Support for using MICO from within X11 applications (Xt, Qt, and Gtk) and Tcl/Tk 
Naming service 
Event service 
Relationship service 
Dynamic Any 
Interceptors 
Support 



Omni-ORB 2 is a CORBA 2 - compliant ORB from AT&T Laboratories Cambridge. It supports C++ bindings, and it is freely available.
As of June 1999, the current version is 2.7.1. Javasoft has released an early-access implementation of JavaIDL. This is not the alpha version referred to below, but is listed as version 1.1 EA.

JacORB is a free ORB written in Java.
Gerald Brose, creator of JacORB, had this to say:
would you mind extending your description of JacORB on your free
CORBA page so as mention it 

- is 100% Java and supports a Java language mapping
- is GPL'ed
- comes with full source code

If you like, you could also add that it comes with a name and
an event service implementation. 

is a CORBA V2 ORB written by Silvano Maffeis. It is available in source code form.
The Inter-Language Unification project from Xerox.
DOME is available free for personal use on the PC-Linux platform.
This is a work in progress. When complete, it will be a CORBA 2.0-compliant ORB written entirely in Java and published under the GNU public license.
This is a link to Sun's Java IDL page. Sun's Java IDL toolkit is available free for download.

ROBIN is a freeware distributed object system based on CORBA 2.0. Here's what the purveyors have to say about it:

This freeware distributed object system supports a simplified subset of CORBA 2.0 core, with C, C++ and Java language support. It runs on many UNIXes and Win32. It uses an Internet-Protocol- centric interpretation of ORB IDs, which also allows it to provide location-independence and redundancy using IP multicasting. It should serve as a good introduction to the world of multiplatform, object-oriented, distributed computing. Future enhancment plans include: finishing the CORBA core APIs, adding Visual BASIC support, and possibly IIOP support.


Commercial ORBs with free evaluation periods


OpenFusion Total CORBA Solution (TCS) includes:
  • PrismTech's JacORB for Java ORB distribution
  • PrismTech's TAO for C++ ORB distribution
  • PrismTech's OpenFusion CORBA Services (notification, naming, trader, log, time, and others)
  • PrismTech's worldwide support and consultancy services
Available for download for a 30-day evaluation period.



C and C++ embedded real-time ORB and CORBA Services available for 30 day evaluation. This was formerly the Expersoft ORB; it has been acquired by Prism Technologies.



OAK is a CORBA2-compliant ORB available for a wide variety of platforms, including Nextstep, Openstep, and WebObjects. It supports C++ and Objective-C bindings as well as a Java client-side mapping, IIOP, DII, DSI, and supports naming and events. A full version is available for 30-day evaluation. OAK is also offered free to educational institutions. Additionally, Paragon Software offers a single-user license for personal non-commercial use, also for free.

OrbixWeb is a full CORBA2 ORB implemented in Java and is available for download free for 60 days.
Expersoft's CorbaPlus for C++ is available for a 60-day trial download.
Visibroker is one of the leading commercial CORBA ORBs available Inprise was formed by a merger of Visigenic and Borland. These folks make CORBA development tools for both C++ and Java. They're not free, but you can download them for a free trial, so I included them.
30-day evaluation (license required).
The major changes between the old OmniBroker
and the new ORBacus are full support for multi-threading through the
JThreads/C++ library, an Event-, Naming- and Property-Service (Trading
Service as add-on) and Pluggable Protocols with IIOP as default plug-in
(SSL as add-on).

Non-CORBA ORBs


HORB has been around for quite a while (at least in Java terms). Free for commercial use in unmodified binary form.

RMI comes with JDK 1.1 or better, and a version for JDK 1.0.2 is available from this link.

(from their web page)
The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA?or COM/DCOM/COM+. Ice is easy to learn, yet provides a powerful network infrastructure for demanding technical applications. Ice shines where technologies such as SOAP or XML-RPC are too slow, or do not provide sufficient scalability or security.
... and that's all I've got so far; if you hear of any others, please let me know.

Links to other pages on CORBA and distributed computing


is a distributed modeling and simulation framework that makes use of OpenORB for distributed communication.
is a weekly news summary on things ORB-related.
is a daily summary of news and events related to distributed computing, object-oriented programming, patterns, and all manner of other interesting things.
contains a lot of very good information on CORBA.
is the organization that generates the CORBA standards. There is a lot of technical info on this site, including specs for CORBA and its associated services.
with links to CORBA software. It's in Austria, so it may take some time to download.

is a link to Junichi Suzuki's page on CORBA and distributed computing. It contains yet more links to CORBA implementations, free and otherwise.

is a link to Linas Vepstas's page on CORBA implementations for Linux, free and otherwise.


To contact the author of this page, send mail to .
You are the 407263rd person to visit this page


Awards!

The Free CORBA page has been awarded a "Key Resource" Award for the topic of CORBA by Links2Go. From their docs, they use some sort of intelligent agent to analyze and cross-reference pages, and pick out the 50 pages that are "most representative" of the topic at hand.

The Free CORBA page has also been chosen as a Five Star Selection by itmWEB, which maintains a listing of pages that should be useful for information technology professionals.


--------------------next---------------------

阅读(3634) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~