vote up 1 vote down star

I'm doing some portlet development for IBM WebSphere Portal 6.1. However, the deployment process is painfully slow. As this is my first time doing portlet development, I'm not too familiar with the various portal servers out there. I'd like some recommendations for a lightweight portal server on which I can deploy quickly for development.

flag
> Lightweight...portal server...quickly... There are three words I never thought I'd see in the same sentence! – JDrago Feb 25 at 23:29

4 Answers

vote up 1 vote down

I'm not familiar with each of their deployment characteristics, but here is a list of open source portals in Java: http://java-source.net/open-source/portals

link|flag
vote up 2 vote down

I believe Liferay has become Sun's adopted strategy, if that has any bearing.

link|flag
Maybe my definition of "light-weight" is different, but I wouldn't call LifeRay that. :-) – Brian Knoblauch Jan 30 at 19:34
vote up 0 vote down

I was in a similar situation a year or two ago.

The server takes a long time to come up regardless, but it doesn't actually have to be restarted with any little change. You only have to restart the server with major changes, otherwise, restart or redeploy the project to the server.

Nevertheless, the system wasn't snappy until I had three gigs of ram. I'd recommend first upgrading your workstation to support the server. They're called workstation class systems for a reason :) Get yourself an 8gb machine and tell your boss you will be twice as productive :)

link|flag
vote up 0 vote down

I typically use hotdeployment of changes Java classes and JSP pages. This is the fastest way. We shared 1 server with 5 developers using hotdeployment of classes to PortalServer/installedApps/.ear/yourportlet.war and this worked great. However, now and then we did have to restart the server. If you changed deployement descriptors you still need to re-deploy the portlet WAR. Make sure the reloadingEnabled flag is set to false for the wps.war app on your development machine (restart picks up the change).

link|flag

Your Answer

Get an OpenID
or

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