Customers and users always want to make sure their Java EE applications run nicely in any application server. But it is not uncommon that sometimes resources must be migrated by hand, or luckly and preferably automated with scripts.
So in order to help our customers and users in getting ready for future migrations from GlassFish to WebLogic, I am following up with my series of articles about Migrating from GlassFish to WebLogic.
This time I covered the migration of a resource every Java EE developer knows very well: JDBC resources, or simply, DataSources. But before that, make sure you read the first article in case you haven't: Migrating a Java EE App from GlassFish to WebLogic.
Continue reading "Migrating JDBC Resources from GlassFish to WebLogic" ...