implementing a record store in a J2SE environment.
Hi,
I am new to J2ME, I am basically learning it as I go. What i am trying to do is convert a J2ME application so that it can run in a J2SE environment. I am intending on running several instances of this application in a desktop environment so I can perform scalability testing.
The trouble I am having is finding a way to implement the record store that is usually implement by the different classes that are included in the "import javax.microedition.rms.*" in the desktop environment.
If anybody has any suggestions as to how this could be implemented. please get back to me.
Thanks,
Darryl Smith

