sekhar's blog
WebLogic to GlassFish : Sharing classes using APP-INF
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.
JBoss to GlassFish: Session Bean and Component inheritance
Migration Issue: This migration issue is related to the inheritance of client view in a session bean. Consider the following code fragment where session beans A and B exposes local business interface ( or client views using EJB 3.X specification terminology).
JBoss to GlassFish : taglib-location
Recently, I came across the following JBoss -> GlassFish migration issue involving taglib-location in web.xml. Here is how I dealt with it.
In a web-application's web.xml, <jsp-config> element can be used to provide configuration information for JSP files.
GlassFish Migration: Java EE Module Loading Order (I)
Recently there has been some questions regarding order in which Java EE modules in a Java EE eneterprise applications. The order in which Java EE modules are loaded varies between Java EE application servers. So it is a migration issue issue. This is the first of my blogs on this topic.
GlassFish Migration: WebLogic's Split Directory to Ear
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.
Verification Tools for Migration to GlassFish
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.
Migrating WebLogic's JSP SimpleTag example to GlassFish
As I outlined in Migrate to GlassFish acitivities , I am migrating samples from different application servers to GlassFish to illustrate migration to GlassFish.
Migrating WebLogic's JSP TagHandler example to GlassFish
As I outlined in Migrate to GlassFish acitivities , I am migrating samples from different application servers to GlassFish to illustrate migration to GlassFish.
Migrating WebSphere BasicCalculator example to GlassFish
As I outlined in Migrate to GlassFish acitivities , I am migrating samples from different application servers to GlassFish to illustrate migration to GlassFish. Here, I selected a WebSphere Application Server V6.1 (WAS for short in the rest of the blog) and migrated it to GlassFish.
Migrating JBoss's Sample JSF-EJB3 Application To GlassFish
As part of the Migrate to GlassFish acitivities, I migrated a JBoss sample to GlassFish. I am going to describe what I had to do to migrate the application.
Sample Application
The sample application I migrated is "Sample JSF-EJB3 Application" from JBoss Getting Started Guide.





