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?