This post originated from an RSS feed registered with Java Buzz
by Vinny Carpenter.
Original Post: XML-RPC, ATOM and Blogger backup utility
Feed Title: Vinny Carpenter's Blog
Feed URL: http://www.j2eegeek.com/error.html
Feed Description: Welcome to my blog. I am a total Java geek that lives in Milwaukee, making my living as an architect/developer, spending all my time with Java, J2EE, OO, Linux, and open source. In my spare time, when I am not in front of my computers, I spend every other minute with my other loves: My wife, books, music, guitars, Formula-1 racing and StarGate. Check out my blog @ http://www.j2eegeek.com/blog
Just read an awesome blog entry by Anand Sharma about his attempts to understand XML-RPC, blogging API's and Erik's Linkblog. Anand does a great job in walking through his discovery of XML-RPC and ends up writing a standalone client and a XML-RPC server in the process. Its fun to learn new stuff, especially when it alls ends up working in the end.
I was really excited to read this blog entry as I am writing a little Java client to download and backup my Blogger posts. Between my 3 blogs, I have over 300 blog entries and I wanted to write something to periodically download all my posts and save them locally. I'm finished writing a command line version of the tool and am now hoping to add a Swing GUI to make it a little more user-friendly before I release it here. I've been looking for an excuse to learn more about IDEA 4.0's GUI designer.