J2EE FrontEnd Technologies: A Programmer's Guide to Servlets, JavaServer Pages,

Lennart Jorelid

  • 出版商:
  • 出版日期: 2001-12-07
  • 售價: $1,890
  • 貴賓價: 9.5$1,796
  • 語言: 英文
  • 頁數: 1128
  • 裝訂: Paperback
  • ISBN: 1893115968
  • ISBN-13: 9781893115965
  • 相關分類: Java 相關技術
  • 無法訂購

商品描述

J2EE FrontEnd Technologies: A Programmer’s Guide to Servlets, JavaServer Pages, and Enterprise JavaBeans concisely and accurately describes what you need to know(TM) about effective enterprise development based on servlets, JSPs, and EJBs. Servlets, JSPs, and EJBs are the most important aspects of Java as it is used in the production of enterprise Web applications today. Lennart “Häxx” Jörelid’s book concentrates on teaching programmers how to fit the various technologies together while spending as little time as possible on “plumbing.”

Jorelid discusses servlet development and architecture, and he teaches developers how to integrate servlets into distributed enterprise systems with illustrated examples. He explains the architecture and implementation of JSPs—including introductory concepts such as using all built-in facilities of the JSP library and advanced topics such as creating your own custom actions using the JSP Tag Library API.

Jorelid also addresses the open-source Struts framework from the Apache Software Foundation, which provides a powerful framework for J2EE Web application development by combining servlets and JSPs. And, finally, Jorelid explores the EJB programming paradigm, covering development and architecture of EJBs and J2EE integration and deployment.

J2EE FrontEnd Technologies: A Programmer’s Guide to Servlets, JavaServer Pages, and Enterprise JavaBeans provides developers with a unique approach to understanding the profound relationship between servlets, JSPs, and EJBs. Developers will gain a clear understanding of all three and will be able to harness this knowledge for their own real-world applications.

Table of Contents

1. Servlet Architecture

2. Sharing Servlet Resources

3. Servlet Examples

4. Java Server Pages (JSP) Theory

5. JSP Tag Libraries

6. JSP Examples

7. The Apache STRUTS Framework Walkthrough

8. Integrating with the Business Tier

9. Example 1: Centralizing Exchange Rates

10. Example 2: Refactoring an Old-style Web Application

11. Example 3: Entity EJBs for Database Integration

Appendix: J2EE Reference Implementation Server Walkthrough