My Web projects depend on lots of 3rd party libs like Hibernate, Spring,
etc.
When I did simple Java (non-Web) projects, I used to define User
Libraries for each lib, so that each team member could setup the User
Library on his machine, and have integrated Javadoc and source code for
the libs.
This approach doesn't work with Web apps. How could I have this same
effect with Web apps?