掲示板

among liferay MVC and Spring MVC which one is better

thumbnail
11年前 に iqbal ahmed によって更新されました。

among liferay MVC and Spring MVC which one is better

Junior Member 投稿: 25 参加年月日: 12/04/18 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

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

Liferay Legend 投稿: 14914 参加年月日: 06/09/02 最新の投稿
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
11年前 に Manish Yadav によって更新されました。

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

Expert 投稿: 493 参加年月日: 12/05/26 最新の投稿
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
8年前 に Nilang I Patel によって更新されました。

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

Junior Member 投稿: 31 参加年月日: 11/07/26 最新の投稿
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