users@jersey.java.net

[Jersey] Re: Jersey without Annotations

From: Bill O'Neil <oneil5045_at_gmail.com>
Date: Thu, 2 Jan 2014 16:35:10 -0500

You can bind Resources programmatically without using annotations.
https://jersey.java.net/documentation/latest/user-guide.html#d0e2435

If you want to work directly with the Request, Response objects you should
be able to do this. It will be a little more trouble to get cookie,
header, path, and query parameters. It should be doable though.


On Thu, Jan 2, 2014 at 4:30 PM, Imran Bashir <imran_1981_at_aol.com> wrote:

> Hi Everyone,
> I wanted to know can I develop a rest web service using Jersey without
> Annotation.
> Sincerely
> Imran
>