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 should naturally be taken into account when creating
applications.
In MTJ, all applications are MIDlets (based on MIDP).
For
a good user-experience, you should pay special attention to following
general factors when creating MIDlets:
- Installation
This should be 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 Java Platform
Java ME projects

Creating your first MIDlet
Building MTJ projects

JAD file