... It sounds cool, I was thinking something similar but using Google Protocol Buffers, I might as well test json. It would make a nice comparison. I will try...
... Cool! I have tested PB earlier, and it's quite easy. The main challenge was that it's a bit of apples & oranges, given how tightly coupled PB is. Messages...
After finishing the namespace-repairing mode for stream writers, implementing coalescing mode, and ensuring that both pass 100% with existing staxtest and...
Quick note: I am doing performance testing, to see how fast Aalto works when used as SAX replacement for Xalan and Saxon. This is easy to do: Aalto has JAXP...
... Great! ... Ah, thanks, that sounds like a bug -- I think it may be due to my misunderstanding some of constants in Float/Double classes (MIN_VALUE is...
(cc:ing to woodstox-users/dev, since it is related to Woodstox too... as well as Aalto) Apologies for posting this again, but I think that it's good to check...
Hi, I believe there is some interest in having an XML parser that supports NIO ( http://stackoverflow.com/questions/1045544/stax-parsing-from-java-nio-channel...
Interesting -- hadn't seen that entry. Current status is "waiting for interested users". :-) Meaning that current functionality (core Stax 1.0 implementation;...
Hi there! It has been a while since there's been significant progress with Aalto -- mostly it's just because of other competing things going on, but part of it...
It looks like the main motivator that I find is XMPP processing. Since this is based on an XML stream. It's like an endless document, one root element (...
... Makes sense as far as use cases go. ... Ok. ... Yeah -- and Aalto is very heavily optimized for speed; much of parser code is shared between blocking and...
The only sticking point that the people at Mina-Vysper mailing list brought up is the licensing. For Mina-Vysper to be able to use Aalto, the license needs to...
... That could be problematic, yes, knowing the state of affairs between GPL and Apache camps. :-) I'll have to think a bit about that: GPL happens to be...
Well, if there is serious discussion about changing the license you can try joining the Mina mailing list, this might be a pretty good thing they might get...
... That's bit of chicken-and-egg problem. :) (and impedance between selling a solution vs. having people with a problem find you) But I could definitely join...
I hereby declare my interest in an asynchronous xml parser solution :-) I'm looking for a way to efficiently process xml input in a Netty-based server. Right...
... Great! It seems that there are couple of other developers seriously interested, so I think I better get back on track with development. :) ... Yup. ... Yes...
Just thought I'll share one Aalto adoption with others: as per [http://www.cfoster.net/news/sedna-xqj-beta1.xml], Sedna XQJ API (XQuery processing lib) now...
Hi, I just wanted to see if I might add an option to disable element name verification by myself, unfortunately I couldn't find a link to the sources of aalto...
On Mon, Dec 7, 2009 at 12:24 AM, martin.grotzke < ... is not a valid xml name character. So resulting output would be non-well-formed (unparsable with xml...
... Yes, was just about to send the link, glad you found it. I am hoping to add bit more content at fasterxml.com; and of course finally get started with the...
I already tried to just disable the name verification, unfortunately on deserialization it fails because of the symbol table you're mentioning. What I'd need...