Reporting with Eclipse BIRT and Java Objects (POJO’s) – Tutorial

Tutorial by Lars Vogel Reporting with Eclipse BIRT and Java Objects (POJO’s) – Tutorial Lars Vogel Hendrik Still Version 1.2 Copyright © 2008 – 2011 Lars Vogel 26.06.2011 Revision History Revision 0.1 – 0.2 07.03.2008 Hendrik Still, Lars Vogel Created Article Revision 0.3 – 1.2 07.03.2009 – 26.06.2011 Lars Vogel bug fixes and enhancements Eclipse BirtThisContinue reading “Reporting with Eclipse BIRT and Java Objects (POJO’s) – Tutorial”

Java Reflection: Private Fields and Methods

By Jakob Jenkov Despite the common belief it is actually possible to access private fields and methods of other classes via Java Reflection. It is not even that difficult. This can be very handy during unit testing. This text will show you how. Note: This only works when running the code as a standalone Java application,Continue reading “Java Reflection: Private Fields and Methods”

Make Java Application as Windows Service

Let’s say that we want to create a Windows Installer package for the included Java Service example. This tutorial will present in detail how to achieve this goal. In order to replicate it on your own machine, you need to have a (latest) Sun JDK installed. Before you start the tutorial download and unzip theContinue reading “Make Java Application as Windows Service”