The Java ME Device Table

Sun has updated their Java ME Device Table . The device matrix is a very handy table/tool that allows you to filter handsets by functionality, for example, only show handsets that support certain API, configuration, profile, and so on. Use the above device matrix, with the Java Wireless Toolkit, and NetBeans, and you are set … Read more

MIDP: Accessing a Resource over HTTP

Read my latest article Accessing a Resource over HTTP, a concise example of how to use the MIDP HttpConnection and GET method to retrieve content given a URI and MIME-type. Read this one carefully, as it will be used in a future technical tip. ceo

Sun to Open-Source Java ME

Wow… Very interesting… First Motorola, with their open source projects. Now Sun is open-sourcing Java ME. This is pretty big. This will have a huge impact on how Java ME is defined (today via JCP expert groups), and developed, distributed, and licensed. A governance body needs to be formed, who would be responsible for its … Read more

The Ghost (J2ME) JSR

There is a JSR that for the longest time has been bothering me. And this JSR is JSR 68: The J2ME Platform Specification. Isn't this JSR supposed to be the specification that defines what the J2ME platform is, is not, and consists of? This JSR has been referred to by many as being such. JSR … Read more

Is coding in Java ME really a pain?

I keep reading in the blogosphere that coding in Java ME (J2ME) is a pain… And I've a theory why some developers complain about it… Developers who have come from the embedded and/or low-level software development side of computing find Java ME development not as bad, because of the development environments they have been exposed … Read more