/* 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: Liferay

Open Source Technologies to Watch Out in 2012
January 10, 2012 – 11:20 am | 2 Comments
Open Source Technologies to Watch Out in 2012

Happy New Year 2012.
Open Source is going strong, and as predicted is going to much stronger in coming days. 2012 and onwards should see more and more adaptation of Open Source products, and competing with …

Deploying Alfresco Share portlets in Liferay
December 1, 2010 – 10:56 am | 20 Comments
Deploying Alfresco Share portlets in Liferay

In Web Scripts as Portlets tutorials, how to deploy Alfresco Web Scripts as Liferay Portlets have been discussed. In this tutorial we will see how to deploy Alfresco Share 3.4 portlets in Liferay.
In the latest …

Liferay and Alfresco VS. Liferay or Alfresco
October 18, 2009 – 1:22 pm | One Comment

Long since Liferay and Alfresco has stormed into Open Source Industry, business owners and developers are working on integrating or using these two frameworks and generating some business solutions using these.
At a time, the focus …

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 …