Tips for Getting Your MIDP Application JavaVerified

August 28, 2006

Passing JavaVerified testing is not difficult, but the testing process is thorough. This article lists some tips I picked up while sending several builds through the JavaVerified process.

JavaVerified is not for everyone. It will not make your mobile application run on every handset out there, and it can be tedious and very expensive if you have many builds to certify, or if your builds are updated frequently. See my earlier post on JavaVerified to determine if testing is right for your application, and to see the steps in the testing process.

Test Categories

  • Application Stability
  • Application Launch
  • User Interface
  • Localization
  • Functionality
  • Connectivity
  • Personal Information Management
  • Security

[Read more]

Tips for Writing MIDP Applications, Part 2

July 26, 2006

Part 1 of this article discussed several higher-level tips for writing MIDP applications. In this part, I thought I’d delve a little more deeply into the weeds for some specific tips on using various controls in the MIDP toolkit.


Sign Your Application

See my earlier post about application signing. If at all possible, sign your application with a Verisign code-signing certificate. JavaVerified is even better,
but is not realistically achievable for many applications.

[Read more]