Using ClassLoaders in a web application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Angelo Randazzo

    Using ClassLoaders in a web application

    Hi all,

    anyone knows if it is possibile to use a custom class loader
    in a web application (deployed using a EAR and/or WAR file).

    Can the application server deny the permission to instantiate
    and use a user-defined class loader?

    Thanks, Angelo
  • Christopher Blunck

    #2
    Re: Using ClassLoaders in a web application

    You should be able to use whatever classloader you like. What're you
    trying to do that would require a custom classloader?

    I always thought it would be a fun piece of obfuscation to load a
    difference .class based upon the month (maybe a lunar calendar). If
    it's the month of September all of your DIV operations are off by 1/pi
    or something.


    -c


    angelorandazzo@ yahoo.it (Angelo Randazzo) wrote in message news:<714d8998. 0306300632.2d06 [email protected] ogle.com>...[color=blue]
    > Hi all,
    >
    > anyone knows if it is possibile to use a custom class loader
    > in a web application (deployed using a EAR and/or WAR file).
    >
    > Can the application server deny the permission to instantiate
    > and use a user-defined class loader?
    >
    > Thanks, Angelo[/color]

    Comment

    Working...