JavaServer Pages Developer's Handbook
暫譯: JavaServer Pages 開發者手冊
Nick Todd, Mark Szolkowski
- 出版商: SAMS
- 出版日期: 2003-05-30
- 售價: $2,110
- 貴賓價: 9.5 折 $2,005
- 語言: 英文
- 頁數: 840
- 裝訂: Paperback
- ISBN: 0672324385
- ISBN-13: 9780672324383
已絕版
買這商品的人也買了...
-
計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 -
XML 程式設計藝術 (XML How to Program)$950$855 -
ASP.NET 網頁製作教本─從基本語法學起$600$510 -
LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695 -
The CISSP Prep Guide: Gold Edition$1,600$1,568 -
Sun Certified Programmer & Developer for Java 2 Study Guide, 2/e$1,800$1,710 -
PHP & MySQL 完全架站攻略第二版$620$527 -
Dreamweaver MX 互動網站百寶箱 for ASP$580$493 -
ASP.NET 程式設計徹底研究$590$466 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
LDAP 系統管理 (LDAP System Administration)$620$490 -
Windows 程式設計 (Programming Windows, 5/e)$990$782 -
Visual C++ 視窗程式設計$550$435 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Linux 防火牆:iptables$450$356 -
手機、PDA 程式設計入門─Java 手機、Pocket PC、Palm OS、Symbian OS 程式設計$720$569 -
CCNA Self-Study: Interconnecting Cisco Network Devices (ICND) 640-811, 640-801, 2/e$2,220$2,109 -
JSP 動態網頁入門實務$720$569 -
JSP 2.0 技術手冊$750$593 -
PHP 5 & MySQL 私房書$480$408 -
$2,831Thinking in Java, 4/e (Paperback) -
8051 單晶片原理與應用-使用 C 語言$400$360 -
$990CMMI: Guidelines for Process Integration and Product Improvement, 2/e -
LabVIEW 7.X 實用教本$480$432
相關主題
商品描述
JavaServer Pages Developer s Handbook gives practical, in-depth implementation advice on building robust JSP applications. Learn how to use JSP within enterprise Java applications, and when working with databases and Enterprise JavaBeans. Incorporate JSP tag libraries and frameworks, including Struts, to simplify page construction. This book covers JSP 2.0 and Servlets 2.4 including the expression language, filters, and expanded support for XML in JSP applications.
Create custom tags to automate common functions, interact with Enterprise JavaBeans, and ensure security and reliability in JSP applications. The authors demonstrate transforming and presenting XML data, building Web Service applications, and deploying JSP applications using Jakarta Tomcat. At the end of the book, you ll build a complete working Web application incorporating many of the topics discussed.
Table of Contents
Introduction.
I. CORE JSP.
1. JSP, J2EE, and the Role of the Servlet.
2. The Basic
Syntax of JSP.
3. Further JSP Syntax.
4. Deploying JSP in
a Web Container.
5. The JSP Standard Tag Library.
6. JSP
and JavaBeans.
7. JSP Application Architecture.
8. Session
Tracking Using JSP.
9. Developing Custom Tag Libraries.
II. XML,Web Services, and Enterprise JSP.
10. Utilizing XML from JSP.
11. Transforming XML Using
XSLT and XSLFO.
12. Invoking Web Services from JSP.
13.
Locating Resources Using JNDI.
14. Databases and JSP.
15.
JSP and EJB Interaction.
16. Security and JSP.
17.
Personalization and Web Applications.
18. Case Study.
III. APPENDIXES.
Appendix A. An XSLT and XPATH Checklist.
Appendix B. An Overview of XML
Schema.
Appendix C. A Checklist of the Tags in the JSP Standard Tag Library.
Appendix D. Basic JSP Syntax Checklist.
Appendix E. Debugging Tomcat and
Running the Examples.
Appendix F. The Java Community Process.
Appendix
G. J2EE Application Servers.
Appendix H. Configuring Tomcat.
Appendix I.
Installing MySQL and WebLogic Server.
Appendix J. Glossary.
Index.
商品描述(中文翻譯)
《JavaServer Pages 開發者手冊》提供了有關構建穩健 JSP 應用程序的實用深入實施建議。學習如何在企業 Java 應用程序中使用 JSP,以及在與資料庫和 Enterprise JavaBeans 互動時的應用。整合 JSP 標籤庫和框架,包括 Struts,以簡化頁面構建。本書涵蓋 JSP 2.0 和 Servlets 2.4,包括表達式語言、過濾器以及在 JSP 應用程序中擴展對 XML 的支持。
創建自定義標籤以自動化常見功能,與 Enterprise JavaBeans 互動,並確保 JSP 應用程序的安全性和可靠性。作者展示了如何轉換和呈現 XML 數據,構建 Web 服務應用程序,以及使用 Jakarta Tomcat 部署 JSP 應用程序。在書的最後,您將構建一個完整的工作 Web 應用程序,整合許多討論的主題。
目錄
引言。
I. 核心 JSP。
1. JSP、J2EE 和 Servlet 的角色。
2. JSP 的基本語法。
3. 進一步的 JSP 語法。
4. 在 Web 容器中部署 JSP。
5. JSP 標準標籤庫。
6. JSP 和 JavaBeans。
7. JSP 應用程序架構。
8. 使用 JSP 進行會話追蹤。
9. 開發自定義標籤庫。
II. XML、Web 服務和企業 JSP。
10. 從 JSP 使用 XML。
11. 使用 XSLT 和 XSLFO 轉換 XML。
12. 從 JSP 調用 Web 服務。
13. 使用 JNDI 定位資源。
14. 資料庫和 JSP。
15. JSP 和 EJB 互動。
16. 安全性和 JSP。
17. 個性化和 Web 應用程序。
18. 案例研究。
III. 附錄。
附錄 A. XSLT 和 XPATH 檢查清單。
附錄 B. XML Schema 概述。
附錄 C. JSP 標準標籤庫中的標籤檢查清單。
附錄 D. 基本 JSP 語法檢查清單。
附錄 E. 調試 Tomcat 和運行示例。
附錄 F. Java 社區過程。
附錄 G. J2EE 應用伺服器。
附錄 H. 配置 Tomcat。
附錄 I. 安裝 MySQL 和 WebLogic Server。
附錄 J. 詞彙表。
索引。
