David, Thanks for your answer..
by Kuesley@ David Blevins wrote: > > > On Nov 29, 2007, at 2:02 PM, kuesley wrote: > >> >> David, >> >> thanks for yours answer. >> >> But, if i had a application with many class and methods deployed >> using RMI >> and >> want to put inside application service like Geronimo or JBoss or >> any. Is >> this possible? >> Or i will need to create a EJB Session ? > > RMI is not part of the Java EE specification so if portability is a > concern then Session EJBs would be your best bet. It should be fairly > trivial to port any RMI application to EJB. > > -David > > > -- View this message in context: http://www.nabble.com/RMI-in-Geronimo-is-complicated%21%21-tf4881295s134.html#a14039228 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
