• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Migration of Java Application from WebLogic 8.1 to Weblogic 10.3

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We got a requirement where we need upgrade an application as follows

Technology Existing version To be converted
Java 1.4.2 to 1.6
Web logic 8.1 SP3 to 10.3
EJB 2.1 to 3.0

WebLogic 10.3 supports EJB3.0 Spec. But i read elsewhere the EJB3.0 is backward compatible with EJB2.0 and EJB1.0
Is this right?

Please share your thoughts regarding this.
 
author & internet detective
Posts: 42163
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
Yes. You can continue to use EJB 3 style beans. However, you probably want to upgrade them at some point for new development.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

We have got a requirement of Migrating our source code from Weblogic 8.1 SP3 to Weblogic 10.3.1 Enterprise Edition server.
Can some one please provide me inputs or pointers regarding this.
I was going through some articles , in some places it was mentioned that it is a two step process, first we need to migrate the code from Weblogic 8.1 sp3 to Weblogic 8.1 Sp (4 or 5 or 6) . Then we can migrate the code from Weblogic (4 or 5 or 6 ) to Weblogic 10.3.1 using the code migration tool provided by the Weblogic 10.3.1 workshop.

Can some one tell me is this teh correct path which we need to follow for migrating the code?

Any input is welcome on this.

Thanks in advance.

Hridish
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic