Archive for July 1st, 2008

HTTP and J2ME

Tuesday, July 1st, 2008 85 views

            In this day and age, everything is connected to everything else. So let’s look at how your J2ME device can join the fun. More specifically let’s see how you can use HTTP and HTTPS from within your J2ME applications.  

Mobile Unit Testing

Tuesday, July 1st, 2008 91 views

Wikipedia tells us that “unit testing is a test (often automated) that validates that individual units of source code are working properly. A unit is the smallest testable part of an application.” What this means is that every time you change something in you code, or do something ...

Parsing XML in J2ME

Tuesday, July 1st, 2008 265 views

Intro             When it comes to exchanging information in the digital world, XML has long been praised as The Great Unifier. Being text-based (thus almost platform-independent) and able to represent any kind of data imaginable, XML turns interoperability and compatibility into goals within grasp. Other benefits, such as savings ...