Thursday, October 18, 2007

Tutorials and Training Materials

This great tutorial material taught by Marty Hall is now free to access. Marty Hall is the author of Core Servlets and JavaServer Pages, More Servlets and JavaServer Pages, and Core Web Programming from Prentice Hall and Sun Microsystems Press.

Java language
- good power point slides on each java topic
- Advanced Servlet and JSP
- Ajax: An Introduction & Tutorial
- Sun Certified Web Component Developer (SCWCD) Review and Exam Prep

JSF - Java Server Faces
- good power point on each topic
- A Simple JavaServer Faces Application
- JSF Tapestry comparision
After several years as the leading Java web application framework, the reign of Apache Struts appears to be drawing to an end. Indeed, the action-based model on which Struts is based is no longer regarded by many as ideal for Java web application development. While Struts and many other Model View Controller (MVC) frameworks from the early 2000s are largely operation-centric and stateless, the frameworks emerging most strongly are component-based and event-driven. The leading contenders in this space are the new "standard", JavaServer Faces (JSF), and Strut's cousin from the Apache Jakarta project, Tapestry.

- Comparing Web Frameworks
Matt Raible has a new presentation in which he compares a sprinkling of web frameworks. He discusses the technical, and political merits of Struts, Spring, Tapestry, WebWork, and JavaServer Faces. Do you agree with his conclusions?
discussion

Software Testing -
Test Framework Comparison
-- see whole section of article under "Testing"

No comments: