Visar inlägg med etikett Libzter. Visa alla inlägg
Visar inlägg med etikett Libzter. Visa alla inlägg

tisdag 13 juli 2010

XStream

As a first post I will talk a little bit about a library that I came across a couple of months ago. XStream is a java library for doing object serialization/deserialization to and from XML. I have used and played with it for some weeks and i'm impressed of what this library is capable of performing. It has never fail to serialize any of the objects that I have given it and that includes many objects that doesn't implement the serializable interface form the core java API.

The library is maintained by Codehause and is an open source library and comes with a BSD licence. I like the fact that you are able to understand and edit the xml that XStream produces of your object. Another thing that I really like with the lib is that it is so easy to use, the only thing you have to do is create your XStream object and then call the method xstremObj.toXML(myObject) to get it as an XML String and to deserialize it you call xstreamObj.fromXML(xmlString), almost to easy.

måndag 12 juli 2010

New blogg

Welcome
Hi and welcome to my blog where I aim to write articles about Java and especially about libraries and frameworks. I have set a goal that I will learn more about the great tools that are available to us programmers and especially for Java.

Libzter

I have also started a site with my friends called www.libzter.com where I also will post information about the libraries that i will look at. My goal with Libzter is that it should be a great site where you easily can look up any type of programming library that you are interested in and get information and examples of how to use it.

Libzter comes in the form of a Wiki so if you are a programmer and have a favorite library or even have created and distributed you own library (open source or proprietary) then write about it on Libzter and post a link back to your own site hosting the lib.

Continues work
The libraries that I will mainly focus on at the moment are going to be libraries that are licensed as open source. I hope that you as well as I will find both this blog and Libzter useful in the learning process of new programming libraries.

/Fredrik