Book Image

Alfresco Developer Guide

Book Image

Alfresco Developer Guide

Overview of this book

Table of Contents (17 chapters)
Alfresco Developer Guide
Credits
About the Author
About the Reviewers
Preface
Index

Summary


This chapter was about getting your development environment ready to go, providing an overview of how the platform is extended, and understanding the debugging tools that are available. Specifically, you learned:

  • Where to get the Alfresco SDK, how to build it, and how to get it set up in Eclipse.

  • How to extend Alfresco without modifying Alfresco's source code or configuration. You learned the specific extension technique to use depending on the type of file being customized.

  • The three ways to deploy customizations:

    1. Copy the customizations into an exploded Alfresco web application directory.

    2. Copy the customizations into the Alfresco WAR, then deploy it.

    3. Package the customizations as an AMP and use the Module Management Tool to install the module into the Alfresco WAR, which is subsequently deployed.

  • What to do when things inevitably go wrong. Familiar techniques such as log4j and remote debugging are available, just as they would be with any web application. In addition, the Node Browser...