Sunday, April 29, 2007

Poor Bluetooth support in J2ME Wireless Toolkit

I am current developing a couple of J2ME applications that use Bluetooth. My disappointment in the current support for what the wireless toolkit refers to as simulated Bluetooth is that it only works between two J2ME application running in the toolkit (ktoolbar). It is critical for Sun and/or the community to add support for connecting to external Bluetooth devices or at least other Java SE applications to make testing easier.

AWS EC2 Hibernate Java SDK v2 Example

I recently wanted to automate the creation of developer VMs in AWS using EC2 instances. To improve the developer experience (DX), I didn'...