This post originated from an RSS feed registered with Java Buzz
by James Gosling.
Original Post: My latest favorite Java APIs: XML{En,De}coder
Feed Title: James Gosling: on the Java road...
Feed URL: /jag/feed/entries/rss?cat=%2FJava
Feed Description: I've been inescapably tagged as "the Java guy", despite the fact that I havn't worked in the Java product organization for a couple of years (I do still kibbitz). These days I work at Sun's research lab about two thirds of the time, and do customer visits and talks the other third. For more detail...
One of my little quirks is that many of the things I write use their own private file formats. I tend to not use things like XML because for the straightforward things I do most often, rolling my own reader/writer is often easier than wading through the XML APIs. They're great if you're doing...