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) in ADZU. It is a simple phone address book with the following functions:
- Adding of new entries to your phonebook
- Updating / Editing of entries in your phonebook
- Deleting of entries from your phonebook
- Sending querries to your phonebook (sorting and filtering)
Click here to download the source code.
Joomla is an open-source content management system (CMS), a web appliance, which you can use for any type of website (e.g. community portal, news site, portfolio, corporate sites, for blogging, etc.) And, I’ve been working with some Joomla projects for quite some time now and some clients requires me to do custom application. Joomla uses MVC (Model-View-Controller) web application architecture, so it really requires you to examine the file structure to do custom coding.


