Make your own Java newsreader
XML feeds are the way today to keep a tab on what’s happening in the blogosphere as well as to know about site updates and new additions. I had heard about two popular open source feature-rich Java APIs to deal with the feeds, Rome and Informa but could never really savor them. For one of...
Castor and the Namespace bug
While working with a new version of Castor I recently encountered a strange error during unmarshalling (creating Java object out of corresponding XML schema). The error was as follows: java.lang.IllegalArgumentException: The prefix ‘xml’ is reserved (XML 1.0 Specification) and cannot be declared. Luckily, some Googling brought me to this thread which explains the probable reasons...
