API

Do You Anthropomorphize When Coding?

I recently wrote, in this blog about state management, threading and API design, the following (talking about a refactored SwingWorker with the state...

9 replies - 3016 views - 08/10/08 by Tim Boudreau in Articles

KonaKart v2.2.6.0 Free Java Shopping Cart

DS Data Systems UK Ltd. is pleased to announce the release of KonaKart v2.2.6.0, a free java based shopping cart application with easy to use java APIs and a...

0 replies - 1624 views - 05/29/08 by Paolo Sidoli in Announcements

Console applications with Java 6

In Java 6 a better way of interacting with the command prompt was introduced, the java.io.Console class. Together with the utility class java.util.Scanner...

2 replies - 4408 views - 05/06/08 by danielstoner in News

Network interface details with Java 6

Many times it is useful to be able to get programmatically information about the network interfaces present on a host. Java standard library include a number...

0 replies - 2879 views - 05/05/08 by danielstoner in News

Getting File System Details in Java

Due to a number of differences between various platforms it is very difficult to present system specific information in a consistent manner. When getting...

2 replies - 3863 views - 05/04/08 by danielstoner in Tips and Tricks

Displaying a Splash Image With Java 6

Introduced in Java 6 is the option of displaying a splash screen when an application starts. The splash image file can be specified on the command line with...

4 replies - 2197 views - 05/01/08 by danielstoner in News

SVNKit: Tame Subversion with Java!

SVNKit is an Open Source pure Java Subversion library. SVNKit literally brings Subversion, popular open source version control system, to the Java world.

5 replies - 3234 views - 02/26/08 by Alexander Kitaev in Announcements