Convert J2EE 1.3 application into Java EE 5 or above -


i maintain old j2ee application uses ejb's. involved in converting j2ee ejb's java ee ejb's

here's starter list:

  1. convert ejbs new 3.x standard.
  2. replace xml annotations possible.
  3. change java ee 6 jar dependencies needed.
  4. repackage ear.

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -