Web Development with Java Using Hibernate, JSPs and Servlets /
Web development is simpler than it seems, especially with the software tools freely available on the Web. This book breaks from the tradition of teaching a history of Web development and jumps to the good stuff from the outset so that students can start writing real applications. This comprehensive...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
London :
Springer London,
2007.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Browser-Server Communication
- Markup Language
- HTML forms
- Sending Data to Another Form
- The Truth About JSPs
- Using a Controller
- Registering a Servlet with Tomcat
- Servlet-JSP Directory Structure
- Java beans
- Reorganizing the Bean
- Member Variables in Servlets
- Extending the Bean
- Model, View Controller
- Required Validation
- Saving a Bean to a Database
- HTML Information
- Style Sheets
- Form Elements
- Cookies
- Business Key in a Database
- Shopping Cart
- Shopping Cart Application
- Emailing a Confirmation
- MIME Types
- Security
- Model 1 Architectures Using Java
- Request headers, Response Headers, Status Codes
- Using CGI
- Content Length for POST Requests
- Tomcat.