• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Migrating from weblogic-10 to glassfish-4

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i've few application in for my client which are either on weblogic-10 or glassfish 2 all on java-5

we need to migrate all the applications to glassfish-4.
Is there any documentation or the checklist about technologies glassfish-4 doesn't support ?

For example
is Java-5 supported or I have to revamp code to support jdk7.
Are EJB-2 entities supported or we need to move to JPA/EJB3.
Is Struts 1.X supported ?
Or any list of NOT-SUPPORTED features/technologies/Frameworks limitation Glassfish-4 has?
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Given your apps are developed using Java 5 and all app servers are backward compatible hence the java version shouldn't be a problem.

JEE side (ejb) again shouldn't be a problem

As for struts or other frameworks/ libraries, I expect if you have all those jars included in the WAR/EAR, your app will run.

However, server configuration like JDBC connection pool, JMS queue/topic, etc will need to be set up in Glassfish v4.

At the end, you just can't take advantage of those "new features" in JEE7
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic