Re: [chain] New interface: CatalogFactory

2004-10-05 Thread Sean Schofield
Craig, I've attached a copy of CatalogFactoryBase. Its meant to go in the 'impl' package. It implements CatalogFactory along the lines of what we discused. I attempted to have my IDE use "unix" style linebreaks but you may want to check just to be sure. Next I will start working on modifying

Re: [chain] New interface: CatalogFactory

2004-10-05 Thread Sean Schofield
Yes, although if you have one for that purpose you might also use it to read your configuration information and set up the catalogs (i.e. like what ChainListener already does). Good point. I will look into it and report back. Java doesn't have any API to unload classes. Therefore, when you re

Re: [chain] New interface: CatalogFactory

2004-10-05 Thread Craig McClanahan
On Tue, 05 Oct 2004 16:27:09 -0400, Sean Schofield <[EMAIL PROTECTED]> wrote: > Craig, > > >I should have checked on the line endings before committing ... was it > >built on a Windows system with CR-LF? I checked it in on Unix. > > > > > > > I'm developing on a Windows machine. I think my IDE i

Re: [chain] New interface: CatalogFactory

2004-10-05 Thread Sean Schofield
Craig, I should have checked on the line endings before committing ... was it built on a Windows system with CR-LF? I checked it in on Unix. I'm developing on a Windows machine. I think my IDE is adding Windows line feed by default but preserves the end of line used by existing files (which

Re: [chain] New interface: CatalogFactory

2004-10-05 Thread Craig McClanahan
On Tue, 05 Oct 2004 10:38:54 -0400, Sean Schofield <[EMAIL PROTECTED]> wrote: > Craig, > > Thanks for commiting the file. I agree that this might be the best way > to generate discussion. I've answered some of your points below. > > >I've committed your proposed CatalogFactory.java interface to

Re: [chain] New interface: CatalogFactory

2004-10-05 Thread Sean Schofield
Craig, Thanks for commiting the file. I agree that this might be the best way to generate discussion. I've answered some of your points below. I've committed your proposed CatalogFactory.java interface to [chain], with minor tweaks to the Javadoc comments to conform to the usual style in [chain

Re: [chain] New interface: CatalogFactory

2004-10-02 Thread Craig McClanahan
On Thu, 30 Sep 2004 15:23:42 -0400, Sean Schofield <[EMAIL PROTECTED]> wrote: > Attached is the new CatalogFactory interface that I proposed a while > back. I welcome any comments, concerns or objections. I will be > providing a default implentation (as Craig has suggested) but I'd like > to get

[chain] New interface: CatalogFactory

2004-09-30 Thread Sean Schofield
Attached is the new CatalogFactory interface that I proposed a while back. I welcome any comments, concerns or objections. I will be providing a default implentation (as Craig has suggested) but I'd like to get feedback on the interface first. Thanks, sean /* * Copyright 1999-2004 The Apache