Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Alfresco 4 Enterprise Content Management Implementation

You're reading from   Alfresco 4 Enterprise Content Management Implementation With Alfresco 4 you can manage content across the enterprise more effectively and corroboratively. This book helps you achieve great results, however basic or sophisticated your needs, with a hands-on, training course approach.

Arrow left icon
Product type Paperback
Published in Jul 2013
Publisher Packt
ISBN-13 9781782160021
Length 514 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (16) Chapters Close

Preface 1. Introduction to Alfresco FREE CHAPTER 2. Installing Alfresco 3. Getting Started with Alfresco 4. Implementing Membership and Security 5. Implementing Document Management 6. Implementing Business Rules 7. Extending Alfresco Content Model 8. Implementing Workflow 9. Integrating External Applications with Alfresco 10. Alfresco Administration Operations Using Alfresco Share 11. Customizing the User Interface 12. Search in Alfresco 13. Implementing Imaging and Forms Processing 14. Administering and Maintaining the System Index

Web Scripts


Web scripts are basically RESTful web services. Alfresco provides REST architecture based framework for web scripts.

You can achieve model-view-controller (MVC) pattern using Web Script to create your own application or API. You can create application which gets render using template language like FreeMarker. It may use Java or JavaScript based Web Script controller to access Alfresco repository and create data model to use it on front-end for generating user interface.

In this section we will talk about Web Script, implementation of Web Script, some Out-of-the box Web Script examples and some custom Web Script examples.

Understanding Web Scripts

A REST Web Script is simply a service bound to a URI and based on HTTP, so the technology that the external application is implemented in is irrelevant. This means that they are cross-platform and cross-language. You are not restricted to any programming language or development environment.

The Web Script framework lets you roll your own...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime