users@jersey.java.net

Re: [Jersey] Re: Including Folder path as a URI variable

From: Pavel Bucek <Pavel.Bucek_at_Sun.COM>
Date: Thu, 11 Mar 2010 16:48:30 +0100

Jersey User Guide [1] and javadoc (Path: [2], PathParam: [3]).

You can find useful documents at [4] too, maybe slightly older but still
useful for these basic constructs.


Pavel


[1] https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html
[2] https://jsr311.dev.java.net/nonav/releases/1.1/javax/ws/rs/Path.html
[3]
https://jsr311.dev.java.net/nonav/releases/1.1/javax/ws/rs/PathParam.html
[4] http://wikis.sun.com/display/Jersey/Main

emile wrote:
> Hi Pavel,
>
> Thank you for your quick response. The solution worked. Where can i read up
> more about this?
>
> Thanks & Regards,
> Emile
>