سؤال

There are many Java web application frameworks available but what are my alternatives when developing JSR 168 portlets? I found a couple:

هل كانت مفيدة؟

المحلول

That's it Sven, I haven't tried JSF portlet bridge, but I have been working with Struts portlet bridge and spring-webmvc-portlet almost 2 years.

this is my own opinion :

I would try to avoid using Struts portlet bridge. It's a dead thing that still exists because some Portals had utilized it and it is still built in them. It's quite old, it serves its purpose, but with something like spring-webmvc-portlet - using it wouldn't be wise. Unless you are Struts enthusiast and you haven't tried Spring-mvc or JSF.

I like the principle how spring portlet environment is integrated into servlet env. There is also everyhing that developer needs already implemented, except few things like

With Struts bridge you end up doing tons of low level stuff to hide the fact, that after request hits the Main Portal Servlet, it becomes "portlet request". With Spring you don't care :-) Talking about portals like Liferay, JBoss or uPortal

نصائح أخرى

JSF with a portlet bridge: http://jboss.org/portletbridge

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top