Recent Bloggers
Tanweer Ahmed Ansari Posts: 2
Stars: 2
Date: 7/23/10
Savio Edward Coelho Posts: 1
Stars: 0
Date: 7/9/10
Muhammed Shakir Misarwala Posts: 8
Stars: 0
Date: 6/30/10
vc vijayan Posts: 5
Stars: 0
Date: 6/24/10
  Blogs Aggregator
Finder Methods in Liferay
finder finder methods liferay finder methods service layer
  I have come across many newbies who find it difficuilt understanding & implementing the finder methods in Liferay.This blog will come as a rescue to those beginners.Here I will first
Implementing XMLBeans
xml binding xml marshal xml unmarshal xml to java xmlbeans
  XMLBeans is a fantastic technology provided by Apache which is used for marshalling and un-marshalling XML.This helps us to bind XML into Java Types.In this blog, I will first introduce the
How to reload module in a flex application on button click....
flex action script
 Hi, We r trying to reload a module if our flex application on button clicked.... Is there a way to do so....
Subscribe to this blog. Subscribe to this blog.
Showing 3 results.
  Blogs
Actors & Use Cases
Actors & Use Cases are UML model elements that helps modeling system requirements. Actors are those that interact with the system and those external systems with which the system interacts. A bank customer to an ATM System is an actor to the system and also the external system with which the ATM System interacts (passing on the transaction details) is also an actor. If...
Read More »
Abstract Factory Design Pattern
  If you have understood factory pattern, understanding abstract factory is a cake walk. How many create methods you have in a factory ? Answer is 1. How many product(s) does a factory return ? Answer is 1. Now if you are asked how many create methods or in other words, how many product(s) does an abstract factory create ? - Answer will be : More than 1. Abstract factory...
Read More »
Flex Startup Events
The order in which the events are dispatched by the application are preinitialize(), initialize(), creationComplete(), updateComplete() and applicationComplete(). The events in more detail: preinitialize()  is dispatched when the component has been attached to its parent container, but before the component has been initialized, or any of its children have been created. In most...
Read More »
Hook Plugin Snippet
Using hooks customizing jsp page of a existing liferay portlet. In this example I am taking portlet asset-publisher.    Step 1: Go to plugins/hooks create a folder with any name. eg asset-publisher-hook Step 2: Go to asset-publisher-hook create folder docroot and build.xml file. Content of build.xml should be like this: <?xml version="1.0"?> <project...
Read More »
Showing 21 - 24 of 24 results.
Items per Page
Page of 5