2 Replies Latest reply on May 6, 2013 8:09 AM by wdfink

    Migration from JDK1.5 to JDK1.7

    apurva_tech

      Hello ,

       

      I am currently working on Migrating the application from Weblogic9.1 to JBoss5.1

      Currently used JDK is 1.5 and need to migrate it to JDK1.6

       

      Now I have few queries :

      1. Can we migrate it directly from JDK1.5 to JDK1.7 as JDK1.7 is the latest version

      2. Can we migrate Weblogic 9.1 to JBoss7.1  instead of JBoss5.1 as JBoss7.1 is latest version .

       

      And what are the Major Steps to carried out for such migration .

       

      Cheers

      Apurva

        • 1. Re: Migration from JDK1.5 to JDK1.7
          nickarls

          The migration from JDK5 to JDK7 should be pretty straightforward due to backwards compatibility. Of course, there might be some OS-related things that bite you but they should be pretty well known by now.

          Migrating from WebLogic to AS 7.2.0/EAP 6.1.0.A (which is actually the latest version) could take some more work depending on your app etc. Even though the EE spec should make migration easy, there are usually still AS-related xml files and conventions that have to be mapped.

          1 of 1 people found this helpful
          • 2. Re: Migration from JDK1.5 to JDK1.7
            wdfink

            It depends on what you try to migrate.

            If you have a EJB2 application with CMP (Container Managed Persistence for Entities) the answer will be 'maybe' as you will have more options with JBoss5.1.

            But you should consider that 5.1 will not maintained in the community. If you need such features the EAP5.1 might be an option, here you wil have support until 2019 depend on the support subscription you pay for.

             

            If you try to migrate an EJB3.x application or refactor code to be more up-to-date the latest EAP6.1.0 version would be my choice