Results 1 to 2 of 2

Thread: Best way to package & deploy spring EJBs

  1. #1
    Join Date
    Apr 2006
    Posts
    28

    Default Best way to package & deploy spring EJBs

    Hello,

    what is the best/prefered way to ship out spring-EJB applications? Should I pack the spring.jar and dependencies within the application.jar or deploy it to (JBoss) .../server/default/lib?

    Any suggestions?

    Thank you.

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    I would suggest packaging dependency jars (such as spring) into the application's EAR file. Otherwise you might get problems if you want to deploy different applications which require different versions of jars.

    Regards,
    Andreas

Posting Permissions

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