GlassFish Migration: WebLogic's Split Directory To Ear
As I wrote in the blog on Verification Tools for Migration to GlassFish, GlassFish
verifier tool is handy for verifiying the Java EE compliance
of an application. Verifier is run as follows
verifier --portablity archive
at seems simple enough to run, but it does require an
archive (ear/war...
When migrating a Java EE/J2EE application to glassfish, often
the first step is to determine if the application is using non
portable Java EE/J2EE application features. In my previous
GlassFish
migration blogs, I demonstrated the use of the GlassFish
verifier tool for this purpose. However, there are other tools
that can also be used to verify the...