Monthly Archives: February 2010

Android Series: Parsing JSON data with GSON

Today I will describe how to parse json data using Gson open source library and how to convert it at the same time to java objects. This is a typical cookbook example and should be very easy to follow. 1. Create an Android application with one activity, name it as you wish, if you are […]

Read More →

Apache Click on Google App Engine – Hello World Example

Hello World! If this blog would run on App Engine and was build with Apache Click I could finish this tutorial right here :). But more seriously, I will describe short step by step tutorial on how to get started with Apache Click on Google App Engine. I’m assuming that you have GAE plugin for […]

Read More →

Getting started with Apache Click and Eclipse Galileo

Last couple of days I read here and there about Apache Click, which is now in version 2.1.0. It looks preety cool and easy to learn, so I decided to give it a try and see for myself. I understand that its cool to learn things using vi and shell only, but when you tried […]

Read More →

Jasperberry – the most dynamic reports ever.

Today I will describe in short my latest and simplest quick and dirty trick, generating jasper report dynamically. Jasperberry is a component written very quickly to help me generate pdf report in a situation where I don’t know the number of columns I will have, I don’t know their widths, the data they contain etc, […]

Read More →

Deploy your Java Application with IzPack Installer

izpack installer foldersDeploy your Java Application with IzPack Installer

Read More →

Add ‘count #’ column to JTable

jtable count columnHow to add ‘count#’ column in JTable

Read More →