Beginning JSP, JSF and Tomcat Web Development: From Novice to Professional
Giulio Zambon, Michael SeklerBooks.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Start building Javabased web applications now, even if you’re a complete newcomer to Java. Comprehensive and exampledriven, Beginning JSP, JSF, and Tomcat Web Development is all you need to develop dynamic web applications using JSP, connect to databases with JSF, and put them into action using the world’s most popular open source Java web server, Apache Tomcat.
- A comprehensive introduction to JavaServer Pages (JSP), JavaServer Faces (JSF), and the Apache Tomcat web application server
- Key concepts made easy to grasp by numerous working examples and a walkthrough of the development of a complete e-commerce project
- Written for professionals by a practicing Java web application professional and expert
- Develop dynamic web applications using the popular JavaServer Pages (JSP) technology
- Connect to SQLbased databases, like MySQL, from JSP/JSFbased web pages
- Integrate XML and HTML markup into your Java web page or Java-based web application
- Build an ecommerce web site using sound design principles
- Deploy web applications using the world’s most popular and widely adopted open source Java web application server, Apache Tomcat
This book is ideal for anyone new to Java who wants to start developing Java web applications, but also offers a valuable refresher to Java web developers who are new to the latest JSP, JSF, and Tomcat standards.
Synopsis
Start building Java–based web applications now, even if you’re a complete newcomer to Java. Comprehensive and example–driven, Beginning JSP™, JSF™, and Tomcat Web Development is all you need to develop dynamic web applications using JSP, connect to databases with JSF, and put them into action using the world’s most popular open source Java web server, Apache Tomcat.
- A comprehensive introduction to JavaServer Pages (JSP), JavaServer Faces (JSF), and the Apache Tomcat web application server
- Key concepts made easy to grasp by numerous working examples and a walkthrough of the development of a complete e-commerce project
- Written for professionals by a practicing Java web application professional and expert
What you’ll learn
- Develop dynamic web applications using the popular JavaServer Pages (JSP) technology.
- Connect to SQL–based databases, like MySQL, from JSP/JSF–based web pages.
- Integrate XML and HTML markup into your Java web page or Java-based web application.
- Build an e–commerce web site using sound design principles
- Deploy web applications using the world’s most popular and widely adopted open source Java web application server, Apache Tomcat.
Editorials
From Barnes & Noble
Together, JavaServer Pages, Tomcat, and JavaServer Faces have evolved into a remarkably powerful web development platform. This book teaches you all of these technologies from the ground up, no experience needed.You'll jump in fast. You'll install all the packages you need (directions are provided, and the software's free). After the authors explain how JSP-based applications are organized, you'll walk through a non-trivial sample application.
Then, step by step, using one complete e-commerce case study, you'll master each key skill you'll need: architecting applications with MVC; essential web page scripting; database access; working with JSF and XML; and deploying applications via the new Tomcat 6.
Finally, drill down into your application: What happens when it starts? How does it handle requests, display content, manage shopping carts, accept orders? What does its style sheet look like? There's no better way to grasp the realities of production web development. Bill Camarda, from the January 2008 Read Only