-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Goren,
On 7/8/2010 5:09 AM, Goren Il wrote:
> I would like to implement my on webapp class loader, that will look for
> jars in specific places (to be defined in the configuration).
> I would like to inherit the behavior of the default class loader of
On 8 Jul 2010, at 10:09, Goren Il wrote:
>
>
> I would like to implement my on webapp class loader, that will look for jars
> in specific places (to be defined in the configuration).
> I would like to inherit the behavior of the default class loader of the
> webapp, so I can not use a regular
I would like to implement my on webapp class loader, that will look for jars in
specific places (to be defined in the configuration).
I would like to inherit the behavior of the default class loader of the webapp,
so I can not use a regular ClassLoader.
I considered inheriting from WebappClass
On 07/07/2010 16:05, Goren Il wrote:
>
> I would like to implement my on webapp class loader, that will look for
> jars in specific places (to be defined in the configuration).
> I would like to inherit the behavior of the default class loader of the
> webapp, so I can not start use a regular Cla
I would like to implement my on webapp class loader, that will look for jars
in specific places (to be defined in the configuration).
I would like to inherit the behavior of the default class loader of the webapp,
so I can not start use a regular ClassLoader.
I considered inheriting from Webap