You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently assigned to research a way to support Spring Portlets on Spring Framework Version 5.0 on a Portal server in my organization.
As part of my research, I came across this project and we are planning on using this project to support Spring Portlets.
As part of my POC, I created a portlet using Liferay Development studio and tried to deploy it on our portal but since the portlet and portletmvc4spring are using Portlet 3.0 API we were unable to deploy the portlet.
Our Portal is currently only supporting Portlet API 2.0 and has no support for portlet API 3.0. All our customers are also using portlets that are only developed on Portlet API 2.0.
Could someone please help me out with the following questions:
Is it possible to support Portlet API 2.0 and use this project in our portal without adding support for Portlet API 3.0?
If it is not possible to support Spring MVC Portlets developed on Portlet API 2.0 we are discussing supporting Portlet API 3.0. But would like to know if the existing Spring MVC portlets developed using Portlet API 2.0 will directly work with Portlet 3.0 or will there be any changes required.
Any quick help would be appreciated.
The text was updated successfully, but these errors were encountered:
hdecoded
changed the title
Support for Portlets developed on Portlet API 2.0
Support for Spring Portlets developed on Portlet API 2.0
Jan 16, 2023
Hi @hdecoded thanks so much for reaching out. Liferay has no plans to have PortletMVC4Spring support Portlet 2.0, but you are certainly free to fork the project and create a branch that compiles against the Portlet 2.0 API by changing this line: https://github.com/liferay/portletmvc4spring/blob/master/pom.xml#L148
Thank you so much for the quick response. I will try creating a branch that compiles against the portlet 2.0 API as you suggested.
I am currently using the Liferay CE Portal Verison 7.4.3.54-ga54 for creating and testing the portlets. But we are planning on using the portletmvc4spring jars with our Organisation's own Portal.
I was recently assigned to research a way to support Spring Portlets on Spring Framework Version 5.0 on a Portal server in my organization.
As part of my research, I came across this project and we are planning on using this project to support Spring Portlets.
As part of my POC, I created a portlet using Liferay Development studio and tried to deploy it on our portal but since the portlet and portletmvc4spring are using Portlet 3.0 API we were unable to deploy the portlet.
Our Portal is currently only supporting Portlet API 2.0 and has no support for portlet API 3.0. All our customers are also using portlets that are only developed on Portlet API 2.0.
Could someone please help me out with the following questions:
Any quick help would be appreciated.
The text was updated successfully, but these errors were encountered: