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. It introduces readers to a 3-tiered, Model-View-Controller architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java; a student with a good background in programming will be able to master them. Java Server Pages are HTML pages that include data references in them. Java Servlets contain the business logic. Hibernate handles the data. This book uses existing powerful technologies such as JSP, JavaBeans, Annotations, JSTL, Java 1.5, Hibernate, Apache Velocity and Tomcat. It also presents Model 1 architectures using Servlets and JSP as alternatives to Perl and PHP. Written for novice developers, this book provides an introductory course in web development for undergraduates as well as web developers.
Rezensionen / Stimmen
From the reviews:
"Downey summarizes ... clearly and succinctly, the focus of the book: Java servlets that use JavaServer Pages (JSP) and connect to a MySQL database using the Hibernate framework. The book covers precisely what the title says. ... At the end of the book, there is a one-page glossary of terms; a one-page list of additional resources, books, and Web sites; and a detailed eight-page index ... . In conclusion, I strongly recommend this book to readers who are interested in developing component-based systems ... ." (M. M. Tanik, Computing Reviews, December, 2008)
Auflage
Sprache
Verlagsort
Zielgruppe
Produkt-Hinweis
Broschur/Paperback
Klebebindung
Illustrationen
93
93 s/w Abbildungen
XIV, 288 p. 93 illus. With online files/update.
Maße
Höhe: 235 mm
Breite: 156 mm
Dicke: 17 mm
Gewicht
ISBN-13
978-1-84628-862-3 (9781846288623)
DOI
10.1007/978-1-84628-863-0
Schweitzer Klassifikation
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.