can anyone tell me what are the jar files required for the Spring-EJB Integration and to deploy my web application into the Tomcat7.
Printable View
can anyone tell me what are the jar files required for the Spring-EJB Integration and to deploy my web application into the Tomcat7.
You need to add
org.springframework.asm,beancontext,core,orm,web,w eb.servlet like jars.
and make sure that u use all jars of same version,like if you use orm-3.0.0.RELEASE so u use every jar of 3.0 only other wise it would cause problem.
And also it would be better if you use JBoss. This would enhance ur skill as Jboss can take more heavier projects.