Record Management System (RMS)
The Record Management System (RMS) is and API used for storing persistent data in Java ME.
Article Metadata
Article
Created: FNWiki Admin
(24 May 2007)
Updated: hamishwillee
(17 Nov 2011)
Last edited: hamishwillee
(17 Nov 2011)
A record store consists of a collection of records which will remain persistent. The RMS API abstracts the device-dependent details of the storage area and access to those details, and it provides a uniform mechanism to create, destroy, and modify data.


This article gives explanation on RMS-Record Management System in J2ME. It is a really good concept to store any type of data into the phone's memory by just creating one object of recordStore and use provided api methods to store,remove and sort the records.
Article contains code four code example that show usage of code. All examples runs without any errors and exceptions.Using this article developers can store images or any type of data on the device and get access to those data easily without any network or extra load.In short a great way to store and retrieve data compare to download and store data on server side which cost users a lot.
--kalki 10:06, 19 September 2009 (UTC)
AnorEnaj2330 - creating a rms
Hello good day i am a beginner in j2me my problem is how can i save data this is the process
ADDRESS: CONTACT NUMBER:
then when you fill up those textboxes the value will save in a rms or in a textfile can you please give me some codes so i can do my project . maybe what should i do ? i save in a rms or in textfile what should be best and much better?
god bless!!! thank you !1AnorEnaj2330 05:14, 24 July 2012 (EEST)