IBM WebSphere Application Server Migration Toolkit

Un nouvelle version 1.2 qui facilité la migration des applications Java 1.4 et Java EE 5 depuis Oracle WebLogic Server ou JBoss Server vers WAS :



Our tooling focuses on the following major areas when migrating WebLogic applications:

  • Classpath setup: Convert Enterprise Archive (EAR) classpaths to J2EE specifications
  • WebLogic Server Startup Classes: Detect and convert T3StartupDef and T3ShutdownDef classes
  • Non-Portable JNDI lookups: Detect and refactor JNDI lookups to use the parameter-less InitialContext
  • JSPs: Enforce case sensitivity of JSP tag/attribute names against the TLD file
  • Deployment Descriptors: Detect and convert WebLogic specific deployment descriptor elements to industry standard deployment descriptor elements (1.4 applications only)
  • WebLogic proprietary java package references: Detect and convert proprietary package references to standards based package references
  • Web Services: Generate ANT script, Service Endpoint Interface, WSDL, Deployment Descriptors, Mapping Files and other JAXRPC Webservice artifacts
  • Java EE5 items: Detect JPA, JDBC, XML JTA, and Logging items and convert many of them

Our tooling focuses on the following major areas when migrating JBoss applications:

  • Classpath setup: Convert Enterprise Archive (EAR) classpaths to J2EE specifications
  • JBoss Server Startup Classes: Detect and convert JBoss startup and shutdown MBeans
  • Non-Portable JNDI lookups: Detect and refactor JNDI lookups to use the parameter-less InitialContext
  • Deployment Descriptors: Detect and convert JBoss specific deployment descriptor elements to IBM deployment descriptor elements (1.4 applications only)
  • JBoss proprietary java packages and files: Detect and JBoss proprietary packages and files
  • Web Services: Migrate JBoss JAXRPC Webservices