Mobile Information Device Profile is a set of Java ME specifications. Known versions are 1.0 (JSR 37), 2.0 and 2.1 (JSR 118) and 3.0 (JSR 271)
specification:
MIDP 1, JSR 37 - http://jcp.org/en/jsr/detail?id=37
MIDP 2, JSR 118 - http://jcp.org/en/jsr/detail?id=118
MIDP 3, JSR 271 - http://jcp.org/en/jsr/detail?id=271API documentation for MIDP 2, also covering MIDP 1:
http://docs.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/index.htmlintroductory tutorial at SDN:
Learning Path: Getting Started with MIDP 2.0The goal of this learning path is to guide you through resources in a carefully considered order, so you can learn how to develop applications for MIDP 2.0 devices more quickly and confidently. It is divided into five sections:
- Basics
- The Big Picture
- User Interface
- Networking
- Optional Packages
...