Click here to Skip to main content
15,883,990 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
IS JAVA 1.5 is a JEE5 specification.
?
which version of java is JEE5 SPECIFICATION WHICH IS REQUIRED BY STRUTS2
Posted

1 solution

Hello,

Java 1.5 represents the version of Java SDK (java SE). JEE5 is a separate specification for enterprise application development. It requires Java SDK 1.5 & above. For more information please have a look at this[^] documentation.

For struts 2 you will require following

  • Servlet API 2.4
  • JSP API 2.0
  • Java 5

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900