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...
... 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...