There are currently no upcoming Live eLearning classes. Please contact us if you would like us to schedule a class.
This two-day module introduces JavaServer Pages, or JSP, which is the standard means of authoring dynamic content for Web applications under the Java Enterprise platform. The module begins with an introduction of Web applications in general, shows how Java servlets and JSPs establish a framework for writing Web applications, and then covers JSP 2.0 features in detail, from scripting elements to use of dedicated JavaBeans to JSP expressions, and quick introductions of JSTL and custom tag development.
By the end of the module students will be able to create their own JSP applications, including interactive applications using HTML forms and pages that perform fairly complex processing using scripts and or actions. Although scripting is covered, the scriptless authoring style encouraged by the JSP 2.0 specification is emphasized, and students will be well equipped to develop concise and effective JSP applications.
Each student in our Live Online and our Onsite classes receives a comprehensive set of materials, including course notes and all the class examples.
Experience in the following areas is required:
Our computer technical requirements and setup process is easy, with support just a click away.

Posted on Nov 12, 2010 by rsakowski
In C/C++ memory management is handled by the programmer. Even after a programmer has put in a lot of effort to ensure the code is free of memory management ...
Posted on Aug 11, 2010 by rsakowski
A common misconception about JavaServer Pages is that they are executed by the web container. Actually they only supply the web ...
Posted on Jun 27, 2010 by rsakowski
A common question students ask me is what’s the difference between a Java Application server and a Java EE Application server? Actually the question ...
Posted on Jun 21, 2010 by rsakowski
JavaServer Faces (JSF) is a web-based application framework. It is a request-driven MVC technology based on a component ...
Posted on May 22, 2010 by rsakowski
In a standard Java EE web application, a client typically submits information via an HTML or JSP form. The information is handed a Java servlet or another ...