Buch, Englisch, 288 Seiten, Book w. online files / update, Format (B × H): 156 mm x 235 mm, Gewicht: 440 g
Using Hibernate, JSPs and Servlets
Buch, Englisch, 288 Seiten, Book w. online files / update, Format (B × H): 156 mm x 235 mm, Gewicht: 440 g
ISBN: 978-1-84628-862-3
Verlag: Springer
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.
Zielgruppe
Lower undergraduate
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
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.