On Sat, 2006-02-18 at 21:45 +0530, Karthik Kumar wrote:
> Well,
> 
> Is 1.1 really used nowadays? i mean.. at least 1.2 is acceptable coz the
> threading model was changed.

J2ME, (some) applets and lots of embedded applications

> We could, strip out all unwanted loggers, and give a lite-version of JCL
> (with SimpleLogger), IMHO.

it's not the lightness: it's the dynamic discovery model. 

the dynamic discovery mechanism used in JCL is based on the java 2
classloader model (thread context classloaders, hierarchies and so on).
the dynamic discovery in the new component would be based on the simpler
java 1 classloader model. 

the java 2 model causes issues with J2ME, embedded applications and some
containers which be found on clients and the failure of very many
container and framework vendors to create applications that adhere to
this specification causes the majority of problems users experience with
JCL. 

- robert


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

Reply via email to