I've been looking at the kernel, and to be honest, I find it
a lot more complicated than it has to be.

I think that for version 4, Main.class should be rewritten so
that the Kernel is a Component with all the lifecycle methods.
This allows for easier jmx management (since it can simply
be managed through the standard to-be-created default
dynamic MBean).
The class that creates the kernel would look like the file
I've attached (it's non-working yet). Note: I'm not using a
pipeline for creation of the kernel. I'm assuming this is not
neccessary for security, though I'm not sure about that.

thoughts?

LSD

<java:sig>
        About LSD  = new PersonalInfo();
        LSD.name("Leo Simons");
        LSD.email("[EMAIL PROTECTED]");
        LSD.URL( [
                http://www.leosimons.com, // personal website
                http://www.atfantasy.com, // fantasy RPG portal
                http://www.the-sign.nl    // web-design company
        ] );
        LSD.quote("Buh!");
        email.setSig((String)LSD);
</java:sig> 

Start.java

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

Reply via email to