Jump to letter: [
ABEFHJMOTW
]
jacorb: Free Java implementation of OMG's CORBA standard
- Summary
- - high-performance, fully multithreaded ORB
- IDL compiler, supports OMG IDL/Java language mapping
rev. 2.3, OBV
- native IIOP, GIOP 1.2 and Bidirectional GIOP
- POA (Portable Object Adapter)
- AMI (Asynchronous Method Invocations)
- ETF (Extensible Transport Framework)
- POAMonitor, a GUI tools that lets you inspect your
object adapters (screenshot)
- Dynamic Invocation Interface (DII) and Dynamic Skeleton
Interface (DSI)
- Dynamic Management of Anys (DynAny)
- Portable Interceptors (standard)
- OMG Interoperable Naming Service
- NameManager, a GUI browser for the name service
(requires Swing or JDK 1.2) (screenshot)
- improved IIOP over SSL, includes KeyStoreManager
- OMG Notification and Event service
- Transaction Service, Collection and Concurrency services
- TradingService (supports trader links), an extension of
Mark Spruiell's free JTrader
- CORBA 2.3 Code set support
- Appligator, an IIOP proxy
- Support for HTTP tunneling
- Domain Manager, an object domain management service,
includes a domain browser GUI
- Interface Repository
- IRBrowser, a GUI front end for the Interface Repository
- Implementation Repository
- Implementation Repository Manager, a GUI front end for
the Implementation Repository
- IDL and Java source for all CORBA/COSS interfaces
- examples and full source code included
- 100% pure Java, JDK 1.3 and 1.4 compatible, also cooperates
with Sun's JDK 1.2 classes (releases prior to 1.4 are
compatible with JDK 1.1)
ClassPath: antlr-2.7.2.jar:avalon-framework-4.1.5.jar:logkit-1.2.jar:commons-collections-2.0.jar:commons-logging.jar:wrapper-3.1.0.jar (see 'rpm --requires jacorb-jboss')
Note: To use on Java 1.4 add backport-util-concurrent.jar to the ClassPath (from the RPM with the same name)
Note: To use the CORBA Notification Service add picocontainer-1.2.jar to the ClassPath (from the 'picocontainer' RPM).
Arch: noarch
| Download: | jacorb-2.3.0-1jpp.src.rpm |
| Build Date: | Mon Aug 20 17:20:52 2007 |
| Packager: | Fernando Nasser <fnasser@jpackage.org> |
| Size: | 11.06 MiB |
Changelog
- * Tue Aug 21 00:00:00 2007 Fernando Nasser <fnasser{%}redhat{*}com> 0:2.3.0-1jpp
-
- Upgrade
- * Thu Jun 7 00:00:00 2007 Fernando Nasser <fnasser{%}redhat{*}com> 0:2.3.0-1jpp.ep1.1
-
- Add patch from Francisco Reverbel <reverbel{%}gmail{*}com>:
Fix for NPE on shutdown
- * Sat Jun 2 00:00:00 2007 Fernando Nasser <fnasser{%}redhat{*}com> 0:2.3.0-0jpp.el4ep1.4
-
- Add patch from Francisco Reverbel <reverbel{%}gmail{*}com>:
Fix for bug #783 in JacORB's bugzilla system