Category Archives: General Programming

Info related to general programming topics in many different languages, including design patterns, object orientation, memory management etc

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 →

JXTable and primary key – how to.

jxtable and primary keyThis is a short tutorial on how to get the primary key of the object displayed as JXTable row.

Read More →

Setting up Android development platform on Ubuntu Linux 9.04

androidIn this post I will go step by step through the setup of your development box for Android and all its goodness.

Read More →

Affirma S3 library for C#

Finally I have found S3 library that works in C#. The library was written by Joel Wetzel from Affirma Consulting and I just wanted to spread the word about it. Once downloaded you are presented with the whole C# Visual Studio solution which contains the library project as well as some example on how to [...]

Read More →

Do we really need stackoverflow?

Uhhh, ohhh, have you seen or rather heard about stackoverflow.com? If not, you are probably just a medicore programmer and don’t follow the newest stuff happening on the net! (just kidding). For those who never heard, stackoverflow.com is a new web site, kind of a forum which doesn’t exist yet, but will be created (no [...]

Read More →

Crocodile Reader Project Started

My first C# open source project has been officially started. The project is named Crocodile and was created to read my feeds while on the tube (If you live in London like me or any other city with underground trains you know the pain). I belive that the whole RSS/Atom idea is great and allows [...]

Read More →