Reputation: 151
Can anyone tell me where I can download the portlet 2.0 api from?
Upvotes: 0
Views: 1176
Reputation: 16736
Specification: http://jcp.org/aboutJava/communityprocess/final/jsr286/index.html
For the JARs containing the APIs - well, those normally aren't published by Sun (well, Oracle now). They're usually shipped as part of J2EE containers: Sun / Oracle publishes the spec, and someone from the J2EE container's vendor (say, IBM) prepares a JAR according to the spec.
Here's JBoss':
http://repository.jboss.org/maven2/javax/portlet/portlet-api/2.0/
Upvotes: 1