/* InfoAxon GA Code */
Alfresco Implementation Steps
May 17, 2012 – 4:10 pm | No Comment

Refer to my earlier post on  ECM Adaption Planning and Steps, here we will elaborate what should be the specific plan of action for implementing Alfresco as the ECM solution in the business.
Identify Content Sources
In …

Read the full story »
Open Source for Business

Open Source within businesses and enterprises and Articles on how it is being used and what new implementations are possible

Experiences

Recent Experiences from the world of Open source implementation and Customers

Innovations

Recent Innovations from our Open Source experiences

Latest

Latest News from the world of Open Source that may be of interest to You

Open Source Tutorials

Tutorials that help you learn about important Open source technologies

Home » Archive by Tags

Articles tagged with: Web Script

Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 4
October 4, 2009 – 5:50 am | 3 Comments
Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 4

Deploying the Web Scripts as Liferay Portlets
Well, we now are able to create and build web scripts both by Java and by JavaScript.
Now, we want our web scripts to be displayed in Liferay portal as …

Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 3
October 4, 2009 – 5:39 am | 2 Comments
Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 3

Creating a Web Script using Java
Step 1: Create the Source Code Folder Hierarchy

Decide the package structure and URL of your web scripts.
For example, if we create web script in package com.infoaxon.repository
In this case, our folder …

Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 2
October 3, 2009 – 6:24 am | 4 Comments
Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 2

Creating a Web Script using JavaScript API
Step 1: Define the Web Script
As you know, to define a web script, we need to have:

A description xml file, in our case the name would be helloworld.get.desc.xml
An FTL …

Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 1
October 3, 2009 – 6:16 am | One Comment
Tutorial: Building Alfresco web scripts, deploying as Liferay Portlets – Part 1

Web Script Architecture
A Web Script is simply a service bound to a URI which responds to HTTP methods such as GET, POST, PUT and DELETE; which also can be deployed as a JSR portlet is …

Tutorial: Building Alfresco Web Scripts, deploying as Liferay Portlets – Introduction
October 3, 2009 – 5:49 am | One Comment
Tutorial: Building Alfresco Web Scripts, deploying as Liferay Portlets – Introduction

Today, in ever-growing world of Knowledge Management Alfresco has established itself as the most competent Open Source alternative.
In addition of being Open Source and its flexible licensing model (GPL), its dynamic design and extensibility makes …