Early Adopter JSP Standard Tag Library (Paperback)
暫譯: 早期採用者 JSP 標準標籤庫 (平裝本)
Jayson Falkner, James Hart, Richard Huss, Cindy Nordahl
- 出版商: Wrox Press
- 出版日期: 2001-11-01
- 定價: $1,050
- 售價: 2.8 折 $299
- 語言: 英文
- 頁數: 250
- 裝訂: Paperback
- ISBN: 0534422209
- ISBN-13: 9781861006240
-
相關分類:
Java 相關技術
立即出貨(限量) (庫存=2)
相關主題
商品描述
The standard tag library provides tags for performing basic decision-making and repetition within a page, as well as localizing messages for the user, handling XML data, and database access. It's also possible to extend the library with our own tags that collaborate with the standard tags. A core element of the library is its support for expression languages, which are used to share and access data between JSP pages.
This book has been developed at the same time as the first release of the JSP standard tag library, and presents a practical overview of what the new tag library allows JSP developers to do.
商品描述(中文翻譯)
JavaServer Pages,或稱為JSP,是一種Java企業技術,允許網頁程式設計師使用特殊標籤來建立頁面,這些標籤可以訪問在伺服器上運行的Java代碼。自JSP 1.1以來,還增加了指定自定義JSP標籤庫(tag libraries,簡稱taglibs)的能力,許多這樣的庫已經被開發出來,以便開發人員能夠將不同的技術整合到他們的JSP應用程式中。JSP標準標籤庫(JSTL)旨在將許多這樣的庫的共同特性標準化為一組核心標籤,供每位JSP開發人員使用。
標準標籤庫提供了用於在頁面內執行基本決策和重複操作的標籤,以及用於本地化用戶消息、處理XML數據和數據庫訪問的標籤。還可以使用我們自己的標籤擴展庫,這些標籤可以與標準標籤協作。該庫的一個核心元素是對表達式語言的支持,這些語言用於在JSP頁面之間共享和訪問數據。
本書是在JSP標準標籤庫首次發布的同時開發的,並提供了對新標籤庫所允許的JSP開發人員所能做的事情的實用概述。