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

How to build an AI Agent

  Agents are the most valuable skill in AI and product right now. So why not build one? Here's how: 𝐒𝐭𝐞𝐩 𝟏: 𝐃𝐞𝐟𝐢𝐧𝐞 𝐚 𝐬𝐲𝐬...