Java Training Overview
This practical, application-oriented course teaches Java Servlets technology and shows how to use it to develop simple to complex web applications. It is intended for experienced Java (J2SE) programmers who want to build web applications or J2EE components and systems.
The course begins with an overview of server-side Java programming and web protocols. Then students learn the Java Servlets architecture, the request/response cycle, and servlet life cycle, and how to build interactive web applications that parse and/or generate HTML forms. Several prominent patterns for servlet application architecture are considered. Sessions are studied as a means to developing sophisticated client/server conversations over several HTML pages. Multi-tier applications are developed using servlets and JDBC for access to relational databases.
The course develops the important concept of the separation of programmatic and declarative development: use of configuration and context information in lieu of hard-coded values, resource locations, etc., to make the web application as portable and easy to administer as possible. The course introduces JavaBeans as a standard for business and data objects that can be shared among servlets and JSPs, and develops techniques for sharing such objects at session scope or by request forwarding. Finally, students learn how to implement filters to adapt existing servlets by pre- and post-processing the request and response.
Java Training Learning Objectives
Java Training Prerequisites
Java programming experience is required. Course "Java Programming," is excellent preparation.
Exposure to HTML and Web page design are beneficial but not necessary.
Java Training Course duration
2 days
Java Training Course outline
1. Web Applications | |
| |
2. Servlets Architecture | |
| |
3. Interactive Web Applications | |
| |
4. Session Management | |
| |
5. Database Access | |
| |
6. Configuration and Context | |
| |
7. Filters | |
| |
Appendix A. Learning Resources | |
Hardware – minimal
Hardware – recommended
Operating system
Software