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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
London :
Springer London : Imprint: Springer,
2007.
|
Edición: | 1st ed. 2007. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- 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.