Crash Course

Hi everybody,

If someone’s a Java Applets expert -hypotheticaly speaking- what’s the fastest way to learn J2ME?

In case you know of any links that emphasize the differences between J2SE/EE and J2ME, would you be so kind as to post them?

Or improvise! Anything you feel that could do the job.

Thanks so much.

J2ME isn’t hard to learn at all if you’re proficient in Java.
Here are some links you might find useful:
http://java.sun.com/j2me/ (quite obvious really ;P)
http://bellsouthpwp.net/m/c/mcpierce/j2mefaq.html
http://www.forum.nokia.com/main/0,6566,21,00.html
http://www.benhui.net/j2melinks.jsp
http://www.palowireless.com/java/tutorials.asp

shmoove

Also, if you’re interested, I’ll let you know what I did when I started out:
When you download the Wireless Toolkit from Sun, it comes with many example applications. I just went over those applications, with the trusty javadocs by my side, and was up and running in no time.

shmoove