On 3/8/08, Johan Compagner <[EMAIL PROTECTED]> wrote:
> for wicket this is a feature it really should have
>  now it defeats the purpose i have to make a decission in wicket which
>  factory i use
>  Then i can just as well directly compile against cglib.
>  I cant make the api that way that the developer has to give that factory to
>  use. That would be completely horrible,
>

You could always implement your own brand of discovery for your
project (perhaps by using the service discovery feature built into the
jdk).

I like the idea of splitting it (and doing it the slf4j way rather
than the JCL way).  I have actually suggested that we start an
exploratory branch of JCL to make it work more like slf4j (we've been
talking about this since 2005).  Anyway, if you file a JIRA issue,
I'll make sure we have a discussion with the other devs.  For your
immediate purposes, commons-discovery is available also.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to