Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

OpenORB

  Asked By: John    Date: Jun 04    Category: Java    Views: 544
  

Does anyone know what OpenORB is used for and how it is installed on a Linux server?

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Alisha Johnson     Answered On: Jun 04

OpenORB provides a Java implementation of the OMG CORBA 2.4.2 specification. So can be used as a programming library of a series of services.

Along with the ORB, the following OMG Services are provided:

Concurrency Control Service
Event Service
Interoperable Naming Service
Notification Service
Persistent State Service
Property Service
Time Service
Trading Service
Transaction Service
for Installing it in unix, ask a linux  forum which system files must be modified to install a service in linux

 
Answer #2    Answered By: Varick Fischer     Answered On: Jun 04

OpenORB is an alternative to standard Java CORBA ORB.
it is in BSD like License since now Java is GPL it is not much needed now unless you need better license or latest CORBA standard.

CORBA is part of Java platform
current RMI is implemented over IIOP CORBA protocol

OpenORB has implemented CORBA version 2.4.2
Java ORB has implemented CORBA version 2.3.1

in CORBA you don't need to install a Container like J2EE, CORBA components run stand alone.
but you need to run a name server  which CORBA client and servers need it to be able to speak with each other.
the name server also don't need to be installed  since it is implemented in java but you can run it as a deamon in linux  to prevent manual startup.

 
Answer #3    Answered By: Haboos Kauser     Answered On: Jun 04

do you know how to run java application in as linux  demons?

 
Answer #4    Answered By: Bama Cohen     Answered On: Jun 04

very good explanation in : http://en.wikipedia.org/wiki/CORBA
please see it.

 
Didn't find what you were looking for? Find more on OpenORB Or get search suggestion and latest updates.

Related Topics:



Tagged:  

 

Related Post