SWDP-R1 Tutorial

I noticed a small typo in the documentation:On page 128, the first block of sample code for @UriTemplate, says @UriResource(...) when it should say @UriTemplate(...).Is there somewhere else I should be sending this information?-David
[261 byte] By [siefert.davida] at [2007-11-26 21:45:23]
# 1
Hi David. Good catch. We'll post a correction to the online docs. The bundled docs will be updated for release 2.Thanks,-Ian
ievansa at 2007-7-10 3:34:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Hey Ian,

On p.133, a type: @ConsumeMime("image/jpeg,image/png") should read @ProduceMime("image/jpeg,image/png") since it is referring to the @ProduceMime instead of @ConsumeMime (which was just discussed on p 132).

Any ETA for when release 2 is planned? Is there some sort of roadmap that developers can pay attention to online?

Thanks!

-David

siefert.davida at 2007-7-10 3:34:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

Once again, thanks for catching these.

Release 2 is planned for early May, right before JavaOne.

I don't think there's a public roadmap specifically for the SWDP, currently, but it's a reasonable request. I'll let the SWDP team know.

The SWDP will generally match schedules with GlassFish:

http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=Milestones

-Ian

ievansa at 2007-7-10 3:34:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...