The custom implementation of a web script container

The web script container plays a key role in executing web scripts. The repository container works behind the scenes to execute repository web scripts at the Alfresco end. It would be interesting to know how to have a custom implementation for the web script container. Let's take a look at the service provider interface available in the out-of-the-box web script framework implementation to implement a web script container.

The org.springframework.extensions.webscripts.Container interface available in spring-webscripts-*.jar is the key interface that declares the core methods required to be implemented by any web script container. There is an additional set of methods declared in the org.springframework.extensions.webscripts.RuntimeContainer ...

Get Learning Alfresco Web Scripts now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.