
Web Development with Java
Using Hibernate, JSPs and Servlets
Tim Downey(Author)
Springer (Publisher)
Published on 25. October 2007
Book
Paperback/Softback
XIV, 288 pages
978-1-84628-862-3 (ISBN)
Description
I have been teaching web development for ten years. I started with Perl. I can still remember the behemoth programs that contained all the logic and HTML. I remember using a text editor to write the program. Debugging consisted of a lot of print statements. It was a fun time, full of exploration, but I do not miss them. Five years ago, I made the move to Java and Java servlets. Life became much simpler with the use of NetBeans. It has been a critical component in developing Web applications using Java. Debugging a web application in NetBeans is just as easy as debugging any Java application. This book is meant for students who have a solid background in programming, but who do not have any database training. Until two years ago, my students used a glori? ed HashMap to save data. Then a former student gave me the word: Hibernate. For anyone with a p- gramming background in Java, using Hibernate to save data to a re- tional database is a simple task. I have always been a proponent of automating the common tasks that Web applications perform. There are many packages that can s- plify the job of a Web developer: Log4j, BeanUtils and Hibernate. I have created additional classes that can automate additional tasks.
Reviews / Votes
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)
More details
Edition
2007 ed.
Language
English
Place of publication
London
United Kingdom
Product notice
Paperback (trade)
Unsewn / adhesive bound
Illustrations
93 s/w Abbildungen
XIV, 288 p. 93 illus. With online files/update.
Dimensions
Height: 235 mm
Width: 156 mm
Thickness: 17 mm
Weight
440 gr
ISBN-13
978-1-84628-862-3 (9781846288623)
DOI
10.1007/978-1-84628-863-0
Schweitzer Classification
Other editions
Additional editions

E-Book
01/2008
1st Edition
Springer
€58.84
Available for download
Content
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.