Portlet-mvc 3.0 + maven for websphere portlet: examples?

I am trying to develop a websphere portal portlet using java, maven and spring-portlet-mvc 3.0.2.RELEASE, but so far I have not had much luck. The problem I am running into is that many tutorials are either out of date, incorrect, contradicting each other, or a combination of all of the above. Also I have to use RAD but the tutorials also contradict each other, logically I think you would choose a new portlet project, but http://www.ibm.com/developerworks/websphere/library/techarticles/0802_patil-pt1/0802_patil- pt1.html says to use a dynamic web project.

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

+2


a source to share


1 answer


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



Also, for WebSphere Portal portlets, the WebSphere Portlet Factory plug-in for eclipse is worth checking out. It doesn't use Spring or Maven, but it is very easy to hack WebSphere portlets very quickly if you're not too concerned about how it does it.

+2


a source







All Articles