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 10. Extending the Web Script Framework

In this chapter, we will cover:

  • Extending the web script runtime to create a custom implementation

  • Customized implementation of a web script container

  • Adding your own authenticator implementation to the web script framework

  • Script processor and template processor custom implementation

  • Customizing formats

We started our journey of learning Alfresco web scripts by getting familiar with web scripts. We then did a hands-on exercise to create our first web script in Alfresco and gained in-depth technical knowledge on understanding the web script framework in Alfresco in and out. Later, we got well acquainted with the building blocks of web scripts and different ways to invoke web scripts. We also understood how to create Java-backed web scripts and then explored JavaScript-based web scripts in detail. Next, we looked into the deployment, debugging, and troubleshooting of web scripts, and then we learned how to set up the development environment with Maven...