views:

228

answers:

2

I'm trying to develop a websphere portal portlet using java, maven and spring-portlet-mvc 3.0.2.RELEASE but so far I'm not having a lot of luck. The problem that I'm having is that a lot of the tutorials are either outdated, incorrect, contradict eachother or a combination of all the above. Also I have to use RAD but the tutorials also contradict eachother, logically I'd think you'd choose new portlet project, but http://www.ibm.com/developerworks/websphere/library/techarticles/0802_patil-pt1/0802_patil-pt1.html says to use a dynamic webproject.

So I was wondering if anyone had a nice example/good tutorial.

A: 

I had almost the same problem.

Here us my question on SO here.

It's not Maven, but still JSR-286

Alexandru Luchian
+1  A: 

The Portlets in Action book is a very good introduction to portlets. There are a couple of chapters devoted to Spring3 portlets.

Also, for WebSphere Portal portlets it might be worth taking a look at the WebSphere Portlet Factory plugin for eclipse. It doesn't use Spring or Maven, but it makes it very easy to whip together WebSphere portlets very quickly, if you're not too concerned about how it does it.

GaZ