Spring to Java EE Migration Checklist

Asked By 20 points N/A Posted on -
qa-featured

Hello experts! I'm planning to migrate my small application from Spring to Java EE. What are the Spring to Java EE migration checklist for me to be able to succeed with the plan? 

SHARE
Answered By 0 points N/A #148167

Spring to Java EE Migration Checklist

qa-featured

Hi Jaclyn,

The migration from Spring to Java EE should have a definite migration path.

1.    Upgrade the spring run time by replacing JAR files.

2.    Replace old frameworks within Spring

3.    Run Spring and Java EE container side by side.

4.    Replace Spring entirely.

5.    Remove Spring container.

There are lot of points to check while doing the migration. Please refer the below link to see the complete migration process. Thank you.

https://www.slideshare.net/ertmanb/javaone-2011-migrating-spring-applications-to-java-ee-6

Related Questions