Re: WO 5.4 Linux Deployment

2008-03-30 Thread Joe Little
On Tue, Mar 25, 2008 at 6:41 PM, Aleksey Novicov <[EMAIL PROTECTED]> wrote: > I am looking for input and instruction on deploying WO 5.4 apps on Red > Hat Linux. Are there any updated instructions for WO 5.4? Is there a > pre-compiled Apache 2.2 WebObjects adapter for Red Hat available? How > ab

Re: Hyperlinks and action methods

2008-03-30 Thread Chris Meyer
> Code comment: Ooo ick - using public ivars in your api! - wrap that > person with accessors! If I'm lazy enough to want to avoid writing minimal action functions then surely I'm lazy enough to skip accessors of nominal value. > DirectToWeb Might work for some stuff (the classes in my example,

Re: Hyperlinks and action methods

2008-03-30 Thread David LeBer
On 30-Mar-08, at 10:44 PM, Chris Meyer wrote: One pattern I find myself using often is that I have a page listing my objects (PeopleList) and a detail page (PersonDetail). In my PeopleList component, I have a WORepetition of WOHyperlink's linking to specific PersonDetails. To facilitate

Hyperlinks and action methods

2008-03-30 Thread Chris Meyer
One pattern I find myself using often is that I have a page listing my objects (PeopleList) and a detail page (PersonDetail). In my PeopleList component, I have a WORepetition of WOHyperlink's linking to specific PersonDetails. To facilitate the hyperlink, I have an action in PeopleList.java that

Re: Is Adding EOAttribute to EOEntity Thread Safe?

2008-03-30 Thread Mike Schrag
It's not thread safe, and Wonder's implementation doesn't actually work like this anymore (your code is based on a version from last year sometime) ... See ERXEOControlUtilities._aggregateFunctionWithQualifier for an example of how to do it properly (we actually create an attribute without

Is Adding EOAttribute to EOEntity Thread Safe?

2008-03-30 Thread Dov Rosenberg
We have some code that we are using from Project Wonder (I think) that adds an attribute programmatically to an EOEntity to do things like count, max, etc. (See below). We were doing a load test on our application and started throwing errors because a different query was submitted using the extra a

Re: WebObjects 5.4(.1) and https

2008-03-30 Thread Mike Schrag
Then I had a look in the Wonder's code for ERXWOForm, and looking at the different places where 'secure' or '_secure' are used I have the impression that if the binding is not set than (_secure==null) then secure is set to false ... rather than context.isSecure() Yeah, in 5.3 that method doe

set delivery off

2008-03-30 Thread Wade Price
___ 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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.c