[IO] UnicodeInputStream

2009-10-03 Thread Simone Tripodi
Hi all commons folks, maybe you already discussed about this topic, I googled before posting this message but I didn't find anything useful. Apache Velocity contains a very useful UnicodeInputStream implementation (http://velocity.apache.org/engine/devel/apidocs/org/apache/velocity/io/UnicodeInput

[digester] extension annottaion proposal

2009-10-03 Thread Simone Tripodi
Hi all commons folks!!! I've been happily using the digester package since the 1.6 release, I found it very easy to use and absolutely one of the best way to parse quickly XML documents and mapping them to Java objects :) Even if using the XML rule declaration, or coding Digester rules, is absolut

Re: [digester] extension annottaion proposal

2009-10-03 Thread Rahul Akolkar
On Sat, Oct 3, 2009 at 4:32 PM, Simone Tripodi wrote: > Hi all commons folks!!! > I've been happily using the digester package since the 1.6 release, I > found it very easy to use and absolutely one of the best way to parse > quickly XML documents and mapping them to Java objects :) > > Even if us