Results 1 to 2 of 2

Thread: How to manage dependencies for Spring-EJB integration

  1. #1
    Join Date
    Nov 2011
    Posts
    1

    Default How to manage dependencies for Spring-EJB integration

    can anyone tell me what are the jar files required for the Spring-EJB Integration and to deploy my web application into the Tomcat7.

  2. #2
    Join Date
    Sep 2011
    Posts
    11

    Default

    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.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •