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

[637 byte] By [darrylhsmitha] at [2007-11-27 5:25:11]
# 1
Why dont u use the emulator tu run several instances.
MelGohana at 2007-7-12 14:45:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Currently I are able to run it using an emulator. I need to be able to run about 600 instances of this application, so using an emulator is not an option.I am looking to run this application using a script that would start 600 different instances of this application.
darrylhsmitha at 2007-7-12 14:45:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Hi darrylhsmith. I磎 having the same problem as you. I want to read a rms.db file from a j2se application. Could you find a solution to this? Thxs.
DNL21a at 2007-7-12 14:45:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4

Hi,

I did kind of find a solution to this issue. I came across some code online that basically convert the j2me record store class into a j2se record store.

Take a look at the code here: http://www.mrl.nott.ac.uk/~cmg/EQUIP2/

I did however have to do a fair bit of tweaking to get it to do what i wanted but by looking at this code i got an idea of what i needed to do.

Hope this helps.

darrylhsmitha at 2007-7-12 14:45:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...