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 RMIandwant to put inside application service like Geronimo or JBoss or any. Isthis 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
