Re: [HiveMind] multi-module classloader

2004-03-05 Thread Harish Krishnaswamy
Yup, that's true for now there's no other meta information I can think of and we can always add support for a meta-meta file when needed ;) -Harish Christian Essl wrote: What's about loading all META-INF/hivemodule.xml files and everything contained in META-INF/hivedir.xml files. So you don't

Re: [HiveMind] multi-module classloader

2004-03-05 Thread Christian Essl
What's about loading all META-INF/hivemodule.xml files and everything contained in META-INF/hivedir.xml files. So you don't have to maintain hivedir.xml if you don't need it. On Fri, 05 Mar 2004 14:24:45 -0500, Harish Krishnaswamy <[EMAIL PROTECTED]> wrote: I like the idea although another xml

RE: [HiveMind] multi-module classloader

2004-03-05 Thread Howard M. Lewis Ship
> Such a directory could be found by file naming conventions > (META-INF/hivedir.xml) or it could be referenced from a manifest file. Manifest file would be difficult. Accessing the manifest is easy if your code is the code that is creating class loaders for JARs. Inside a J2EE app server, the c

Re: [HiveMind] multi-module classloader

2004-03-05 Thread Harish Krishnaswamy
I like the idea although another xml file to maintain. But it could be a hivemeta file that can store all the meta information. -Harish [EMAIL PROTECTED] wrote: > I just wanted to post this in case anyone else was interested and to draw any > criticism about how this could mess something > up

Re: [HiveMind] multi-module classloader

2004-03-05 Thread achim
> I just wanted to post this in case anyone else was interested and to draw any > criticism about how this could mess something > up or trigger armageddon. It allows a list of hivemodule.xml locations to be defined > in a .property file. > I reason I wanted this was because I really wanted to spl

Re: [HiveMind] multi-module classloader

2004-03-01 Thread John Rubier
On Monday March 1st 2004, Harish Krishnaswamy wrote: > John Rubier wrote: > >I just wanted to post this in case anyone else was interested and to draw any > >criticism about how this could mess something > >up or trigger armageddon. It allows a list of hivemodule.xml locations to be > >defined i

Re: [HiveMind] multi-module classloader

2004-03-01 Thread Harish Krishnaswamy
John Rubier wrote: I just wanted to post this in case anyone else was interested and to draw any criticism about how this could mess something up or trigger armageddon. It allows a list of hivemodule.xml locations to be defined in a .property file. I reason I wanted this was because I really wa