Even if you aren't a programmer, you can design Web sites with dynamic content generated by JavaServer Pages (JSPs). That's the idea in JavaServer Pages, a very approachable and patient tutorial suitable for anyone with basic HTML knowledge.Early sections explain how JSPs and Java servlets work. (In
JavaServer Pages
โ Scribed by Hans Bergsten
- Publisher
- O'Reilly Media
- Year
- 2003
- Tongue
- English
- Leaves
- 664
- Edition
- 3rd
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
JavaServer Pages (JSP) has built a huge following since the release of JSP 1.0 in 1999, providing Enterprise Java developers with a flexible tool for the development of dynamic web sites and web applications. While new point releases over the years, along with the introduction of the JSP Standard Tag Library (JSTL), have incrementally improved the rough areas of the first version of the JSP specification, JSP 2.0 takes this technology to new heights. JavaServer Pages, Third Edition, is completely revised and updated to cover the JSP 2.0 and JSTL 1.1 specifications. It includes detailed coverage of the Expression Language (EL) incorporated into JSP 2.0, the JSTL 1.1 tag libraries and the new function library, the new tag file format that enables custom tag library development without Java code, the simplified Java tag library API, improvements in the JSP XML syntax, and more. Further, it details setup of the Apache Tomcat server, JSP and JSTL syntax and features, error handling and debugging, authentication and personalization, database access, XML processing, and internationalization.This book recognizes the different needs of the two groups of professionals who want to learn JSP: page authors interested in using JSP elements in web pages, and programmers concerned with learning the JSP API and using JSP effectively as a part of an enterprise application. If you're in the first group, you'll learn from the practical web application examples in the second part of the book. If you're in the latter group, you'll appreciate the detailed coverage of advanced topics in the third part, such as how to integrate servlets and JavaBeans components with JSP using the popular Apache Struts MVC framework, and how to develop custom tag libraries using the JSP API, with realistic examples that you can use as a springboard for your own libraries.
๐ SIMILAR VOLUMES
Filled with useful examples and the depth, clarity, and attention to detail that made the first edition so popular with web developers. JavaServer Pages, 2nd Edition is completely revised and updated to cover the substantial changes in the 1.2 version of the JSP specifications, and includes coverage
This book teaches beginner programmers how to create dynamic web sites with JavaServer Pages (JSP) using many examples. This tutorial/reference brings JavaServer Pages to the huge audience of non-programmers and allows them to get the most productivity from JSPs, with the least effort. This second e
This book is not a click-here teach yourself book. IT professionals know that learning a new area of technology takes effort on their part and requires that they apply prior knowledge to gain new knowledge. At the pro level, we don't spoon-feed you! So yes, you will have to dig into the book's code
<ul> <li>JSP is one of the core technologies for server-side Java applications and the 2.0 release, which this book covers in detail, makes JSP an even more powerful tool <li>Walks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expres
JSP is one of the core technologies for server-side Java applications and the 2.0 release, which this book covers in detail, makes JSP an even more powerful toolWalks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag l