Book Image

Learning Alfresco Web Scripts

By : Ramesh Chauhan
Book Image

Learning Alfresco Web Scripts

By: Ramesh Chauhan

Overview of this book

Table of Contents (18 chapters)
Learning Alfresco Web Scripts
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Building Blocks of Web Scripts

In this chapter, we will cover different components in detail to create a web script:

  • The description document

  • Controller implementation

  • Response templates

  • I18N message bundle

  • The configuration document

  • Naming conventions for each component

Web scripts is a key feature of the Alfresco enterprise content management system and it's easy to implement. Having detailed knowledge about the components that make a web script will make your job even easier to develop web scripts in Alfresco.

This chapter will provide you with the detailed knowledge about the building blocks of web scripts. It is really essential to have thorough understanding about the different artifacts that are used to develop web scripts in Alfresco. Throughout your journey of Alfresco web scripts implementation in any of your project, you will always have to use these components while developing web scripts, and hence, it is very important to get a clear understanding of it so that you can quickly...