Monthly Archives: December 2005

XML Object Cereal

You think that Java’s serialization mechanism has problems? You want to store/serialize an object as XML? Well you can use Java’s XMLEncoder and XMLDecoder classes to serialize an object to XML and then read it back. Want to see some code? Well here it is: // Encode/Serialize bean to XML MyBean bean = new MyBean(); [...]

Posted in HTML/XML, Java, TechKnow | Leave a comment

The Hype Framework

In the words of Public Enemy, don’t believe the hype. Technology is full of jargon and full of hype. The current hyped up terms are full-stack, web framework, Model 2, Web2.0, and Ajax. Every language under the sun has a web Model 2 based fully-stack framework these days. I am coming out with what I [...]

Posted in Rant, TechKnow | Leave a comment