Lotus Notes and Domino 6 Programming Bible
暫譯: Lotus Notes 與 Domino 6 程式設計聖經

Brian Benz, Rocky Oliver

  • 出版商: Hungry Minds
  • 出版日期: 2003-05-16
  • 售價: $2,730
  • 貴賓價: 9.5$2,594
  • 語言: 英文
  • 頁數: 1032
  • 裝訂: Paperback
  • ISBN: 0764526111
  • ISBN-13: 9780764526114
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

* Covers all the programming techniques, concepts, and languages used with Notes and Domino, as well as the many new features of Domino 6
* Thoroughly examines the Notes and Domino role with Java, XML, Web services, and other IBM products and technologies
* Provides extensive code and examples, many geared to the needs of administrators
* High-profile authors, known to their audience through conferences and articles
* Companion Web site shows example applications from the book running on a live Domino server and provides code download
Table of Contents
Preface.
Acknowledgments.
Part I: Introduction to Lotus Notes and Domino.
Chapter 1: The History of Notes and Domino.
Chapter 2: A Simple Application.
Chapter 3: The Notes Storage Model.
Chapter 4: Application Building Blocks.
Part II: Domino Designer.
Chapter 5: The Designer IDE.
Chapter 6: Managing and Deploying Application Projects.
Chapter 7: Standard Templates.
Part III: Application Architecture.
Chapter 8: Page and Form Basics.
Chapter 9: Views and Folders.
Chapter 10: Database Security.
Chapter 11: Framesets and Outlines.
Chapter 12: Advanced Form Design.
Chapter 13: Database Properties.
Chapter 14: Sharing Code with Libraries.
Part IV: Automating Applications.
Chapter 15: Formulas In Forms and Views.
Chapter 16: Actions, Buttons, and Action Hotspots.
Chapter 17: Form, View, and Database Events.
Chapter 18: Agents.
Chapter 19: Web Applications.
Chapter 20: Mail-Enabled Applications.
Chapter 21: Document Security.
Chapter 22: Workflow Management.
Part V: Formula Language Techniques.
Chapter 23: Introduction to the Formula Language.
Chapter 24: Working with @Functions.
Chapter 25: Introduction to @Commands.
Chapter 26: Using the Formula Language to Retrieve Data.
Chapter 27: User Interaction through the Formula Language.
Chapter 28: Advanced Formula Techniques.
Part VI: LotusScript Language Techniques.
Chapter 29: Introduction to LotusScript.
Chapter 30: Working with the Domino Object Model in LotusScript.
Chapter 31: Advanced LotusScript Techniques.
Part VII: Java Techniques.
Chapter 32: Java and Domino Designer.
Chapter 33: Java Classes and Methods.
Chapter 34: Accessing Domino from Java Applications.
Chapter 35: Java Servlets for Domino.
Chapter 36: Java Servlets Using Third-Party Developer Tools.
Chapter 37: Domino Custom JSP Tags.
Chapter 38: Domino and WebSphere.
Part VIII: JavaScript Techniques.
Chapter 39: JavaScript Basics.
Chapter 40: Using JavaScript Events.
Chapter 41: DHTML and Domino.
Chapter 42: Combining Domino and Java Applets Using JavaScript.
Part IX: Relational Database Integration.
Chapter 43: Integrating Enterprise Data with Domino Applications.
Chapter 44: Developing Domino Applications for Data Integration.
Chapter 45: LEI Retrievals and Updates.
Part X: XML.
Chapter 46: XML and Domino.
Chapter 47: XML, DXL, and Domino Data.
Chapter 48: LotusScript and XML.
Chapter 49: Using Domino to Serve Relational XML.
Chapter 50: Developing Java Applications with XML and Domino.
Chapter 51: Generating XML with Domino Java Agents and Servlets.
Chapter 52: Getting XML into Domino.
Chapter 53: Transforming XML with XSLT.
Chapter 54: XML Data Islands.
Part XI: Web Services.
Chapter 55: Web Services Introduction.
Chapter 56: SOAP, WSDL, and UDDI.
Chapter 57: Serving Web Services from Domino.
Chapter 58: Consuming Web Services in Notes Client Applications.
Index.

商品描述(中文翻譯)

* 涵蓋所有與 Notes 和 Domino 相關的程式設計技術、概念和語言,以及 Domino 6 的許多新功能
* 徹底檢視 Notes 和 Domino 在 Java、XML、Web 服務及其他 IBM 產品和技術中的角色
* 提供大量的程式碼和範例,許多針對管理員的需求
* 知名作者,透過會議和文章為其受眾所熟知
* 附屬網站展示書中範例應用程式在實際 Domino 伺服器上運行,並提供程式碼下載

**目錄**

前言。
致謝。
第一部分:Lotus Notes 和 Domino 簡介。
第 1 章:Notes 和 Domino 的歷史。
第 2 章:一個簡單的應用程式。
第 3 章:Notes 儲存模型。
第 4 章:應用程式建構模組。
第二部分:Domino Designer。
第 5 章:設計師 IDE。
第 6 章:管理和部署應用程式專案。
第 7 章:標準範本。
第三部分:應用程式架構。
第 8 章:頁面和表單基礎。
第 9 章:視圖和資料夾。
第 10 章:資料庫安全性。
第 11 章:框架集和大綱。
第 12 章:進階表單設計。
第 13 章:資料庫屬性。
第 14 章:與函式庫共享程式碼。
第四部分:自動化應用程式。
第 15 章:表單和視圖中的公式。
第 16 章:動作、按鈕和動作熱點。
第 17 章:表單、視圖和資料庫事件。
第 18 章:代理程式。
第 19 章:Web 應用程式。
第 20 章:郵件啟用的應用程式。
第 21 章:文件安全性。
第 22 章:工作流程管理。
第五部分:公式語言技術。
第 23 章:公式語言簡介。
第 24 章:使用 @Functions。
第 25 章:@Commands 簡介。
第 26 章:使用公式語言檢索資料。
第 27 章:透過公式語言進行用戶互動。
第 28 章:進階公式技術。
第六部分:LotusScript 語言技術。
第 29 章:LotusScript 簡介。
第 30 章:在 LotusScript 中使用 Domino 物件模型。
第 31 章:進階 LotusScript 技術。
第七部分:Java 技術。
第 32 章:Java 和 Domino Designer。
第 33 章:Java 類別和方法。
第 34 章:從 Java 應用程式訪問 Domino。
第 35 章:用於 Domino 的 Java Servlets。
第 36 章:使用第三方開發工具的 Java Servlets。
第 37 章:Domino 自訂 JSP 標籤。
第 38 章:Domino 和 WebSphere。
第八部分:JavaScript 技術。
第 39 章:JavaScript 基礎。
第 40 章:使用 JavaScript 事件。
第 41 章:DHTML 和 Domino。
第 42 章:使用 JavaScript 結合 Domino 和 Java Applets。
第九部分:關聯式資料庫整合。
第 43 章:將企業資料與 Domino 應用程式整合。
第 44 章:為資料整合開發 Domino 應用程式。
第 45 章:LEI 檢索和更新。
第十部分:XML。
第 46 章:XML 和 Domino。
第 47 章:XML、DXL 和 Domino 資料。
第 48 章:LotusScript 和 XML。
第 49 章:使用 Domino 提供關聯式 XML。
第 50 章:使用 XML 和 Domino 開發 Java 應用程式。
第 51 章:使用 Domino Java Agents 和 Servlets 生成 XML。
第 52 章:將 XML 輸入 Domino。
第 53 章:使用 XSLT 轉換 XML。
第 54 章:XML 資料島。
第十一部分:Web 服務。
第 55 章:Web 服務簡介。
第 56 章:SOAP、WSDL 和 UDDI。
第 57 章:從 Domino 提供 Web 服務。
第 58 章:在 Notes 客戶端應用程式中使用 Web 服務。
索引。