users@jersey.java.net

[Jersey] Re: jersey-guice inject subresources

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Mon, 13 Dec 2010 08:05:41 -0500

Ohhhh good thought, having the factory interface nested in the
subresource class. I like that even more!

On Mon, Dec 13, 2010 at 4:54 AM, Paul Sandoz <Paul.Sandoz_at_oracle.com> wrote:
> I tend to prefer if the factory
> interface is nested with the bound class if that interface is not reused in
> other places.