Alexandru Luchian
Alexandru Luchian

Reputation: 2780

Spring 3 JSR-286 (portlets) docs

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.

Upvotes: 3

Views: 5225

Answers (2)

Zack The Human
Zack The Human

Reputation: 8481

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.

Upvotes: 0

Related Questions