23 November, 2016

Spring MVC Portlet Migration - DXP

Friends, Do you want to migrate your Spring MVC portlet into DXP ? yooo here are the steps you will have to follow to get it migrate. Before we jump into steps, let me light up regarding spring mvc. Actually Spring MVC is purely used for web project architect and there is no any specific intention to get it convert into OSGi module jar. So here we may not be able to convert it into module jar but  such kind of portlets will get deployed...

22 November, 2016

Custom portlet configuration - DXP

Hello Folks, Here I have tried to put all the possible steps which we would required to introduce custom portlet configuration. 1) Create new Liferay module using mvcportlet template 2) Define below highlighted property in your controller class: @Component(         immediate = true,         property = {                 "javax.portlet.name=SamplePortlet",    ...

Overriding classes and properties using OSGi - DXP

Hello Friends, Here i have published all possible ways to override Liferay classes and properties for which we were using hook in older Liferay version.   1) Create Custom portlet data handler  @Component(         property = {             "javax.portlet.name=com.sample.portlet"         },        ...

Liferay MVC Portlet with Service Builder - DXP

Friends, Here you will see how you can create Liferay MVC portlet with best practice. If you remember, we were creating portlets in 6.X by selecting specific portlet type from IDE and choosing weather we have to use service builder or not. So there it was creating only one single portlet including service layer. Now in DXP, you will have to separately create service layer and web portlet layer . Now here we will have to keep 2 things in our mind. 1)...

11 November, 2016

Issues During 6.X to DXP migration

There are couple of common problem which we might facing during migration or upgration from 6.X to Liferay DXP. We will discuss all possible items over here. ...

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...