views:

103

answers:

0

With the advent of the shared lib concept in weblogic what is considered the best approach to integrating that with the libs in the IDE? Run time vs. compile time question.

If you use the shared lib you specify a mapping in the weblogic-application.xml the libs are not bundled in the EAR. Do you simply set-up the non-EAR project build paths with the jars so they are there for compiles? Is there some other approach that I am missing.