users@jersey.java.net

Re: [Jersey] Implementing a generic javax.ws.rs.core.Response

From: António Mota <amsmota_at_gmail.com>
Date: Tue, 31 Mar 2009 12:29:27 +0100

2009/3/30 Jaka Jančar <jaka_at_kubje.org>:
> Hi!
>
> (disclaimer: this isn't really a question, just a request for comments of
> the idea)
>
> I want my resource methods to:
> a) return strongly typed entities (so entity types can be specified in
> interfaces), and

I'm just wondering, Jersey is about implementing REST-type
architectures, and "strongly typed entities" is anything but
RESTish... Why do you want to do that with Jersey and not stick to a
RPC style?