Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
7answers
130 views

Is it possible to save persistent objects to the file system

I'd like to save persistent objects to the file system using Hibernate without the need for a SQL database. Is this possible?
4
votes
2answers
454 views

What's the method for storing arrays or custom objects (persistent data)?

Is there any way to store a custom data object as persistent data without employing SQLite in Android? I have a 3*3 matrix of EditText fields on screen, and I want to store all the content of those 9 ...
3
votes
2answers
160 views

Which persistent store is used by default in core data in iPhone

I am creating multiple persistent store in my application, but I am using only one persistent store coordinator and managed object model. Now my question is when I call save method on managed object ...
3
votes
1answer
185 views

BlackBerry-Storing images in PersistentStore

Can i store images in PersistentStore? is it advisable? What is your experience? I want to store images what is better file system or persistentstore? what are its pros and cons?
3
votes
5answers
845 views

Write Java objects to file

Is it possible to write objects in Java to a binary file? The objects I want to write would be 2 arrays of String objects. The reason I want to do this is to save persistent data. If there is some ...
3
votes
5answers
1k views

Core Data vs. SQLitePersistentObjects

I'm creating an iPhone app and I'm trying to choose between 2 solutions for a persistent store. Core Data, or SQLitePersistentObjects. Basically, all my app needs is a way to store an array of model ...
2
votes
2answers
42 views

data won't be deleted in a uitableview after updating the app

I have been reading so many topics here about this, but I could not have found it yet. I want to have a UITableView where I can put some dictionaries and inside them, have words with some fields ...
2
votes
4answers
103 views

Store and load a large number linked objects in Python

I have a lot of objects which form a network by keeping references to other objects. All objects (nodes) have a dict which is their properties. Now I'm looking for a fast way to store these objects ...
2
votes
1answer
487 views

BlackBerry persistent object /storage nuance question

I'm using PS to store data in my app. I think I have a misunderstanding of how PS works. If anyone could tell me how to make it so that the bill I retrieve from PS is unencrypted as opposed to the ...
2
votes
3answers
569 views

Symbian C++ - Persistent storage of a single variable

I wish to store a single variable in my application that will be saved between runs. This will be a version number that will be used to trigger an update option and so will change only rarely. Does ...
1
vote
0answers
21 views

iPhone App: Application Error when start in a special scenario

The app was installed and has not been used for about one day, then it is updated when syncing via iTunes, then I start the app it says: "Application Error: An unresolved error has occurred. Please ...
1
vote
1answer
30 views

Max file size for JNLP PersistenceService?

I'm looking at JNLP to see if it's a better way to package an applet that saves data to a local file. Does anyone have any data on what limits browsers (or JVM implementations?) place on the size of ...
1
vote
1answer
230 views

-[NSCFDictionary initWithObjects:forKeys:count:]: attempt to insert nil value at objects[0] (key: sourceRelationship)

I am having a pretty bad night with this one. I have been running and testing my code on iOS 5.0 since I had to quickly update.. I had installation problems so 4.3 Simulator wasn't available to me ...
1
vote
2answers
138 views

Storing objects between requests in PHP without serialising

I am writing a stateful web application in PHP in which the state potentially contains lots of objects. At this moment, I am keeping all these objects in $_SESSION and have them serialised at the end ...
1
vote
1answer
524 views

Blackberry: how to make a data structure (for example Hashtable) persistable?

I have this code which works well: static { myStore = PersistentStore.getPersistentObject(MY_LONG_KEY); myList = (Vector) myStore.getContents(); if (_storedStations == null) { ...
1
vote
1answer
138 views

Nokia Series 40 persistent storage

I have a question about persistent storage for Java applications on the Nokia Series 40 platform. Who takes care of cleaning the persistent storage (RMS) of an application when it is deleted ...
1
vote
3answers
288 views

How to load data into Core Data?

thanks for you help. I'm attempting to add core data to my project and I'm stuck at where and how to add the actual data into the persistent store (I'm assuming this is the place for the raw data). ...
1
vote
3answers
246 views

How graph databases store data to a persistent storage?

How graph databases store data to a persistent storage? PKV
1
vote
4answers
134 views

An efficient way to store view counts for objects?

I maintain an application where users are able to store images, and then share them. The system is powered by MongoDB at the back end. Most of the image depiction pages are cached as flat HTML files, ...
1
vote
2answers
184 views

Is this a good interface for persistent state?

I'm developing a game that maintains its information in a class called WorldState. Each GameObject in the world (trees, zombies, the player, health packs, etc) is composed of three objects: ...
1
vote
7answers
2k views

persist value between two pages using javascript

i have a one html page in which i am storing few user selected values now and want to use these values on another html page. i am using jquery in my module and i have already tried window.name and ...
1
vote
1answer
361 views

Combine two core data applications! Iphone

Just preparing myself for a task that i feel could be quite troublesome, and just wanted to get any advice or pointers on where i may fall over with this task. I have two "mini" applications, they ...
1
vote
2answers
535 views

Storing a list of Categorize URLs - Sqlite DB, XML, or pList? Structure Design?

Hey guys, I want to store a categorized list of URLs. This is an internet radio streaming app, and so I want to have at least three links for each genre: the free streaming URL with commercials the ...
0
votes
1answer
33 views

Delete Persistent Object when app is Deleted in Blackberry

I am using persistent object in blackberry to store config details specific to the app. Here is how I am implementing the class public class Preferences implements Persistable { private static ...
0
votes
1answer
14 views

Core Data, problems when saving or retrieving, don't know where it is

I'm quite new with Core Data, and I'm having an issue that I don't understand. I don't know what's going wrong. I'm saving into my Persistent Store, 7 objects of an entity "Weight" that is read from ...
0
votes
1answer
46 views

Blackberry persistence store + user level access

I am currently working on the saving the information using blackberry persistence store. I have to save the details according to the user level access. Scenario: User 1 has logged in and saved some ...
0
votes
1answer
141 views

NSPersistantStoreCoordinator - addPersistentStoreWithType - going nowhere?

I think I am starting to get somewhere with iCloud integration in my iPhone and Mac apps. Sometimes things are occasionally syncing between the devices! But I find that when the apps do crash that ...
0
votes
1answer
75 views

Shipping a pre populated SQLite DB within the app. Path of the DB on startup

Maybe the title of the question is not very self-explanatory but I don't know how to summ it up. I'm finishing an App which is basically a DB. I will ship a DB within the App. Everything works well ...
0
votes
1answer
88 views

iPhone4 iOS5 how to save MPMediaItem with Core Data?

I'm trying to save a list of music files that the user has selected from the iPod music library. To do so, I get a list of persistentIDs which I will use to query the library later. I do this as ...
0
votes
1answer
75 views

Backup/Restore net.rim.device.api.util.Persitable object with DesktopManger

The task is to backup/restore Persistable object with BB Desktop Manager or in any other way. The main aim is to keep data between device firmware updates... I have: public final class UserList ...
0
votes
1answer
64 views

sqlite file does not fill the tableView - it works with simple data though - ? (sqlite, core data, pre-populate data)

i have a well pre-populated sqlite file that i copied into my project (in the folder, and into the xcode project window) when i check the sqlite file with the Terminal, it works fine, my sqlite file ...
0
votes
2answers
38 views

Persistent storage of object data

i am developing an sample app where i have N number of custom button with images present in the screen.I can able to perform following operation(drag drop,rotate,change color etc.)upon these buttons. ...
0
votes
1answer
54 views

Need to securely store and transmit Keys

The issue I am facing is an interesting one and my knowledge of security is strong, but my understanding is weak. That is, I understand the theory, but have had little practical application in this ...
0
votes
1answer
36 views

Error Uncaught out off memory when I use persisten object to save data on Blackberry?

I use Persisten Object to save data but when I run my application on Simulator, have an error dialog " Uncaught out off memory ". and run on real divice, it take very long time to load and run. What ...
0
votes
3answers
149 views

c++ win32 how to store persistent data

I'm developing a c++ win32 application and i would like to implement persistent storage into it. I know i can use filesystem or a database or the registry, but what would be the best way for storing ...
0
votes
5answers
141 views

How to save a PersistentStore

I've the following problem: I've an app with a UITableView as root view. In this tableView are different entries and for each entry (which can be created by the user) I also add a persistentstore to ...
0
votes
2answers
174 views

RecordStore or PersistentStore to save data on blackberry?

What is the best solution for saving data for Blackberry application?
0
votes
2answers
197 views

Core Data: Store cannot hold instances of entity (Cocoa Error: 134020)

This is the strangest error. The internet suggests that this is an issue with targeting Tiger; except that I'm actually targeting iOS 3 and 4. Error Domain=NSCocoaErrorDomain Code=134020 "The ...
0
votes
1answer
74 views

Creating a highscore screen with persistent data in BlackBerry

I'm trying to create a highscore screen with 5 strings. I only want to update the screen 1 string at a time, as I create a new high score. If there is no new or old high score I just use the ...
0
votes
3answers
521 views

Hornetq messages still remaining in queue after consuming using core api

I am new to HornetQ so please bear with me. Let me first tell you my requirnments : I need a messages queuing middleware which can pass messages , of about 1k in size, between diffrent ...
0
votes
1answer
83 views

how to find the size of object stored (in bytes or kb,mb) on persistence store in blackberry

I am trying to find the size of the object that I store on persistence store . I have programatically found out the size of object as shown in code but I can not find out the size of this object when ...
0
votes
1answer
73 views

Retrieve all PersistentStore keys on blackberry

My application uses the PersistentStore to store data. The keys of the PersistentStore are created at runtime, so there's no way to know all the keys. I'd like to know if there's a way to retrieve or ...
0
votes
1answer
136 views

Is it better to create persistent stores, or use fixed files for data?

I'm prototyping a simple sports sim game for iPhone which will use Core data. One the biggest challenges I'm facing is how to get the data into Core data in the first place. The second biggest ...
0
votes
0answers
19 views

More Resources To Develop Persistent Object Classes Like

I am looking to develop code to make objects persistent. Something similar to http://code.google.com/p/sqlitepersistentobjects/ but for VB. I did the normal google search for information but I was ...
0
votes
2answers
262 views

Blackberry persistent store - no data saved after handheld restart

I'm trying to write an app for blackberries and I'm using the persistent store, but when I restart the device, the data is lost. Anyone's got any clue why this is happening? thanks in advance to ...
0
votes
1answer
411 views

Saving the contents of a List in Android

I have an requirement to save the contents of a list in an activity so that the next time I open up that activity, the list values that are already added still persist. I also want to be able to ...
0
votes
1answer
245 views

problems saving to persistent storage iphone

I am writing an iphone app; I need to save the data to persistent storage, but I am having the problems... I created an entity in xcdatamodel and I have no problem getting the default value set for my ...
0
votes
3answers
135 views

Persistent data in a web app

What is the best way of storing persistent data ? I want to save the time the user was last active on the page.At first I used localstorage, then i switched to cookies because it seemed easier to use, ...
0
votes
1answer
269 views

How do I take integer keys in shelve?

I want to store an integer key in shelve. But when I try to store integer key in shelve it give me an error Traceback (most recent call last): File "./write.py", line 12, in data[id] = {"Id": ...
0
votes
1answer
42 views

fastest way to persist changes

in my web app the database has a blob(an xml file). The user is allowed to change the blob through a web interface. I take the blob show it in a html form, then the user can change some values and ...

1 2