tags:

views:

22

answers:

1

Can anyone tell me where I can download the portlet 2.0 api from?

A: 

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/

Isaac