舉報

會員
Force.com Enterprise Architecture
最新章節:
Index
ThisbookisforadvancedForce.comdevelopersandarchitectswhoneedtounderstandtheSalesforceplatformfromtheperspectiveofenterprise-levelrequirements.YoushouldhaveanexistingunderstandingofApexandVisualforce.ThosefamiliarwithotherenterprisesoftwareecosystemswillalsofindthisbookidealastheyadoptForce.com.
目錄(120章)
倒序
- 封面
- 版權頁
- Credits
- Foreword
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Building Publishing and Supporting Your Application
- Required organizations
- Introducing the book's sample application
- Package types and benefits
- Creating your first managed package
- Package dependencies and uploading
- Introduction to AppExchange and listings
- Installing and testing your package
- Becoming a Salesforce partner and benefits
- Licensing
- Providing support
- Customer metrics
- Trialforce and Test Drive
- Summary
- Chapter 2. Leveraging Platform Features
- Packaging and upgradable components
- Understanding the custom field features
- Understanding the available security features
- Platform APIs
- Localization and translation
- Building customizable user interfaces
- E-mail customization with e-mail templates
- Workflow and Flow
- Social features and mobile
- Summary
- Chapter 3. Application Storage
- Mapping out end user storage requirements
- Understanding the different storage types
- Reusing the existing Standard Objects
- Importing and exporting data
- Options for replicating and archiving data
- External data sources
- Summary
- Chapter 4. Apex Execution and Separation of Concerns
- Execution contexts
- Apex governors and namespaces
- Where is Apex used?
- Separation of Concerns
- Patterns of Enterprise Application Architecture
- Unit testing versus system testing
- The packaging code
- Summary
- Chapter 5. Application Service Layer
- Introducing the Service layer pattern
- Implementation of design guidelines
- Handling DML with the Unit Of Work pattern
- Services calling services
- Contract Driven Development
- Testing the Service layer
- Calling the Service layer
- Summary
- Chapter 6. Application Domain Layer
- Introducing the Domain layer pattern
- Implementation design guidelines
- Domain class template
- Implementing Domain Trigger logic
- Implementing custom Domain logic
- Object-oriented programming
- Testing the Domain layer
- Calling the Domain layer
- Updating the FormulaForce package
- Summary
- Chapter 7. Application Selector Layer
- Introducing the Selector layer pattern
- Implementing design guidelines
- The Selector class template
- Implementing the standard query logic
- Implementing the custom query logic
- Introducing the Selector factory
- Updating the FormulaForce package
- Summary
- Chapter 8. User Interface
- What devices should you target?
- Leveraging the Salesforce standard UI
- Translation and localization
- Client communication layers
- Visualforce
- Custom Publisher Actions
- Creating websites
- Mobile strategy
- Custom Reporting and the Analytics API
- Updating the FormulaForce package
- Summary
- Chapter 9. Providing Integration and Extensibility
- Reviewing your integration and extensibility needs
- Force.com platform APIs for integration
- Application integration APIs
- Alignment with Force.com extensibility features
- Extending the application logic with Apex Interfaces
- Summary
- Chapter 10. Asynchronous Processing and Big Data Volumes
- Creating test data for volume testing
- Indexes being selective and query optimization
- Asynchronous execution contexts
- Volume testing
- Summary
- Chapter 11. Source Control and Continuous Integration
- Development workflow and infrastructure
- Developing with Source Control
- Hooking up Continuous Integration
- Releasing from Source Control
- Automated regression testing
- Summary
- Index 更新時間:2021-08-05 17:52:53
推薦閱讀
- Flask Web全棧開發實戰
- Mastering JavaScript Functional Programming
- Delphi程序設計基礎:教程、實驗、習題
- LabVIEW Graphical Programming Cookbook
- Developing Middleware in Java EE 8
- 軟件測試項目實戰之性能測試篇
- Java開發入行真功夫
- 小學生C++創意編程(視頻教學版)
- Java Web開發詳解
- Scala Reactive Programming
- 軟件測試教程
- INSTANT Silverlight 5 Animation
- C++編程兵書
- GitHub入門與實踐
- Learning Splunk Web Framework
- Python物理建模初學者指南(第2版)
- H5匠人手冊:霸屏H5實戰解密
- MySQL數據庫教程(視頻指導版)
- Learning Ext JS(Fourth Edition)
- Head First Go語言程序設計
- 亮劍ASP.NET項目開發案例導航
- 高性能Scala
- Scratch 3.0 趣圖探秘
- 網頁設計與制作:HTML5+CSS3+JavaScript(第5版·微課版)
- Java Persistence with MyBatis 3
- C++ 黑客編程揭秘與防范
- 算法深潛:勇敢者的Python探險
- Python機器學習與可視化分析實戰
- 自己動手寫網絡爬蟲(修訂版)
- Reactive Programming with JavaScript