× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> From: Mark Phippard
>
> Instead of linking those external JAR files to your project by
> setting the
> Java Build Path properties on the project, you have to physically copy
> them to the /WEB-INF/lib folder of your web application.  This will cause
> them to automatically be in both your build path as well as your runtime
> classpath.  And, of course, since they are now physically a part of your
> project they will also be exported to your ear file.

Okay, so if I have many applications, and they use the same external JARs, I
have to copy those JARs to every /WEB-INF/lib folder of every application.

And on the PC side, that means that every developer has to make sure that
they have the appropriate JAR files in their /WEB-INB/lib folder for every
application.  And while I assume some of the more aggressive change
management tools handle this, the manual effort involved to keep all these
environments in sync could be rather large, couldn't it?

It would be so much easier to simply have everybody point to a shared drive
where the common JAR files reside, and pick those up when generating an EAR
file.

Joe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.