Migration Issue:
WebLogic application server supports sharing of utility classes
in an ear file. The shared utility classes can be packaged in one
of two directories :
APP-INF/lib : shared jar files can be placed here.
APP-INF/classes : individual classes can be placed here.
The problem is that APP-INF is proprietary to WebLogic and non...