Similar to a startup class, your application could have a client module.  Then in the orion-application.xml, you indicate that orion should autostart the client module.  Your client module, is a standard application with the public static void main(...) method defined in one of the classes (you have to create MANIFEST.MF file to tell which is the main class). 
 
Then, at runtime, orion will automatically run the client application.  In your client application you can create an RMI object and put it into the JNDI tree.
 
Just some ideas on the topic....
 
-AP_
www: http://www.alexparansky.com
resume: http://www.alexparansky.com/resume.html
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of meera krishnaraja bhat
Sent: Wednesday, January 09, 2002 5:03 PM
To: Orion-Interest
Subject: does orionsupport startup and shut down classes

hai
 
Does ORION support startup and shutdown classes? Here is the scenario, in
order to have access to the system resources (file system, legacy
applications) from an EJB, it is the violation of EJB spec. However, one can
write a java class that accesses system resources and deployed this class in
the EJB Server.

thanks
meera


MSN Photos is the easiest way to share and print your photos: Click Here

Reply via email to