I am looking for a template project a tutorial of how to build Spring 3 + EJB 3.1 + JPA 2 application. Any references or advices warmly appricated.
UPDATE#1 http://twasink.net/blog/2007/01/using-spring-with-ejb-3/ still looking for more answers
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.
I’m not aware of tutorials or sample projects, but:
The general way of integrating Spring with EJB is described in the chapter 20. Enterprise JavaBeans (EJB) integration, the JPA setup will probably use JNDI and is described here.