Friday 28 January 2011

Java: Collections basics


In this article i'll describe basics of java collections

Java: Using SQLite

SQLite - is embedded relational database management system.In other words you can use sql database without server.

Sunday 16 January 2011

Java: Drawing charts it's easy



Recently I need to draw a chart, and after short search I found great library JFreeChart. It provides drawing and saving charts to the png file.