登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書

『英文書』Professional Alfresco: Practical Solutions For Enterprise Content Management

書城自編碼: 2090209
分類:簡體書→原版英文書→计算机 Computers & Inte
作者: Michael
國際書號(ISBN): 9780470571040
出版社: Wiley
出版日期: 2010-05-01
版次: 1 印次: 1
頁數/字數: 536/
書度/開本: 16开 釘裝: 平装

售價:HK$ 734.4

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
凝望:我的摄影与人生
《 凝望:我的摄影与人生 》

售價:HK$ 129.6
工业机器人从基础到实战
《 工业机器人从基础到实战 》

售價:HK$ 153.6
重症产科.1
《 重症产科.1 》

售價:HK$ 71.8
财之道丛书·表层的真理:当代经济学与社会
《 财之道丛书·表层的真理:当代经济学与社会 》

售價:HK$ 105.6
世界服饰艺术史
《 世界服饰艺术史 》

售價:HK$ 309.6
海外中国研究·卿本著者:明清女性的性别身份、能动主体和文学书写
《 海外中国研究·卿本著者:明清女性的性别身份、能动主体和文学书写 》

售價:HK$ 81.6
日耳曼通识译丛:近代哲学:从笛卡尔到康德
《 日耳曼通识译丛:近代哲学:从笛卡尔到康德 》

售價:HK$ 32.2
我的灵魂是日落时分空无一人的旋转木马:聂鲁达诗精选
《 我的灵魂是日落时分空无一人的旋转木马:聂鲁达诗精选 》

售價:HK$ 81.6

 

內容簡介:
A timely and authoritative guide, written by the Chief
Architect and Founder of Alfresco Alfresco is considered the
leading open source solution for Web and Content Management. What
makes Alfresco unique is its services, which can be easily extended
with web scripts via RESTful services. Written by an author team
that includes the chief architect and the founder of Alfresco, this
comprehensive guide provides in-depth coverage of the Alfresco
architecture and services and shows how to extend them through Web
scripts to meet real business needs. You''ll learn how to use
Alfresco services to create effective content management solutions
while detailed code examples show you how to extend Alfresco with
Web scripts using RESTful services to deliver custom solutions.
Features detailed, working code examples that demonstrate how to
extend Alfresco with Web scripts Written by the Chief Architect and
other key Alfresco insiders, ensuring that this book is both
authoritative and up-to-date Shows how to integrate Alfresco with
Drupal and Joomla portal solutions Covers the upcoming Alfresco 3.2
release Includes real-world case examples of increasing levels of
sophistication and complexity The companion Web site contains all
source code examples in the book You''ll benefit from this timely
resource that shows how to get the most from Alfresco for specific
business requirements.
關於作者:
David Caruana is the Chief Architect for Alfresco Software.
John Newton is the CTO and Chairman for Alfresco Software. Michael
Farman is the Director of Product Management for Alfresco Software.
Michael G. Uzquiano is the Director of Web Platform Tools for
Alfresco Software. Kevin Roast is the User Interface Technical Lead
for Alfresco Software.
目錄
INTRODUCTION
PART I: GETTING TO KNOW ALFRESCO
CHAPTER 1: INTRODUCING ALFRESCO
What Is Enterprise Content Management? Alfresco Overview
Content Applications
Alfresco and Your Environment
What is Professional Open Source Software? CHAPTER 2:
ARCHITECTURE
Guiding Principles
A High-Level Overview
The Alfresco Content Application Server
Content Modeling
The Alfresco Web Application Framework
Deployment Options
The Enterprise Infrastructure
CHAPTER 3: SETTING UP AN ALFRESCO ENVIRONMENT
Installing Alfresco
Deploying Extensions
Debugging Tips
PART II: GETTING TECHNICAL WITH ALFRESCO
CHAPTER 4: SERVICES
Content Repository Services
Content Application Services
How Services Are Built
Using Services
Content Management Interoperability Services CMIS
CHAPTER 5: CONTENT MODELING
Modeling in Context
Deploying a Content Model
The Content Metamodel Explained
Out-of-the-Box Models
A Step-by-Step Custom Model
Creating Content with JavaScript
Model Localization
The Relationship to CMIS
CHAPTER 6: AUTHENTICATION AND SECURITY
Alfresco Authentication
Alfresco Security
Authorities
Permissions
Access Control Lists
Public Services
Modifying Access Control
Access Control Extension
Implementation and Services
CHAPTER 7: BUSINESS PROCESS MANAGEMENT
Introduction to Workflow in Alfresco
Defining a Workflow in Alfresco
Creating the Process Definition
The Task Model
Customizing Behavior
Configuring the Explorer Web Client
PART III: EXTENDING ALFRESCO WITH RESTFUL SERVICES
CHAPTER 8: INTRODUCING WEB SCRIPTS
Types of Web Scripts
The Web Script Framework
Hello World Web Script
Listing Already-Built Web Scripts
Where Can I Invoke a Web Script? Authenticating
Response Formats
Anatomy of a Web Script URI
Working with Client Limitations
Caching
CHAPTER 9: HOW TO CREATE A WEB SCRIPT
Components of a Web Script
Creating a Description Document
Creating a Controller Script
Creating a Response Template
Registering and Testing
Multiple Response Templates
Step-by-Step: Knowledge Base Search Web Script
Complex Root Objects Reference
CHAPTER 10: ADVANCED WEB SCRIPTS
Internationalization
Configuration
Content Negotiation
Multipart Form Processing
Request Processing
Caching
Advanced Descriptor Options
CHAPTER 11: JAVA-BACKED WEB SCRIPTS
Step-by-Step: Folder Listing Java-Backed Web Script
Java Approach to Web Scripts
Spring-Framework Registration
Creating a New Kind of Web Script
PART IV: EXTENDING SHARE
CHAPTER 12: UNDERSTANDING THE SURF FRAMEWORK
What Is Surf?
Basic Concepts
Putting It into Action
View Composition
Presentation Content
Connectors and Credentials
Getting Involved
CHAPTER 13: LEVELS OF CUSTOMIZATION
Overview
The Alfresco Repository
Alfresco Explorer
Alfresco Share
CHAPTER 14: CUSTOM KNOWLEDGE BASE: GETTING STARTED
Installing the Code
Putting It into Action
Sample Code
CHAPTER 15: CUSTOM KNOWLEDGE BASE: BASIC SHARE
CUSTOMIZATIONS
Installing the Code
Putting It into Action
CHAPTER 16: CUSTOM KNOWLEDGE BASE: ADVANCED SHARE
CUSTOMIZATIONS
Installing the Code
Putting It into Action
CHAPTER 17: INTEGRATING WITH OTHER APPLICATIONS
Why Integrate Content Management into Applications? Application
Integration Options
Patterns of Content Management Integration
Example Integrations
PART V: APPENDICES ONLINE ONLY
APPENDIX A: RESTFUL API REFERENCE
APPENDIX B: SURF PLATFORM API REFERENCE
APPENDIX C: REPOSITORY FREEMARKER TEMPLATE API
APPENDIX D: REPOSITORY JAVASCRIPT API REFERENCE
APPENDIX E: SURF QUICK REFERENCE
INDEX.

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.