Core Servlets and JavaServer Pages™: Volume 1: Core Technologies, 2nd Edition

Design strategies include ways to integrate servlet and JSP technology, best practices for invoking Java code from JSP pages, plans for dealing with missing and malformed data, and application of the MVC architecture. Handy guides walk you through use of three popular servlet and JSP engines (Apache...

Full description

Bibliographic Details
Main Authors: Hall, Marty, Brown, Larry (Author)
Other Authors: Chaikin, Yaakov
Format: eBook
Language:English
Published: [Place of publication not identified] Pearson 2003
Edition:2nd edition
Series:Java 2 enterprise edition series
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04097nmm a2200457 u 4500
001 EB001915290
003 EBX01000000000000001078192
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780130092298 
100 1 |a Hall, Marty 
245 0 0 |a Core Servlets and JavaServer Pages™: Volume 1: Core Technologies, 2nd Edition  |c Hall, Marty 
250 |a 2nd edition 
260 |a [Place of publication not identified]  |b Pearson  |c 2003 
300 |a 736 pages 
653 |a JavaServer pages / http://id.loc.gov/authorities/names/n00063662 
653 |a Servlets / http://id.loc.gov/authorities/subjects/sh00004803 
653 |a Serveurs Web 
653 |a JavaServer pages / fast 
653 |a Servlets 
653 |a Web servers / fast 
653 |a Java (Computer program language) / fast 
653 |a Java (Langage de programmation) 
653 |a Servlets / fast 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
653 |a Web servers / http://id.loc.gov/authorities/subjects/sh95009237 
700 1 |a Brown, Larry  |e author 
700 1 |a Chaikin, Yaakov 
700 1 |a Brown, Larry 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Java 2 enterprise edition series 
500 |a Made available through: Safari, an O'Reilly Media Company 
776 |z 0130092290 
776 |z 9780130092298 
856 4 0 |u https://learning.oreilly.com/library/view/~/0130092290/?ar  |x Verlag  |3 Volltext 
082 0 |a 000 
520 |a Design strategies include ways to integrate servlet and JSP technology, best practices for invoking Java code from JSP pages, plans for dealing with missing and malformed data, and application of the MVC architecture. Handy guides walk you through use of three popular servlet and JSP engines (Apache Tomcat, Macromedia JRun, and Caucho Resin) and some of the most widely used database systems (MySQL, Oracle9i, Microsoft Access). Volume 2 of this book covers advanced topics: filters, custom tag libraries, database connection pooling, Web application security, the JSP Standard Tag Library (JSTL), Apache Struts, JavaServer Faces (JSF), JAXB, and more. The same clear step-by-step explanations that made.. 
520 |a The J2EE(TM) Platform has become the technology of choice for developing professional e-commerce applications, interactive Web sites, and Web-enabled applications and services. Servlet and JSP(TM) technology is the foundation of this platform: it provides the link between Web clients and server-side applications. In this 2nd edition of the worldwide bestseller, the authors show you how to apply the latest servlet and JSP capabilities. Unlike other books that treat servlet or JSP technology in isolation, Core Servlets and JavaServer Pages provides a unified treatment, showing you when servlet technology is best, when the JSP approach is preferred, and when (and how) servlets and JSP should work together. Part I provides exhaustive coverage of the servlet 2.4 specification. It starts with server configuration, basic syntax, the servlet life cycle, and use of form data. It moves on to applying HTTP 1.1, cookies, and session tracking.  
520 |a Advanced topics include compressing Web content, incrementally updating results, dynamically generating images, and creating shopping carts. Part II gives an in-depth guide to JSP 2.0. It covers both the "classic" JSP scripting elements and the new JSP 2.0 expression language. It shows how to control the content type, designate error pages, include files, and integrate JavaBeans components. Advanced topics include sharing beans, generating Excel spreadsheets, and dealing with concurrency. Part III covers two key supporting technologies: HTML forms and database access with JDBC(TM). It explains every standard HTML input element and shows how to use appropriate JDBC drivers, perform database queries, process results, and perform updates. Advanced topics include parameterized queries, stored procedures, and transaction control.