3

I know that Spring 3 supports JSR-286 (portlets version '2.0').

However I can't find a lot of documentation on that.

Can anyone share some links about this?

Thank you.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Alexandru Luchian
  • 2,760
  • 3
  • 29
  • 41

2 Answers2

4

Found a couple tutorials

Hello Wold using Spring 3 MVC-Portlets

pring 3.0 Portlet MVC – Part II (Annotations)

Also a book in progress Portlets In Action

Alexandru Luchian
  • 2,760
  • 3
  • 29
  • 41
0

You might find the Spring 3 API helpful, specifically the org.springframework.web.portlet.mvc Package. Listed in the Interface summary section are some Portlet 2.0 interfaces, namely:

This should be enough to get you started.

Zack The Human
  • 8,373
  • 7
  • 39
  • 60