Well, this app will be using data in a mostly read / only fashion.

Here is where I am at:

1) Created a ERD2W Modern App to gather data (Worked Like a Charm!)
2) LEARN REST for the possibility of connecting to it from an app.
3) Create the XCode project...

Now in the past I would sync up a sqllite database and use all non core data 
wrappers on the sqllite, etc.
But since this project is a personal project and one to learn with, I want to 
use Core Data.

Luckily, my data model is trivial, and so I just entered it in by hand... but I 
had to ask!

4) Convert MySQL over in Amazon land to sqlLite via RazorSQL client app.
5) Copy the new sqllite database over into XCode
6) Run XCode let it build it's database and then synch the two.

Well that is the theory for now.

James

On Sep 13, 2011, at 2:00 PM, Jesse Tayler wrote:

> you have an iPhone app connecting to WO?
> 
> I don't know of a solution for that, but I've wondered about the practicality 
> and possibility while doing lots of REST stuff with WO and iPhone.
> 
> What's your situation and thoughts on the potential of such a thing?
> 
> I've considered mirroring the remote data structure but ended up with a more 
> flexible client cache but now I'm moving back the other way.
> 
> Seems that I always have local stuff that is different and of course, remote 
> stuff that is different.
> 
> 
> 
> On Sep 13, 2011, at 1:12 PM, James Cicenia wrote:
> 
>> Is there a way to convert an EOModel to Core Data ?
>> 
>> Thanks
>> James _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
>> 
>> This email sent to [email protected]
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to