/* InfoAxon GA Code */
Our CI Environment – Part 3
December 1, 2011 – 11:54 am | No Comment

Jenkins is used to build, configure, test, validate, deploy and promote most of our solutions and frameworks in InfoAxon development environment.
Many plugins has been used (thanks to Jenkins community to provide such huge library of …

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 Category

Articles in Open Source Tutorials

Alfresco Authentication and Integration with Active Directory
January 20, 2011 – 11:15 am | 6 Comments
Alfresco Authentication and Integration with Active Directory

One of the main features of the Alfresco ECM System is the ability to integrate user authentication and synchronization with almost all popular LDAP directory servers, such as Microsoft Active Directory.

However, the integration is error …

Myths about Open Source technologies
December 3, 2010 – 5:27 am | No Comment
Myths about Open Source technologies

Interest in implementation of open source technologies in increasing day by day and I believe that nobody can deny this truth. There is no shortage of interest in how an open source technology can be …

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 …

Alfresco Outlook Configuration for IMAP
August 9, 2010 – 12:06 pm | One Comment
Alfresco Outlook Configuration for IMAP

A very common scenario which  a key decision maker in any organization goes through is remote management of documents which are arriving through e-mails and various other sources. Or for that matter even a …

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 …