This early morning I read somebody asking, what is the learning track for a Java SE developer if he wants to learn the Java EE platform.
I try to list down and compile the track to learn based on my own experience:
- Download and install an JSP/Servlet Container (recommended: Apache Tomcat 5.5)
- Learn to deploy a simple JSP/Servlet application, like one from Sun, one from BEA, etc.
- Some usage of the JSP headers
- Try to deploy a Servlet
- Folder structure of a simple WAR file
- Folder structure of an EAR file
- Setting up the web.xml (this is one of the intricated process)
- Setting up the correct mapping and filter
- (I will continue this later...)
No comments:
Post a Comment