I am looking at the XML server-client example from Martin Helmhout. It uses
MessageServerXMLParserHandler to parse the xml document. I am thinking to
start with TextLineDecoder to make it simple(hoping!!). If any one has any
examples of a similar system, please post it here.


Mezei Zoltan wrote:
> 
> On Mon, Oct 20, 2008 at 10:02 PM, Ask Me <[EMAIL PROTECTED]> wrote:
>> 3. From messageReceived() method
>> a) Convert the xml document into Java object using XMLBeans/JiXB.
> 
> That's the only step I'd change: do not do the conversion (actually it
> can be interpreted as a protocol codec) in the handler, but in another
> filter. You can look for more information about this approach here:
> 
> http://mina.apache.org/tutorial-on-protocolcodecfilter.html
> 
> Or you can just ask on the list :-)
> 
>> Could any one see any problem with this approach? Any
>> suggestions/ideas/guidance/examples will be truly appreciated.
> 
> The previous one and I'd really like to hear about your experiences on
> which XML handling implementation provides the best performance.
> -- 
> Zizi
> 
> "Oh, by the way... Anyone still experiencing stress by the end of the
> day... WILL BE FIRED!!!"
> 
> 

-- 
View this message in context: 
http://www.nabble.com/MINA---design-guidelines-tp20077627p20078586.html
Sent from the Apache MINA User Forum mailing list archive at Nabble.com.

Reply via email to