The Boot will have to stay pretty much as it is right now.  The primary 
purposes of the Boot is:

(1) stay small: It loads all the other classes over the network.  It can't 
have dependencys on other classes cause that means that we would have to put 
those dependencies in the boot.jar.
(2) minimize the system classloader classpath:  This will avoid parent 
delegation classloader problems.

We need to look into setting a security policy in the Boot since, it can be 
runing code obtained from the network.  Some of the simple things that Main 
does we might bring over in to Boot.

I believe that Main should still be around, if you are not doing a network 
boot, then you can use Main.

We might be able to simplyfiy Main and the Server* some since they now do 
not have a requirment to keep thier size down.


Regards,
Hiram


>From: Jason Dillon <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: hey
>Date: Thu, 21 Feb 2002 19:24:57 -0800
>
>Sorry if my previous email had a sour tone... I was just a little
>shocked and shook up.
>
>I still plan on going on with ServerLoader and I would like to merge
>Boot, Main & the Server* into one unified system for
>creating/initializing and starting up JBoss.
>
>The basic plan was to load the required bits from URLClassLoaders,
>having only a few small interfaces on the system path, then use those
>interfaces to init & start jboss.
>
>From the brief look at Boot, it looks like it does something like the
>first part of this, so I think it can be used as a basis for what I am
>working on... which will replace the default loading mechanism with this
>style so we can, among otherthings, use plain log4j and drop
>BootstrapLogger and avoid the problems that go along with it.
>
>Thoughts?
>
>--jason
>




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to