Tracking Events Using a Semi-Structured Repository 24 Apr 2008 23:55 GMTTracking the activities of a system and its users is too often not considered until the application is already deployed. Learn how to demonstrate an (almost) no hassle persistent bean pool that you can use to track the activities of an already developed system for later review.
Source: DevX Start Your Engines: Mobile Application Development 23 Apr 2008 04:12 GMTA fifth of the world's population will soon have a mobile device and access to the Internet. With that many potential users, is an explosion of mobile applications inevitable? If so, what technologies will lead the way in their development?
Source: DevX Grid Enable Your Java Applications with GridGain 18 Apr 2008 04:39 GMTGrid computing, the idea of executing code among various computers to solve complex time- and resource-intensive algorithms, has intrigued researchers for decades. GridGain lets Java developers tap into the grid.
Source: DevX Source Code Analysis Using Java 6 APIs 10 Apr 2008 04:00 GMTWhy does Java 6 expose the
javac compiler through a programmatic interface? It's not just for building IDEs. In this article, Deepa Sobhana and Seema Richard show how to use the new feature for static code analysis, with an example that verifies that classes overriding
Object.equals() also implement the required override of
Object.hashcode().
Source: Java.net