Has somebody found a lightweight alternative to portal containers like liferay? One that pushes features like quick startup times, not limiting the developer, and flexible configuration?

link|improve this question

feedback

8 Answers

up vote 9 down vote accepted

These are the ones I heard about:

  • Liferay Portal is Liferay (independent)
  • Sun glassfish webspace server has been built on top of Liferay Portal and is now discontinued by Oracle.
  • GateIn / eXo / JBoss is JBoss
  • Jetspeed 2 is Apache, but I don't feel it gained momentum
  • Pluto is I think the reference implementation, so not really a portal, but just the portlet container
  • Then comes the big ones like WebSphere & co.

We chose to go with Liferay two years ago, because JBoss portal wasn't that good. But if I had to choose a portal now, I would also give a try to GateIn.

link|improve this answer
1  
Not sure why Liferay is the top of the list considering the question is 'alternative to Liferay' ? Maybe I'm reading it wrong... – Jakub Dec 21 '10 at 20:58
@Jakub hmmm... you're right, it seems like it's a side-effect of the edit. In the first version my intention was to point out that liferay and webspace server were essentially the same product. – ewernli Dec 22 '10 at 20:37
feedback

Apache Shindig might be a viable lightweight alternative to portal containers. It's an OpenSocial container and allows you to hosts Gadgets. Gadgets are in some ways similar to JSR-168/286 portlets.

link|improve this answer
feedback

You could take a look at Pluto: http://portals.apache.org

It's as much a portal framework as it is a portal container. It's standard-compliant and lightweight. If you need something more full-featured, you could look at Pluto-based Jetspeed 2.

link|improve this answer
The mission of Pluto is to be the reference implementation of the portlet specs portals.apache.org/pluto/mission.html, not to be a portal. – ewernli Jun 10 '10 at 18:11
feedback

To clarify, Liferay is not Oracle and Liferay never was owned by Sun.

Sincerely

link|improve this answer
This is not an answer to the question. – Stefan Kendall May 16 '11 at 19:55
feedback

Liferay now has Alloy UI which can be used without the portal or with the portal if you need the built in web CMS, portal features. Check it at alloyui.org.

link|improve this answer
feedback

I think eXo platform which is based on Gatin is a pretty good alternative, a robust solution with a quick implementation. it's a ready-to-use software with minimum specific development

link|improve this answer
feedback

Liferay 6.0 is quicker then its earlier versions, Yes Liferay needs atleast 2GB of RAM and good CPU to be productive as developer,

link|improve this answer
feedback

GWT is a good alternative

link|improve this answer
1  
GWT is a compiler/widget framework. Portals like liferay are containers in which other applications run inside. We need a base platform in which we can run web applications (perhaps that even use GWT themselves) and have a single login and single security model. – Benju Jun 10 '10 at 17:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.