> Interesting... any explanation? Class.forName obviously doesn't compare,
> the idea behind chaining is to have independent development, deployment, and
> management of each stage, as well as the ability to have processing stages
> distributed on several hosts.
that works fine with Class.forName(), but you have to design your servlet
appropriately. there is an article on servletCentral discussing this. i have
used this technique for 2+ years now. i personally, don't like the way that
they have implemented it in the article, but the concepts are correct.
<http://www.servletcentral.com/1999-03/smart.dchtml>
i'm also working on an open source framework that implements the above ideas
plus my own.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]