What’s Up Next?

Programming, photography and other stuff…

Painless XML in Java

leave a comment »

Lately, I have been using xstream for serializing POJOs to and from XML, so far I have been using it for application configuration files and really liked its simple approach. I even had it generate an RSS feed for me with less than 30 minutes of coding. Read their two minute tutorial here.

Written by August Li

November 15, 2008 at 10:14 pm

Posted in java, programming

Tagged with , ,

Leave a Reply