facebook

Location of strut jar files

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349988 Reply

    dknutson
    Member

    With MyEclipse, you can use Project Facets to setup the web for using struts. When you do this, the library files show up as an additional library under the website name.

    The tutorials I’ve seen on Stuts have you create a Lib folder under WEB-INF and this is where they place the struts jar files.

    Can someone tell me what the pros/cons of doing it the MyEclipse way instead of placing them under WEB-INF?

    #350007 Reply

    support-swapna
    Moderator

    dknutson,

    Managing libraries is more flexible and easy if you are doing it the MyEclipse way. Its easier to change the libraries version.

    Also containers can be adjusted to the target server.E.g. if server has it’s own JPA implementation, you don’t provide additional JPA containers.

    If you are using SCM and if you place your libraries under WEB-INF, then you need to check files in WEB-INF into your SCM (CVS, GIT) which means the libraries also have to be checked.

    Hope this helps. Let us know if you have any questions.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Location of strut jar files

You must be logged in to post in the forum log in