amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Mon May 08, 2006 6:21 am Post subject: Migrating a JBoss EJB Application to WebLogic |
|
|
The JBoss open source application server is commonly used in the development phase of a J2EE project.
In the production phase the commercial BEA WebLogic server is preferred because of its enhanced set of features. Without modifications, an
application developed in JBoss does not deploy in WebLogic server.
The deployment descriptors for the WebLogic server are different from the JBoss deployment descriptors. An application may be migrated to WebLogic by converting the vendor-specific deployment descriptors to WebLogic. In this tutorial an EJB application developed in JBoss will be migrated to WebLogic with MySQL as the database.
for read more information:
http://weblogic.sys-con.com/read/117492.htm |
|