[appengine-java] Re: How do I migrate old data (change schema) in a deployed Java app?

2011-06-11 Thread Nathan Stiles
Oh I see. I was thinking you meant something else. I was imagining something that specifically aids in data object design in eclipse or some other IDE. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on

[appengine-java] Re: Sometimes arraylist stored in Datastore are not correctly retrieved

2011-06-10 Thread Nathan Stiles
That's really cool and flexible. I'm quite impressed. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/OYvt6ELYLVUJ. To post to this

[appengine-java] Re: DLL how to handle data tables

2011-06-09 Thread Nathan Stiles
I didn't hear from anyone on this topic so maybe I posted in the wrong forum. What I've decided is that I need a tool to handle this issue. I'm hoping there is not something better and already made(there probably is but I didn't find it, I didn't look too hard). Here's my plan: *OBJECTIVE*

[appengine-java] Re: How do I migrate old data (change schema) in a deployed Java app?

2011-06-09 Thread Nathan Stiles
What is this DataViewer? How do I use this? Eclipse? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/skuDsBkU2CUJ. To post to this

[appengine-java] Re: Sometimes arraylist stored in Datastore are not correctly retrieved

2011-06-09 Thread Nathan Stiles
I have almost 0 experience I'm just reading to learn a bit. It seems rather ambitious to store an ArrayList? Maybe modifying your tags to be an array would be more successful. You could probably keep your g/setters and modify them slightly. Then you have to convert exiting datastores. I

[appengine-java] DLL how to handle data tables

2011-06-07 Thread Nathan Stiles
I'm coming from a strong c# background. I'm used to visually designing my tables in SSMS then having VS create the data logic. I obviously see the greater flexibility of the way data is handled in appengine. I'm used to a strongly typed dataset, how can I achieve this in java for use with