I’d like to test my knowledge in EJB, making an small application. Could you give me some ideas for doing with EJB?
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.
Try to play with the code example of EJB in Action. You can find the source here. The source is available for JBoss, Glassfish, OracleAS. In this way, you can have a good grasp on all type of beans, plus JPA stuff.
Cheers.