MIDlet Suite

9 April 2008

In this post, I will introduce you to the MIDlet suite.

I assume that you people have worked with Eclipse. In Eclipse, you create projects and all the contents of the project are placed in the project folder. It is an approach for managing the work.

MIDlet suite is very much like a standard Java project in Eclipse. Please note that it’s not a requirement to place MIDlets inside a Java Archive (JAR) file, but JAR files provide the most common means of distributing MIDP applications. The MIDlet Suite comproses of all files and resources that may be required as part of a MIDlet. The MIDlet Suite consists of

- Java class files enclosed in a JAR file
- manifest file describing the contents of the JAR
- resources (images, etc) enclosed in a JAR file
- Java Application Descriptor file (JAD)

del.icio.us:MIDlet Suite  digg:MIDlet Suite  spurl:MIDlet Suite  wists:MIDlet Suite  simpy:MIDlet Suite  newsvine:MIDlet Suite  blinklist:MIDlet Suite  furl:MIDlet Suite  reddit:MIDlet Suite  fark:MIDlet Suite  blogmarks:MIDlet Suite  Y!:MIDlet Suite  smarking:MIDlet Suite  magnolia:MIDlet Suite  segnalo:MIDlet Suite  gifttagging:MIDlet Suite

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: MIDlet Suite

Leave a Reply