Daniel Rall wrote:

"Andrew Evers" <[EMAIL PROTECTED]> writes:


From an overall embedding perspective it would be nice to specify
a property hash to a number of the constructors that could be
used to specify alternative classes for not only the type factory,
but also the request or response processor, or the worker. This
would provide more graceful construction as more optional features
are added.

The JNDI InitialContext and JAXP {SAXParser,DocumentBuilder}Factory
API's use similar concepts.

Interested in patching?

You might be interested in the Commons Discovery project, which provides a standard (?) way to find implementations of a given interface. I am going to look into this as a possibility for streamlining the new XmlRpcTransport interface code I am working on with Andrew Evers.

Project: http://jakarta.apache.org/commons/discovery.html

Good place to get a quick and dirty idea of what this stuff does: http://jakarta.apache.org/commons/discovery/apidocs/org/apache/commons/discovery/DiscoverClass.html

--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net



Reply via email to