Foren

among liferay MVC and Spring MVC which one is better

thumbnail
iqbal ahmed, geändert vor 11 Jahren.

among liferay MVC and Spring MVC which one is better

Junior Member Beiträge: 25 Beitrittsdatum: 18.04.12 Neueste Beiträge
Hi guys,

there are lot of MVC framework in the market but we am interested in Liferay MVC and spring MVC, for our client we need to suggest which one to use among this
can anyone who has worked in both the framework help us in this. we have lot of widgets to develop.we have 2 options

1) using liferay MVC along with ALLOY UI. but Alloy UI don't have grid. we can use search container has grid.
2) using Spring MVC along with Jquery. for grid we are planning to use jqgrid.

Can anyone help us with reasons which one is better option among these two for portlet development.

Thanks in advance emoticon
thumbnail
David H Nebinger, geändert vor 11 Jahren.

RE: among liferay MVC and Spring MVC which one is better

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
I'd say go w/ the one that you have familiarity with. That will make you the most successful.

Liferay MVC is appropriate if you're okay w/ following the struts 2/jsp and AUI. It has the least system impact.

Spring MVC is appropriate if you're using another view technology, i.e. jsf, facelets, etc.

jQuery is not so easy to answer. Liferay will already have AUI loaded (can't avoid that), but loading jQuery in can affect the browser. Rather than just one javascript framework in memory, the browser will now have two.
thumbnail
Manish Yadav, geändert vor 11 Jahren.

RE: among liferay MVC and Spring MVC which one is better

Expert Beiträge: 493 Beitrittsdatum: 26.05.12 Neueste Beiträge
Its totally depends upon your requirements.If you have very complex flow of your application then better to go with spring.otherwise if you have only requirement to show data in grid you can go with liferay MVC framework with liferay grid, data table [JQUERY]or jqugrid as you already suggested
Nilang I Patel, geändert vor 8 Jahren.

RE: among liferay MVC and Spring MVC which one is better

Junior Member Beiträge: 31 Beitrittsdatum: 26.07.11 Neueste Beiträge
Hi iqbal,

As suggested by Manish, it depends on your requirement. If you want your portlet to do just simple thing, choose Liferay MVC. if you wish to do many things with complex render / resource logic and if you want the o/p of portlet is not just JSP but other view technologies like freemaker, velocity, PDF etc, you may choose Spring MVC Portlet.

You may refer my blog on Spring MVC vs Liferay MVC portlet in liferay to understand the core differences and similarities between these framework which help you to decide which one to choose.

Regards
Nilang