PDA

View Full Version : Automatic AppContext in appServer and RMI Registration



surrizola
Jul 15th, 2005, 09:48 AM
Hi, i working in a very big application, and we decide to use spring as provider of service from the logic layer to the presentation layer.
Now we use EJB, but we want to migrate to RMI and spring, the question is, when i build my ear, and for example i deploy this into the jboss or WAS, how the server automaticaly start up the rmi, register them, and how create the application context, in fact

Its there any class or way to do the same as do in the web.xml for web applications if i dont have any ejb??
The client is in another machine than the appServer
Thanks a lot