Java ME Templates

See Also

You can also create project configuration templates.

Project Templates

With project templates, the IDE controls all aspects of how your application is built, run, and debugged. You set a project's source directory, classpath, emulator platform, and other project settings when creating the project and in the Project Properties dialog box.

The NetBeans comes with the following Java ME project templates:

You can also create project configuration templates.

File Templates

With file templates, you specify a project, file name and location. The IDE creates the basic structure of the file, and adds it to the Application Descriptor file. CLDC projects create MIDlets. CDC projects create Xlets. Besides standard file templates known from J2SE projects (for example, Java class, Java interface, XML file, and others), Java ME projects for CLDC and CDC offer the following templates:

MIDP file templates:

CDC file templates:

Other file templates:

See Also
Creating a Java ME MIDP Project
About CDC Projects
Importing Java ME MIDP Projects
Working with MIDlets
Working with the Visual Mobile Designer.
About Java ME MIDP Localization
Creating MIDP Client/Server Applications

Legal Notices