Re: Pure EOF example - that works WOLips, anyone?

2008-03-24 Thread Mike Schrag
If you're not using Wonder, i BELIEVE (it's been a while) that you can just do: public static void main(String[] args) throws MalformedURLException { EOModelGroup.defaultGroup().addModelWithPathURL(new File("/path/ to/your/model1.eomodeld").toURL()); EOModelGroup.defaultGroup().addMo

Re: Pure EOF example - that works WOLips, anyone?

2008-03-24 Thread John Huss
If you use ERXMainRunner in Wonder this will "just work" without having to do anything special. On Mon, Mar 24, 2008 at 11:30 AM, J Stephanos <[EMAIL PROTECTED]> wrote: > Does anyone have a working version of a pure EOF example, no web stuff, > just a simple command line program to insert objects

Pure EOF example - that works WOLips, anyone?

2008-03-24 Thread J Stephanos
Does anyone have a working version of a pure EOF example, no web stuff, just a simple command line program to insert objects in to db? Have a 1 table/entity simple eomodel already. Need to load model (mysql db) and insert a few objects. Thanks much! -jst