RMI/IIOP support in orion...

2001-04-03 Thread jthomas
Hi, I am relatively new to appserver... We are thinking of hosting a telecom app on an appserverThe inetrface is to the eventual users of this application(s) has to be CORBA... so, please advice me on options available to us : Assuming that we would have a set of EJBs , how would a client

RE: RMI/IIOP support in orion...

2001-04-03 Thread Jeff Schnitzer
You want an appserver that uses RMI-IIOP natively. Orion isn't one of these. You would have to write an intermediate server that translates all CORBA/IIOP calls into EJB/ORMI calls. You will more than save on development costs by just spending the money up front for an IIOP-based server like

Re: RMI-IIOP

2000-09-09 Thread Cory Adams
Karl, Do you have an approximate timeframe for implementation of this feature? Thanks, Cory At 12:10 AM 9/9/00 +0200, Karl Avedal wrote: Hello Cory, RMI-IIOP is scheduled to be implemented for the full EJB 2.0 release but is not yet. Regards, Karl Avedal Cory Adams wrote: Has anybody

RMI-IIOP

2000-09-08 Thread Cory Adams
Has anybody implemented RMI-IIOP to interoperate from an EJB to a different system? If so how is it supported within ORION or does it totally depend upon the JDK's support for RMI-IIOP? Also how to you implement RMI-IIOP usage in an EJB? Can the container pool those connections. Thanks