Java™ Web Development Courseware
Developing Java web applications has come a long way since Servlets were introduced in 1997. Since then, JavaServer Pages were added to separate HTML markup from Java code. Frameworks like Struts and later JavaServer Faces and Spring® MVC made it so developers could focus on the task at hand rather than concern themselves with the underlying web application "plumbing" code. AJAX makes web applications feel like desktop applications by improving on the traditional HTTP request/response cycle.
ITCourseware has training materials to cover all aspects of Java web application development, from our Java Web Programming course that covers JSP, and Servlets to our JSF, Spring MVC, and AJAX courses that cover the most recent developments in the Java web development world.
If you are looking for a course that covers another facet of Java development, please consult one of the following Java courseware categories:
This 4-day course for Java developers introduces AJAX (Asynchronous JavaScriptand XML), which is a browser-based technology for creating highly interactive Web applications by updating parts of a Web page with new data without reloading the whole page. There is no formal definition of AJAX, but using XMLHttpRequest/JavaScript has become the dominant AJAX technology.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 2-day course teaches Java programmers how to build dynamic web applications using JavaServer Pages, Servlets and JavaBeans. These technologies combine to form the presentation side of a J2EE web-based application. Students will implement a Model-View-Controller (MVC) architecture for their web applications.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 2-day course teaches Java web developers how to use JavaServer Faces in their web applications.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This is a 3-day course on JSF which is a J2EE technology that focuses on simplifying the building of Web based user interfaces in Java. It builds on existing technologies, such as Servlets and JSP, but solves many of the issues that arise when using them directly. It does this by providing a standard component based user interface (UI) framework that can be leveraged by tools to provide a rich and easy to use development environment.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course will teach students how to use Java Struts as a framework to develop web applications that follow the Model/View/Controller design pattern. The topics cover the components of Struts that are available from the Jakarta project of the Apache Foundation. The course illustrates what the components provide and use of them.
Instructor kit includes an email with instructions to download presentation slides. Learn More