Hi, I’m a J2ME-rookie and started with a simple db-like high-level-application that just displays information about 56 different Entities. The Entities are static, so they will never be changed. The startApp() builds 56 Objects with attribute-data from a text-file in the jar. Now the questions:
Would it be more efficient to build an application like that with a record-stores?
In witch cases I should rather choose recordstores than text-files?

Reply With Quote
keep the files if you're satisfied.

