Book Image

Alfresco 3 Web Content Management

Book Image

Alfresco 3 Web Content Management

Overview of this book

Alfresco provides a robust, easy to use, and scalable web content framework for managing multiple websites leveraging a common web infrastructure. If you are interested in configuring and building a new website quickly, determined to create a scalable infrastructure to stage multiple websites, and want to secure and control the content being pushed to external applications, then you have reached the right place.This book will guide you through creating, managing and publishing web content in staging, test and production environments. It will help you set up an infrastructure for supporting multiple websites using Alfresco, enabling a shortened web development cycle, and providing high return on investment and low cost of ownership.This book will take you from the basics of publishing style CMS – such as web forms, page templates, and staging – to the skills that will make you an Alfresco developer, covering advanced topics such as workflow, web services integration, and more. You will learn the various options used to install Alfresco including File System Deployment receivers on target production servers. You will also learn to configure a single instance of Alfresco to serve multiple web projects. Focus is given to reuse assets such as images, forms, and workflows across multiple web projects.It will introduce you to advanced concepts of separating the web content from presentation. The entire process of creating web content, getting it approved and published to a staging environment needs a robust workflow process. You will learn and have extensive hands-on experience with the examples given in the book to create a flexible workflow. You will learn about Alfresco Web Editor, a new feature released with the latest version of Alfresco 3.3. You will learn to configure Web Editor for in-context editing of web pages. You will be able to try out various integration options using Alfresco’s RESTful web services framework. By the end of the book, you will be able to set up an extensible enterprise web content management system for your company and customers.
Table of Contents (18 chapters)
Alfresco 3 Web Content Management
Credits
About the Authors
Acknowledgement
About the Reviewers
Preface

Customization of existing workflow to use e-mail notifications


Alfresco provides an inbuilt Web Site Submission workflow to be associated with the web project. If you want to make change in the existing workflow, following are the location of the files to make the changes.

  1. 1. The Process Definition file is present in the specified location:

    <install-alfresco>/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/workflow/submit_processdefinition.xml.
    
  2. 2. The Task Model file is also present at same location:

    <install-alfresco>/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/workflow/wcmWorkflowModel.xml.
    
  3. 3. The Resource Bundle is also present at same location:

    <install-alfresco>/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/workflow/wcm-workflow-messages.properties.
    
  4. 4. The Spring Context file, which is used to load model, Process Definition, and Resource Bundle is present at the location:

    <install-alfresco>/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/bootstrap-context...