• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Websphere migration From 5.1 to 6.1

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please guide me! How to migrate the EJB project from Websphere 5.1 to 6.1.

 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
karthikeyan Balakrishanan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 .
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic