For Liferay related Blogs, Forums & Other Resources please visit: www.liferayaddict.com

Changing Environment Variables in MAC
Changing the environment variables on MAC: cd /etc chmod 777 profile vi profile add export JAVA_HOME=<what ever is the path to java home>
Read More About Changing Environment Variables in MAC »
Design Patterns Mind Maps
Design Patterns Mind Map Zip
Read More About Design Patterns Mind Maps »
Introduction to LDAP
Information is stored in many formats and storage structures. One of the such storage structure is the RDBMS which is the most common and very very extensively used. The data in database is relational. The data stored in RDBMS is complex and has complex update mechanism with commits and rollbacks. On the other hand what if you want to store data not in relational format but in hierarchical...
Read More About Introduction to LDAP »
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...
Read More About Abstract Factory Design Pattern »
Anemic Domain Model
This is a model where you have business services written in Classes with each function in it  providing some signficant service behavior and domain objects having only setter getters with no behavior at all. There are millions who are under the impression that Domain Objects / Entities are only supposed to hold data. This may be true in case of Value Object but not Domain Objects or...
Read More About Anemic Domain Model »
Showing 1 - 5 of 11 results.
Items per Page 5
of 3