Must ... stay ... focused ...

Providing the Schema is enough ... you can instantiate a SchemaProcessorImpl if you 
want to make use
of the Schema's rules and validations.

HiveMind (currently) is just a small subset of what you can accomplish using Jakarta 
Digester; if
you were processing rich XML, Digester is a good way to start.

SOAP is a whole other kettle of fish; there are so many layers of abstraction going on 
there at they
are so variable (from message to message) that you really want to look into 
specialized code. In
addition, HiveMind doesn't do anything with namespaces, and namespaces are critical to 
SOAP.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -----Original Message-----
> From: Harish Krishnaswamy [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, September 27, 2003 11:22 AM
> To: Jakarta Commons Developers List
> Subject: Re: [HiveMind] How to get Schema for configuration-point?
> 
> 
> Instead of providing the schema would it be better to provide 
> a method 
> that could take an XML stream and a configuration point id 
> and provide 
> the configuration? I was planning on doing a small demo for work and 
> decided to do a Tapestry component repository and this would 
> be helpful 
> for me to upload an XML and get the configuration. Will this 
> be useful 
> in other situations, like may be converting soap messages? I 
> am not too 
> familiar with soap.
> 
> -Harish
> 
> Howard M. Lewis Ship wrote:
> 
> >I can't see any great harm in adding getSchema() to 
> ConfigurationPoint.  
> >My goal is to keep the interfaces trimmed down to the bare minimum.
> >
> >--
> >Howard M. Lewis Ship
> >Creator, Tapestry: Java Web Components 
> >http://jakarta.apache.org/tapestry
> >http://jakarta.apache.org/commons/sandbox/hivemind/
> >http://javatapestry.blogspot.com
> >
> >  
> >
> >>-----Original Message-----
> >>From: Christian Essl [mailto:[EMAIL PROTECTED]
> >>Sent: Friday, September 26, 2003 6:22 PM
> >>To: [EMAIL PROTECTED]
> >>Subject: [HiveMind] How to get Schema for configuration-point?
> >>
> >>
> >>Is there any chance to get the Schema for a
> >>ConfigurationPoint from the 
> >>Registry? I would like to write a Factory which uses this 
> >>Schema to parse 
> >>the content of its configuration.
> >>
> >>------------------------------------------------------------
> ---------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>    
> >>
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >  
> >
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to