Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何形式可以从外部中间件获取记录存储的数据?
只有当 MIDlet 在同一个 MIDlet 套件中(即它们在同一个 .jar 文件中)时,MIDlet 才有可能共享相同的记录存储。
否则,这是不可能的。
是的,有可能在创建 时RecordStore,如果您将其的第二个参数设置openRecrdStore()为 true,则可以RecordStore从另一个独立的 Midlet 访问 。
RecordStore
openRecrdStore()