I am new to enterprise applications. Just started to learn EJB. I know RMI well. Can anyone map RMI with EJB to understand the basic strongly else give some links/books to clearly understand EJB basics.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Compared to EJB, RMI is a “small” specification pertaining to remote invocation. EJB is much larger and actually includes RMI. The Wikipedia article about Enterprise JavaBean is a must read.
I would recommend you also read Mastering Enterprise JavaBeans 3.0 by Sriganesh et al.