• Learn Model Listener Hook in Liferay DXP/7

    Learn Model Listener Hook in Liferay DXP/7

    In this ‘How to?’ series of posts, we discussed about JSP hook last time. In this post, I am going to describe about Model Listener Hook and how to implement it in Liferay 7/DXP. Following are the list of hooks available in Liferay 7/DXP and we have already discussed about hyperlinked item in list. Struts… Continue reading Learn Model Listener Hook in Liferay DXP/7

  • Learn Liferay DXP custom notification in 5 minute

    Learn Liferay DXP custom notification in 5 minute

    Welcome to EnProwess blogs. In this post, I am going to talk about notification feature and how to create custom notification in DXP. Before we talk about notification feature in DXP, lets understand what has changed in DXP with compare to Liferay 6.2. In Liferay 6.2, There is Notification display portlet. This portlet can be… Continue reading Learn Liferay DXP custom notification in 5 minute

  • Learn Liferay DXP Struts Action Hook in 4 simple steps

    Learn Liferay DXP Struts Action Hook in 4 simple steps

    Welcome to our “How To?” series of post. In this series, we are talking about different development concept in Liferay DXP/7. In this post, I am going to talk about Struts Action Hook. Liferay offers following list of hooks to override default behaviour of out-of-the-box features, Filter Hook JSP Hook Model Listener hook Struts Action… Continue reading Learn Liferay DXP Struts Action Hook in 4 simple steps

  • Learn JSP Hook for Liferay 7/DXP in 5 simple steps

    Learn JSP Hook for Liferay 7/DXP in 5 simple steps

    In this ‘How to?’ series of posts, I am talking about different hooks and steps to create hook in Liferay 7/DXP. In my last post, you learned about Filter hook. In this post, you will learn about JSP Hook. Before I proceed to explain you about JSP hook let me summarize list of hooks Liferay… Continue reading Learn JSP Hook for Liferay 7/DXP in 5 simple steps

  • Scheduler in Liferay 7 /DXP, Isn’t it easy?

    Scheduler in Liferay 7 /DXP, Isn’t it easy?

    Often, there are requirements to automate certain process and execute it on regular interval. Scheduler programming helps for all such requirement. Liferay provides a flexible way to implement scheduler. In this post, I am going to talk about, steps to create scheduler in Liferay DXP/7. Following are the prerequisite to start implementation, Pre-requisites: Java 1.8… Continue reading Scheduler in Liferay 7 /DXP, Isn’t it easy?

  • Liferay 7 / DXP: 7 UI features making the difference

    Liferay DXP is a real game changer in CMS/Portal world

    We at EnProwess closely observing Liferay DXP releases, plan and road map. We laced up our skills for Liferay DXP. Believe me, it’s exciting. In this post, I want to express my thoughts why Liferay DXP is a game changer in portal world, New User experience Impressive user experience is important to select software product.… Continue reading Liferay DXP is a real game changer in CMS/Portal world

  • Liferay7/DXP – OSGI module for PostLoginAction

    Liferay7/DXP – OSGI module for PostLoginAction

    Before we get in to how OSGi and Liferay goes hand in hand, it is recommended to understand the core of OSGi. You can go thru this link and get your hand dirty with plain OSGi example. Liferay7 and DXP released with many buzzwords like Modularity, Expansibility and Semantic versioning. All of these, have base… Continue reading Liferay7/DXP – OSGI module for PostLoginAction