ikvenu2000
ikvenu2000

Reputation: 151

Download the portlet 2.0 api

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

Upvotes: 0

Views: 1176

Answers (2)

Arne Burmeister
Arne Burmeister

Reputation: 20594

Have a look at the maven repository.

Upvotes: 0

Isaac
Isaac

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

Related Questions