On Friday 07 November 2003 23:24, Jonathan Hawkes wrote:
> Hi all,
>
> I'm fairly new to this Component Oriented Programming stuff, and I tend to
> overuse design principles when I first become aware of them.
>
> I am taking on the task of building a messaging server using the java.nio.*
> non-blocking API and XML as the underlying communications protocol.  I
> thought that it would be cool to use SAX since it is an event-driven
> interface.  However, although SAX is an event driven API, XMLReader and
> InputSource define only synchronous operations.

I dont know if this could help, you can implement you own non blocking Input 
source or use xml pull parsing api 
http://www.extreme.indiana.edu/xgws/xsoap/xpp/
http://kxml.org

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

Reply via email to