Re: runtime vs builder, was: SpringApplicationImpl

2005-01-31 Thread Jules Gosnell
OK - all understood - I will get back into the code today and tomorrow and try to sort this out. There may be a few more questions flying about later :-) Jules Jeremy Boynes wrote: Adding to what David said with some clarification of runtime vs. builder. The intention is that running systems

Re: SpringApplicationImpl

2005-01-29 Thread David Jencks
On Jan 28, 2005, at 3:39 PM, Jules Gosnell wrote: Jeremy Boynes wrote: From the source: // I know that this should not be here (in the j2ee package) but, // until someone who knows what they are doing has time to have a look // at it, this seems the path of least resistance... Move to the spring

runtime vs builder, was: SpringApplicationImpl

2005-01-29 Thread Jeremy Boynes
Adding to what David said with some clarification of runtime vs. builder. The intention is that running systems contain only the stuff needed to actually run applications. They use a Geronimo kernel to load and manage Configurations, where each Configuration is a package of GBean instances and

SpringApplicationImpl

2005-01-28 Thread Jeremy Boynes
From the source: // I know that this should not be here (in the j2ee package) but, // until someone who knows what they are doing has time to have a look // at it, this seems the path of least resistance... Move to the spring module? -- Jeremy

Re: SpringApplicationImpl

2005-01-28 Thread Jules Gosnell
Jeremy Boynes wrote: From the source: // I know that this should not be here (in the j2ee package) but, // until someone who knows what they are doing has time to have a look // at it, this seems the path of least resistance... Move to the spring module? -- Jeremy spring - or spring-builder ? I