Set up Liferay portal over Cloud with Clustering
3-August, 2012
Liferay Portal is designed to serve everything commencing the least to the major web sites. If one server isn't enough to serve the high traffic desires of your site than Liferay balance to the size you need. Clustering allows us to run portal instances on several parallel servers. The load is distributed across different servers, and even if any of the servers fails, the portal is still available via other cluster nodes; cluster is a set of nodes. A cluster allows us to distribute the traffic coming in to website to several machines. Cluster functions for improving availability and performance. Liferay works well in clusters of multiple machines (horizontal cluster) or in clusters of multiple VMs on a single machine (vertical cluster), or any mixture of the two.
This webinar will take you through
-
Setup Liferay instance over cloud
-
Liferay Clustering
-
Simple TCP clustering
-
EhCache and Hibernate Configuration
-
Lucene configurationLucene configuration
-
Jackrabbit configuration
-
Session replication & Cache replication
Drupal Theme Development and user role customization
17-August, , 2012
Drupal is an open source Enterprise level content management system, having capabilities to build a small CMS to large scal enterprise solution by offering out of box features like, personal blogs to enterprise applications with thousands of free designs and plug-ins for rapid site assembly and add-on modules let you build any site you can imagine. In this webinar, you will be taken through theme development and customization with user roles customization as per the business requirement.
This webinar will take you through.
-
Theme integration with Drupal
-
Select customize theme from back end side
-
Theme layout on front end side
-
Create user
-
Customization user roles
Liferay Intranet Portal Development
31-August, 2012
A complete open source portal - Liferay gives you a solution that works to serve your requirement today and is flexible enough to drive future strategic growth. You can deploy Liferay in a week to get a full solution for portals, content and collaboration, and is easy to customize, and integrates with your existing applications for less than the cost of proprietory portal application. This webinar take you through some of the powerful features of Liferay for Intranet application utility.
This webinar will take you through.
-
Web contet using IPC (Inter Portlet Communication) portlet and the spenego integration in liferay.
-
Spenego integration to enable a Single Sign On facility allows to login through the windos user in to the liferay system.
-
IPC is used for communication between two portlets. using IPC Portlet, we will learn how we can extend the web content functinality using IPC Portlet.
Moodle Theme Customization and Development
28-September, 2012
Moodle is one and only its kind of open source Learning Management System available in the current market based on PHP framework. Moodle is coming with out of box functionality like, student, teacher, exam, score card and other necessary needs to run an education institutes. It is very easy in operating and flexible in customization. Moodle has features that allow it to scale to very large deployments and hundreds of thousands of students, yet it can also be used for a primary school or small premises.
This webinar will take you through.
-
Theme Integration in Moodle
-
Select a Theme from Admin Side
-
Moodle Theme Customization
-
Create a Course Category and Courses
-
Create a User and enroll in the course
Overview Of JBPM 5
12-October, 2012
jBPM is a flexible Business Process Management (BPM) Suite. Its light-weight, fully open-source (distributed under Apache license) and written in Java. It allows you to model execute and monitor business processes, throughout their life cycle. A business process allows you to model your business goals by describing the steps that need to be executed to achieve that goal and the order, using a flow chart. This greatly improves the visibility and agility of your business logic.
This webinar will take you through core engine api
-
knowledge base
-
session base
-
Events
How you will use core engine api, the jBPM API should thus be used to
-
Create a knowledge base that contains your process definitions
-
Create a session to start new process instances, signal existing ones, register listeners, etc.
-
domain specific process
-
Events
-
Activities
-
Gateways