Java EE sample App

jakarta-ee, java

Solution

Does the EE API contain all the classes of the SE?

Yes. The Java EE platform is built on top of the Java SE platform.

Can anybody point me in the direction or offer a suggestion for the development of a sample Java EE application

Have a look at the Java EE Code Samples & Apps.

Problem

I have been using Java SE for 2 yrs now and I am pretty ok with the fundamentals of Java. I would like to move to the Java EE API and develop something based on this. I have 2 questions: Does the EE API contain all the classes of the SE? i.e. can anything developed in the SE also be developed using the EE API? Can anybody point me in the direction or offer a suggestion for the development of a sample Java EE application such as a web service or something. Ideally, this sample app would be testable on my local machine and would be worthy of placing in my portfolio for future job interviews as a Java developer.

Original source