| Author |
Websphere migration From 5.1 to 6.1
|
karthikeyan Balakrishanan
Greenhorn
Joined: Feb 24, 2011
Posts: 3
|
|
Please guide me! How to migrate the EJB project from Websphere 5.1 to 6.1.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
Karthikeyan,
Welcome to CodeRanch!
You can deploy the EJB as is. EJBs are backward compatible. Just watch for the changes in Java. For example, if you use "enum" as a variable name, you'll need to change that since it is now a reserved word.
Any reason you aren't upgrading to WebSphere 7 directly?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
karthikeyan Balakrishanan
Greenhorn
Joined: Feb 24, 2011
Posts: 3
|
|
Thanks Jeanne,
I am new to the Websphere migration .
If you tell some steps or procedure to follow for migrating the application from websphere 5. to 6.1 .
In my application we are using EJB 2.0 !
Kindly guide me to migrate the applicaiton successfully .
|
 |
 |
|
|
subject: Websphere migration From 5.1 to 6.1
|
|
|