Applications
With MTJ, you can create applications for different mobile devices, such
as mobile phones and PDAs, using Java ME technology. The project's mobile
SDK and target devices must be taken into account when creating applications.
MTJ
mainly concentrates on MIDlet creation, but you can also create other
Java ME applications, such as applets.
For
a good user-experience, pay special attention to following general factors
when creating MIDlets:
- Installation
Make sure that this is as smooth and easy as possible
- JAD file
Make sure that the mandatory attributes and their values are typed
correctly and in the right format.
- JAR package's manifest file
The attributes and values of the manifest file must also be checked.
- Download limits of the operator when using OTA
If you are using OTA to deploy applications, check the maximum limit
of a download from the network service provider and make sure that your
application size is smaller.

Mobile Tools for the Java Platform
Java ME platform

Creating your first MIDlet
Building MTJ projects

JAD file