Like Us

Thursday, 27 September 2012

Improving component layout in your ZK Liferay Portlet

Improving component layout using CSS in ZK Liferay Portlet Hello Friends, After we have complete the first step of ZK Liferay Integration Let's discuss about the proper styling of the various ZK controls in Liferay Portlet. When you create your first Liferay ZK Portlet as describe in my pervious blog you may face some styling issues in component layouts. You just can place below css code in your portlet's main.css file. Your most of the issues related to the styles will get resolved...

Monday, 17 September 2012

Java Event Delegation Model

Java Event Delegation Model : Example using Core Java. Event Delegation model is just a mechanism of broadcasting an event. There are basically 3 entities involved in event delegation model. Event - It is an element which describes the event. Event source - It is an element which generates the event and sends it to the listener. Event listener  - It is an element which receives the event sent by the source and executes a specific functionality with respective to the event. ...

Wednesday, 12 September 2012

ZK Liferay Integration First Step for creating ZK Liferay Portlet

ZK Liferay Integration First Step for creating ZK Liferay Portlet Hello Friends,Welcome to CAPITAL CODE.As per current IT market trends Liferay is world’s leading enterprise-class open source portal. At the same time ZK is a very popular framework for RIA Applications. ZK is a highly productive open source Java framework for building amazing enterprise web and mobile applications. One can develop the AJAX based RIA without knowing AJAX, Javascript...