Beginning Jakarta EE Web Development (3rd Ed., 3rd ed.)
Using JSP, JSF, MySQL, and Apache Tomcat for Building Java Web Applications

Language: English

47.46 €

In Print (Delivery period: 15 days).

Add to cartAdd to cart
Publication date:
407 p. · 17.8x25.4 cm · Paperback

Start building Java-based web applications now, even if you?re a complete newcomer to Java. Comprehensive and example-driven, this book is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the popular open source Java web server, Apache Tomcat.

Beginning Jakarta EE Web Development is a comprehensive introduction to building Java-based web applications using JSP, JSF, MySQL, and the Apache Tomcat web application server. Other APIs including JSON, JSTL, and XML parser are covered along the way.

Key concepts are made easy to grasp with numerous working examples and a walk-through of the development of a complete ecommerce project. This book is written for professionals by practicing Java web application professionals and experts.  

What You Will Learn

  • Build Java-based web applications using JSP and JSF with Eclipse Jakarta EE
  • Configureyour database with MySQL
  • Define XML documents for your applications
  • Use the Apache MyFaces APIs to create JSF applications
  • Integrate and implement JSF and JSP together
  • Build an online ecommerce web application 

Who This Book Is For

Programmers new to programming in Java and programming in general.

1. Introducing JSP and Tomcat.- 2. JSP Elements.- 3. JSP Application Architectures.- 4. Databases.- 5. Eshop Application.- 6. JSP in Action.- 7. XML and JSP.- 8. JavaServer Faces 2.3.- 9. JSF and eShop.- 10. Conclusion.
Luciano Manelli earned a PhD in computer science from the IT department, University of Bari - Aldo Moro. His PhD focused on grid computing and formal methods, and he published the results in international publications. Luciano obtained several certificates in the IT sector, and, in 2014, began working for the Port Network Authority of the Ionian Sea – Port of Taranto, after working for 13 years for InfoCamere SCpA. He has worked mainly in the design, analysis, and development of large software systems; research and development; testing; and production with roles of increasing responsibility in several areas over the years. Luciano has developed a great capability to make decisions in a technical and business context and is mainly interested in project management and business process management. In his current position, he deals with port community systems and software innovation. Additionally, he has written several IT books and is a contract professor at the Polytechnic of Bari (foundations of computer science), and at the University of Bari - Aldo Moro (programming for web, computer science, and computer lab).

Giulio Zambon's first love was physics, but he decided to dedicate himself to software development more than 30 years ago: back when computers were still made of transistors and core memories, programs were punched on cards, and Fortran only had arithmetic IFs. Over the years, he learned a dozen computer languages and worked with all sorts of operating systems. His specific interests were in telecom and real-time systems, and he managed several projects to their successful completion. In 2001 Giulio founded his own company offering computer telephony integration (CTI) services, and he used JSP and Tomcat exclusively to develop the web side of the service platform. Back in Australia after many years in Europe, he now dedicates himself to writing software to generate and solve numeric puzzles. 
An update of a comprehensive Java web application development book A rare combination of all the key APIs and server necessary to build Java web applications Explains how JSP and JSF are key technologies found in the Jakarta EE platform with Eclipse