MIDP 3: Liblets

Back | Tutorial Home | Next

MIDP 3.0 addresses the long pending capability of external libraries. If you have developed Desktop and Server applications you should have used external libraries in the form of JAR files. You can just put these libraries in the CLASSPATH and start using these libraries by importing their packages. And these libraries need not be packaged with your application.

This same capability is now added to MIDP 3.0 and these libraries are called LIBlets. These LIBlets will not have a life cycle and application entry point like in case of MIDlet and will execute in the MIDlet’s execution process. Each LIBlet will be a separate JAR and JAD files. Important features of a LIBlet are


A LIBlet JAR file has following components

Back | Tutorial Home | Next

site comments powered by Disqus

More Tutorials

MIDP for Beginners
MIDP Gaming
JSR 179: Location Based Services

This page is a part of a frames based web site. If you have landed on this page from a search engine click here to view the complete page.