Bluetooth articles & source code

If you are looking into learning how to use the Bluetooth API for Java ME, you can start by reading the following two articles and source code: Using the Java APIs for Bluetooth Wireless Technology, Part 1 Using the Java APIs for Bluetooth, Part 2 – Putting the Core APIs to Work Download the source … Read more

Important Java ME Milestones: MIDP3 Early Draft Review, MSA Final Release

During the month of December 2006 two very important Java ME specifications milestones were reached: MIDP3 (JSR 271) entered the Early Draft Review phase Mobile Service Architecture (JSR 248) is now final release Two important specifications indeed… MIDP3 is introducing a number of interesting features, as described below; features that were really needed by the … Read more

Java ME, GPL and Intellectual Property Considerations

Following up on Java ME GPL Clarification by Terrence Barr, Sun Java Mobile & Embedded Evangelist, I asked for a bit more clarification on Java ME vs. GPL licensing model vs. Intellectual Property related to contributed code… Question: When contributing code to phoneMe and/or the “runtime”, such code becomes also GPL. What about the IP … Read more

The 10 principles of Assembly Java

A good compilation of tips by Mihai Preda's of the The anatomy of a project weblog. These are tips to consider to help keep your Java ME code small. I have used many of them, and some of these tips and others can be found on Chapter 10 – Techniques for Writing Better MIDP Applications … Read more

New Mobile & Embedded Community blog

Neat, a new community web site for mobile and embedded Java… From the Mobile & Embedded Community web site: The Mobile & Embedded Community is a gathering place that enables and empowers developers to collaborate and innovate, driving the evolution and adoption of the Java(TM) Platform, Micro Edition (Java ME) for mobile and embedded devices. … Read more

Article on Obfuscating Your MIDlet Suite

Check out the article that I wrote for the Java Mobility Developers website titled Obfuscating Your MIDlet Suite… with a few simple steps you can reduce the size of MIDlet suites using an obfuscator. Reduced size equals smaller, faster downloads – saving OTA time and money. Read how to integrate obfuscation with the Sun Java … Read more