Sunday, December 01, 2013

Hooks

        Hooks are the most powerful plugin provided by liferay which can be used for customizing Liferay’s core features.
        We can definitely use EXT plugin which can be achieved by Hook plugin but for best practices, we should use hook plugin as it is hot-deployable and also easy for upgradation/migration process.


 Before you start actual development, you should know whether to use Hook or EXT.


   Below are the some types of hooks : 
  • Override Portal.properties (Not all properties)
  • Override Language Properties
  • Customize Jsps
  • Customize Indexer class for search
  • Customize existing localServiceImpl Classes
  • Customize Existing servlet filters
  • Customize existingStruts action classes

No comments:

Post a Comment

Distributed Transactions

What is a distributed transaction?  Transactions that span over multiple physical systems or computers over the network, are simply termed D...