-
Dammit! Commercial sales comes to the Android Store, but not in Canada - the leaders stay ahead and the trailers stay behind…
-
JSOS offers a suite of free opensource servlets for implementation of common things like message boards, blogs, file upload and downloading, and REST Web Services.
-
Google's Android OS on the Android Developer Phone (ADP1) and T-Mobile G1 (G1) phone now support editing of Spreadsheets from Google's online office suite. Docs and Presentations are still read-only.
-
Listing of twitter apps. Categories include web, mobile, desktop, browser plugins and mashups. Each App is rated and voted on by members. RSS Feed for new apps.
-
Handy tool to create thumbnails from a directory of images.
-
JBoss cache 3.1.0 to support non-blocking state transfer. I wonder what kind of performance enhancements this will bring.
-
The philosophy behind Domain Driven Design (DDD) and why the database doesn't matter.
-
Track memory allocation using the Allocation Tracker tool in the Android SDK, already included in Eclipse debugger if you're developing applications. This article gives a short overview of how to use the Allocation Tracker to view the garbage collection behavior of your applications.
-
Short tutorial on how to delegate persistence to the Groovy Object Relational Mapper GORM. I don't really see why you wouldn't just define your ServiceImpl in Groovy too, and avoid the additional abstraction. The real power with GORM is how easily you can define sql statement conditions from the code rather than from some configuration file somewhere. By abstracting it out to a Java File, you're making the db calls static again…
-
Free domain name and hosting for a year from microsoft. I might look into this just for the domain name and the support for a DNS A record.
-
This tutorial on JUnitPerf shows how to add performance testing unit tests to your test suite. Helpful for tracking/estimating the impact of environment changes on code units, tracking and early alerting on key SLAs.