aspose file tools
The moose likes Java Micro Edition and the fly likes Pre-loaded Record Stores Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Pre-loaded Record Stores" Watch "Pre-loaded Record Stores" New topic
Author

Pre-loaded Record Stores

Greg Schwartz
Ranch Hand

Joined: May 11, 2003
Posts: 132
Is it possible have a preloaded record store be part of an application's jar/jad files when deployed?
For instance, if you were writing a dictionary application, you would want the words and their meanings to already be in a record store when the user installs the app.
If this would not work, then I am assuming you would have to manually load all of the entries into a record store the first time the application is started. Does that sound like the right way to go about handling this type of situation?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Pre-loaded Record Stores
 
Similar Threads
Number of Records Bodgit and Scraper
synchronization
Update an attribute of a MIDlet
Need to access Record Store from another midlet
RMS problems