Pacerier
Pacerier

Reputation: 89633

isn't JSR 286 (portlets) already finalized?

isn't JSR 286 (portlets) already finalized? However when I download it, the first page writes send comments about this document to: [email protected] so my question is is jsr 286 finalized or not yet finalized (meaning will change in the future)

Btw, i've downloaded the zip file and there is are 2 pdfs, 1 with "all track changes". Which pdf should i read if i want to learn everything about jsr 286?

Upvotes: 1

Views: 182

Answers (2)

McDowell
McDowell

Reputation: 108899

Portlet 2.0 (JSR 286) has been finished (and shipping as product) for a while now. You probably want to read PortletSpec_20.pdf, unless you just want to know the bits that have changed since JSR 168, in which case you want PortletSpec_20-allTrackChanges.pdf.

the first page writes send comments about this document to: [email protected]

Well, the expert group needs to solicit feedback somehow. There may be new versions or maintenance releases in the future.

Upvotes: 2

ewernli
ewernli

Reputation: 38615

It's finalized, and it's considered "final". But specifications might have errors, and corrections will be addressed in so-called "maintenance" releases. There's for instance a maintenance release of the EJB 3.1 specs, dated Dec 07, 2010.

Concerning the PDFs, I'm pretty sure the content is the same. But "allTrackChanges" highlights the changes with a vertical bar on the left. As this doesn't matter to you, read the regular PDF.

Upvotes: 2

Related Questions