Is there a good online overview of or tutorial on how the Java web ecosystem works? I have Thinking in Java, but it's mostly just the language itself (which I understand well enough to get by). When searching, I found the Sun Java Servlet Tutorial, which is outdated, along with other outdated or dubious options.
|
|
Are you using JEE5 or JEE6? I'm not sure what online tutorial you're looking at but the Sun/Oracle EE online tutorial is excellent. http://download.oracle.com/javaee/6/tutorial/doc/ |
|||
|
Java is a lingua franca precisely because it's very simple at the level of the language spec. The language per se has almost no unique/interesting features. What makes it worth learning/using is the exceptional quality and quantity of tool and library support, part of which is a consequence of the simplicity of the language spec. This is where to look for things unique to Java. If you're not taking advantage of fancy IDEs, refactoring tools, the huge standard library, etc., you're either doing it wrong or you've picked the wrong tool for the job. |
|||||||
|
|
I've found Marty Hall's material to be pretty good. http://www.coreservlets.com/Apache-Tomcat-Tutorial/
Let me know if these work out for you. |
|||
|
It sounds like you have skipped a prerequisite course. A well structured IT degree will not expect you to know something as significant as Java servlets without having taught it in a previously. |
|||
|