Tags: java
BlackBerry Simulators Reference Guide for Eclipse 3.5 plugin (Part 2)
March 11th, 2010In this post I present the simulator guide grouped by simulator, rather than by Component Pack, making it easier to find a Component Pack that supports each simulator. more »
BlackBerry Simulators Reference Guide for Eclipse 3.5 plugin
February 26th, 2010During development I often want to try using different combinations of simulators and JREs, but couldn't find any quick references relating which simulators are available for which component pack. I have compiled a reference guide to help myself with this, and hope others will find it helpful as well. more »
Installing Cross-Platform Java Applications on a Budget
January 4th, 2010In this article, I will provide an overview of how I approached this problem, while developing PWMinder, using a combination of open source tools. more »
Simplifying Logging for Blackberry Development, Part 2
December 30th, 2009In Part 1, I talked about how to simplify logging to System.out, by creating a set of convenience methods. In Part 2, I will discuss logging to Blackberry's Event Log. The Event Log is a log on the Blackberry device itself and is the place, as the name… more »
Simplifying Logging for Blackberry Development, Part 1
December 18th, 2009I have recently started developing a version of PWMinder, for the Blackberry, using the JDE plugin for Eclipse. When developing applications, especially when starting out, developers often like to send debug/log statements to System.out, to test or chec… more »

