Re: Avoiding expensive database roundtrips for enterprise objects

2011-05-27 Thread Paul Dunkler
Am 26.05.2011 um 20:28 schrieb Chuck Hill: On May 26, 2011, at 9:03 AM, Paul Dunkler wrote: nice - thank you for the hint. I tried it and i was successfull. But in addition to this fix, it would be nice to know why the default behaviour of the editingContext is to refault all objects on

Re: John Huss, are you teasing me?

2011-05-27 Thread Amy Worrall
4) EOF+EODistribution only.  No EOApplication or EOInterface, etc.  It turns out that EODistribution is really all you need; you could write the app using any UI toolkit, or even use EODistribution to transfer data between two WO server apps.  It also works with Android... which is kind of

How to get a session in ERRest?

2011-05-27 Thread Pascal Robert
How do I get a session in ERRest? I was thinking that touching the session() object would be enough to get a cookie with the session ID in it, like this: public WOActionResults loginAction() throws Throwable { try { String username = request().stringFormValueForKey(username);

Re: Avoiding expensive database roundtrips for enterprise objects

2011-05-27 Thread Chuck Hill
Hi Paul, John said: I would presume that this is happening in response to the EOObjectsChangedInStoreNotification. You can implement an EOEditingContext delegate and override editingContextShouldInvalidateObject to see where it is happening and prevent it if you want. I assume that

What is the attendee count like for WOWODC?

2011-05-27 Thread Robert B. Hanviriyapunt
What is the attendee count like for WOWODC? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: What is the attendee count like for WOWODC?

2011-05-27 Thread Pascal Robert
Le 2011-05-27 à 14:59, Robert B. Hanviriyapunt a écrit : What is the attendee count like for WOWODC? Exact same count as last year :-) 74 It's not too late to register, you have up to June 22! ___ Do not post admin requests to the list. They

The Roots of WO

2011-05-27 Thread ISHIMOTO Ken
Hi, I found the roots of WO. http://channel9.msdn.com/Events/PDC/PDC-1996/PDC-1996-Keynote-with-Bob-Muglia-and-Steve-Jobs Thank you K's ROOM (ISHIMOTO Ken) [E-Mail]

Re: The Roots of WO

2011-05-27 Thread Jesse Tayler
I remember WebMania where WebObjects got released with much the same demo Steve did a David Letterman style phone-in to an airline's customer service number to check that his ticket reservation did indeed go into their computer from his web browser. The lady who answered must have heard the

Re: The Roots of WO

2011-05-27 Thread Johnny Miller
It's just amazing how far things have come in fifteen years. Makes you wonder what 2026 will be like. On May 27, 2011, at 9:55 AM, ISHIMOTO Ken wrote: Hi, I found the roots of WO. http://channel9.msdn.com/Events/PDC/PDC-1996/PDC-1996-Keynote-with-Bob-Muglia-and-Steve-Jobs

regular deployment vs tomcat deployment .. UnknownKeyException

2011-05-27 Thread EMail Archive
I'm back in the world of webObjects after a couple of years and seem to have forgotten some basic things, or at least I suspect they are basic. I'm converting an application to live within Tomcat and it has trouble starting up. The first component is Main.wo and it's of the form Main.wod: