| Author |
WLS migration to JBoss
|
Chengwei Lee
Ranch Hand
Joined: Apr 02, 2004
Posts: 884
|
|
|
Are there any tools or guides that would help in migrating from WebLogic Server to JBoss AS?
|
SCJP 1.4 * SCWCD 1.4 * SCBCD 1.3 * SCJA 1.0 * TOGAF 8
|
 |
Wiley Snyder
Greenhorn
Joined: Oct 26, 2005
Posts: 23
|
|
|
none
|
 |
Chengwei Lee
Ranch Hand
Joined: Apr 02, 2004
Posts: 884
|
|
Originally posted by Wiley Snyder: none
Thats a good one. For MySQL, they've a migration toolkit to ease some pains in moving over from other DBMS, maybe JBoss should have something similar. Or perhaps a document to help in migrating.
|
 |
Dave Salter
Ranch Hand
Joined: Jul 20, 2005
Posts: 292
|
|
Don't know if this helps... http://wiki.jboss.org/wiki/Wiki.jsp?page=PortingFromWeblogic
|
 |
Chengwei Lee
Ranch Hand
Joined: Apr 02, 2004
Posts: 884
|
|
Any help, is appreciated. Thanks
|
 |
S Davis
Author
Ranch Hand
Joined: Feb 07, 2006
Posts: 40
|
|
While we don't specifically talk about migrating from App Server X to App Server Y, we do take great pains to make our application as server-neutral as possible. We sidebar areas that are JBoss specific in each chapter. The good news is the code tends to be container-neutral. It is the deployment descriptors that tend to be container-specific. You can mitigate much of this through the use of XDoclet.
|
 |
 |
|
|
subject: WLS migration to JBoss
|
|
|