Google Analytics for Your Java Applications

Boxy Systems has released a Java library for tracking application usage via Google Analytics (appropriately named jGoogleAnalytics). This enables you to track which features of your application your users are using the most. The app posts data to Google via an asynchronous, low-priority thread, so the tracking should be transparent to the end user.

via The Java PosseĀ 

*****

Tips on Iterative Development

John Reynolds has some tips on Iterative Development on his blog. He goes into what exactly iterative development is and points out how it differs from incremental development. It is easy (especially for managers) to get the two confused and fall into the incremental development trap. Good read and something you may want to forward on to your team lead or boss.

*****