Cantitate/Preț
Produs

JSP: Practical Guide for Programmers: The Practical Guides

Autor Robert Brunner
en Limba Engleză Paperback – 23 oct 2003
JavaServer Pages (JSP) is a technology for building dynamic web applications that can access databases and provide an interactive experience for users. It's a powerful technology with open source implementations (server and platform independent) for building enterprise Web applications. With JSP, existing business systems can be leveraged with minimal overhead, maintenance, and support. JSP: Practical Guide for Java Programmers is designed to cover the essentials of JSP including the basic JSP constructs and the relevant implicit objects as well as more advanced concepts such as incorporating JavaBeans, developing custom tags, utilizing the JSP expression language, building with the JSP Standard Tag Library, and developing complete JSP-Servlet application.

  • Covers the latest release of JSP, version 2.0, and covers new features such as the Expression Language and Standard Tag Library.
  • Includes a sample application of an electronic bank Web site, showing the power of JSP in providing the foundation for building Web applications.
  • Provides a clear, straight-to-the-point approach to the JSP so that readers can start using it in their own projects right away.
Citește tot Restrânge

Din seria The Practical Guides

Preț: 23079 lei

Preț vechi: 28849 lei
-20% Nou

Puncte Express: 346

Preț estimativ în valută:
4417 4660$ 3681£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781558608368
ISBN-10: 1558608362
Pagini: 200
Dimensiuni: 178 x 229 x 11 mm
Greutate: 0.35 kg
Ediția:New.
Editura: ELSEVIER SCIENCE
Seria The Practical Guides


Public țintă

Java developers, programmers, and Java page authors

Cuprins

Chapter 1 Web Applications
Chapter 2 Introduction to JSPs
Chapter 3 JavaBeans and Forms
Chapter 4 Custom Actions
Chapter 5 Expression Language
Chapter 6 Standard Actions
Chapter 7 Build a Web Application