Ok, updated results have been added. There's probably one mistake in "jdk6 stax" (which I think now uses Aalto... heh). But at least numbers for Aalto are more...
One more quick note: it looks like tests were run without "-server" flag. That may result on '-client' being used (depends on machine, for jdk6). If so, Java...
Quick note, I released 0.9.1; has minor performance improvements, and quite a bit of fixes to async (non-blocking) parser. I will try to get coalescing mode...
After porting basic Stax2 Typed Access API functionality (using Woodstox stax ref. impl, which makes it quite easy), and fixing a few bugs (character quoting...
Since it has been a while after 0.9.2, without much visible progress, I thought I should send a quick note to talk about what is happening. Right now I am...
As the business war on the air is hotting up with so many low-budget airlines dominating the sky, the passengers can now enjoy the best deals. The webguide -...
It has been a while, but after Woodstox 4.0.0 was released, and Typed Access API (part of stax2-api) finalized, it was time to work a bit on Aalto. With 0.9.3,...
Although the article is bit light on specifics (or I missed them), this does look very interesting: http://technotes.blogs.sapo.pt/ looks like Linux + open...
... You found my little benchmark! :-) I will gladly awnser any question you have. You can read the entire discussion with the guy from Microsoft responsible...
... Thanks! Very interesting discussion, and thank you for getting back to me so fast. This feedback is very useful, and it is always good to get to know ...
Ok, of 2 missing Stax 1.0 features, one is now fully implemented. The next release (0.9.4) will contain fully functioning namespace-repairing mode for...
Hi Luis! One idea occured to me today: I don't know how easy it would be to do, but looking at wstest home page, it might be doable, depending on how tightly...
... 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...