Home Contact Sitemap

Matthew Wells

Java, J2EE & Configurable Systems

Archive for February, 2008

Conditional Compilation in Java – Almost

Thursday, February 28th, 2008

Being a little bit long in the tooth and originally coming from an embedded C background, I occasionally hanker after the flexibility of conditional compilation. This is a C based mechanism that allows you to build different flavours of a product from the same code base at compile time by a ...