J2EE application from Glassfish to Weblogic



I have a huge J2EE project, which was made by NetBeans Enterprise Application (not maven).


It is an old application, it uses EJB 2.0, and Servlets, JPS-s.


This application is specified to GlassFish Application Server.


My mission is to use this application in Weblogic 12c instead of GlassFish.


Could you help me, what should I change in my project and how?


In my EJB module, I have these huge files:



ejb-jar.xml
glassfish-ejb-jar.xml
sun-cmp-mappings.xml
sun-ejb-jar.xml (same as the glassfish-ejb-jar.xml)


What should I keep, and what should I delete from these?


I thin, I should use the followings:



weblogic-ejb-jar.xml
weblogic-cmp-jar.xml


Am I correct? What should I use for weblogic? And how should I write these new xml-s? Could you please give me some example?


I thik I should create the weblogic-cmp-jar.xml from the sun-cmp-mappings.xml somehow. But how?


I hope you can help me! Thank you!


No comments:

Post a Comment