Connecting Java Applications to MySQL Database

Posted on March 13, 2010

So you’re creating a Java application and want it to work and get connected to a MySQL database. Here’s a quick tutorial on how to get your Java App working with MySQL database. First, you need to identify your MySQL connection properties like your host address, username, password and database name (assuming that you have your [...]

Java Mobile Programming: J2ME Using RecordStore (RMS)

Posted on June 15, 2009

Here’s a quick code demo on how to use J2ME’s RecordStore feature under the record management store (RMS). With RMS, you can add, delete, and update/edit data via the MIDlet interface. This sample code was created during my 3rd year CS elective class (CS Elect 1 – Mobile Application Development) at ADZU. It is a [...]

J2ME: Java Mobile Application Programming

Posted on May 4, 2009

Fascinated with those mobile applications you have in your mobile phone? The pre-installed utility tools and games, so called mobile application, are perhaps developed using Java’s Micro Edition – J2ME. J2ME is a subset of the Java platform, along side with J2SE and J2EE. Since Java is platform independent, developing mobile applications with J2ME is portable [...]

Bluehop: Data Transfer using Bluetooth Multi-Hopping Technique

Posted on March 5, 2009

I am currently finishing my undergraduate thesis entitled Bluehop (Data Transfer using Bluetooth Multi-Hopping Technique). And, the deadline for final defense is set to next week and I am still roughly 40%-60% in progress with the application development. I am not really worried with the paper documentation  because it won’t take that much time to [...]