Difference between MIDP and Personal Profile?
I have read the spec of MIDP and Personal Profile but I am confused about:
both of them position themselves as the profile for PDA/PPC, I am not sure the difference between them?
I am developing a grid computing application on PPC, which one should I choose?
Any comments are welcome
From the CDC FAQ http://java.sun.com/products/cdc/faq.html#d3:
"What are the differences between the CDC APIs and CLDC APIs?
The CDC and CLDC APIs are very different. The CLDC APIs were designed around very small resource configurations and therefore do not require J2SE compatibility. The CDC APIs were designed around more moderate memory constraints and the need for J2SE compatibility for both APIs and tools."
http://java.sun.com/j2me/index.jsp is also a good start to look around.