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

Reply via email to