What is core difference between Java for Google App Engine and Java EE? (I am not familiar with Java at all so can you please explain me what is diference in general and in what to learn is better for resume)
Share
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.
Google App Engine for Java is built upon a webapp container (Jetty) so it obviously offers only a subset of Java EE with some restrictions (but also additions to leverage their infrastructure using standardized APIs):
Java EE APIs and technologies not supported include:
More details in Will it play in App Engine.
By the way, we don’t say J2EE anymore, it’s Java EE since 2005 🙂