org.jacorb:jacorb

JacORB Core code


License
LGPL-2.1+

Documentation

JacORB

Build Status Maven Central Javadocs

JacORB is a freely licensed java implementation of the OMG's CORBA standard.

  • The main home page is here.
  • Mailing lists are available here.
  • New issues can be reported here in the GitHub project (whereas old issues can be found in the Bugzilla archive here).

Installation

JacORB should work under all supported Java platforms (See here and here). This release has been tested on Linux, Mac, and Windows.

See also the current ProgrammingGuide.pdf for more details.

Prerequisities

  • Java 1.6 or later
  • Maven 3.0.4 or later for building JacORB / running the tests

Libraries and Scripts

Useful scripts are available in the 'bin' directory. The JacORB libraries are stored in the lib directory for the binary distribution.

Configuration File

For more details see Chapter 3 of the ProgrammingGuide. In the simplest case, the template etc/jacorb.properties_template file may be copied to a directory on your classpath. The paths and logging information should be updated.

Getting started

There are a number of examples in the demo directory. For more information look at their individual README files and the ProgrammingGuide.

Building Source

JacORB may be built via Maven using standard Maven commands e.g. mvn clean install -DskipTests=true. Note that the install phase must be executed so subsequent module builds find the results of preceeding modules. The project may be imported into Eclipse or IntelliJ using standard import commands.

💡 The JacORB Core and Regression Test module utilises Endorsed Directories to build within the maven-compiler-plugin. In Eclipse, the JBoss Tools Endorsed Libraries Plugin must be installed for this to work.

Contributing

See the CONTRIBUTING.md document.