Posts
-
Jun 5, 2011
Using java.util.logging to figure the initial setup
With all its modularization, dependency injection and service location, it may be hard to figure the initial setup of a TrueZIP 7 application. Among other things, the initial setup determines which archive file suffixes will be detected by the application, e.g.
.zip
or.tar.gz
. This post shows you how you can usejava.util.logging
to observe your application figuring its initial setup from the services available on the class path at runtime. [more...] -
Jun 4, 2011
TrueZIP 7.1.3 released
Yep, that same issue again - sorry: [more...]
-
Jun 4, 2011
TrueZIP 7.1.2 Released
TrueZIP 7.1.2 is a hotfix release for a bug in FsDecoratingManager which affects all applications using
TFile.umount(TFile)
. For more information, please refer to the issue in the Release Notes below. My apologies to all affected users. [more...] -
Jun 3, 2011
TrueZIP 7.1.1 Released
I am pleased to announce the release of TrueZIP 7.1.1. [more...]
-
May 23, 2011
TrueZIP 7.1 Released
I am pleased to announce the release of TrueZIP 7.1. [more...]
-
May 19, 2011
Decouple Your Software From Its Documentation
As a programmer who hasn’t been living under a rock for the last couple of years, by now you sure know that loose coupling of software components enhances their reusability. When it comes to OOP, there are a lot of tools in our box to implement loose coupling, including Program To An Interface, Dependency Injection and many more. But what about software documentation? [more...]
-
May 18, 2011
TrueZIP User Website Relaunch
I am pleased to announce the relaunch of the TrueZIP User Website at https://christian-schlichtherle.bitbucket.io/truezip. [more...]
-
May 13, 2011
TrueZIP 7 for Maven Agnostics
TrueZIP 7 is built as a multi-module Apache Maven project. Using its Maven archetype, getting started with TrueZIP 7 is really easy. But how could you use TrueZIP 7 without Maven? This article not just shows you how to do it, but also why this is really only a second best choice. [more...]
-
May 10, 2011
Make your I/O - quick!
This is a quick post about doing I/O quickly with some quick help of the TrueZIP File* API. [more...]
-
May 10, 2011
Getting Started With TrueZIP 7 in 5 Minutes
Here’s how to get started with TrueZIP 7.0 in five minutes, presuming you have Apache Maven version 3.0.3 or later installed and available on your shell command search path. [more...]
Subscribe via RSS.