Possible Duplicate:
Relationship between JSP and Java EE
I am working with JSP and Servlets but I always come across Java EE as a fully different thing. So can someone help and explain the difference?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Java Enterprise Edition (By the way J2EE is and old way to call it. Since version 5, the Java EE acronym is used.) is the official stack of technologies designed for enterprise programming in Java. It’s currently maintained by Oracle Corporation. It’s released separately from Java Standard Edition. You can see the list of technologies Java EE brings about here.
Both Servlets and JSP are part of Java EE stack of technologies.