Ads 468x60px

Pages

Tuesday, July 12, 2011

About J2ME

J2ME Concepts


  • Midlets
  • Midlet Configuration
  • Midlet profiles
  • Working with Midlets
  • Developing Applications
Midlet
A midlet is basically an MIDP application which can be installed or executed in any mobile device that supports java runtime environment. Midlets are quite easy to develop as compared to other windows mobile application. The current profile version being used by mobile vendors and developers is MIDP 2.0 which supports the CLDC 1.1 configuration. CLDC 1.1 is an updated version of the CLDC 1.0 configuration

Midlet Configuration
A Configuration defines the java runtime environment for a mobile device. A standard configuration has been defined so that an application developed using that configuration can run on all mobile devices. The two standard configurations are CLDC 1.0 and CLDC 1.1.

Midlet Profiles
A Midlet profile contains the necessary APIs and packages required for developing an application. A wide range of profiles have been included in J2ME which include Foundation profile, personal profile, personal basis profile and most importantly the Mobile information device profile(MIDP) which is used to develop application for mobile devices having limited configuration.

No comments:

Post a Comment