Re: [ANN] WebObjects 5.3.3 on FreeBSD 6.x deployment guide

2007-05-29 Thread Q
On 30/05/2007, at 1:16 PM, Joe Little wrote: Wow.. how did you figure out that DMG extract trick? I used my unix fu, and hexdump. ;) The hack is totally version specific, the size and offset would need to be updated for each new DMG file. Normally you wouldn't need to do this, but it came ab

D2W and Direct Actions

2007-05-29 Thread Lachlan Deck
Hi there, just delving into the world of D2W (after all this time)... I notice that D2W.defaultPage(WOSession) needs a session. Naturally I can subclass and provide a defaultPage(WOContext) but I'm wondering how much of the D2W components/framework require a session to work? Does anyone

Re: performing actions in subcomponent

2007-05-29 Thread Chuck Hill
Hi Tim, On May 29, 2007, at 4:57 PM, Timmy wrote: So, any changes a user makes on the CalendarComponent are recorded as TimeEntry records associated with a Timesheet. PayPeriod and Job are both mandatory to a Timesheet. It seems to me that this Calendar object we've been talking about coul

Re: Linux

2007-05-29 Thread Joe Little
On 5/29/07, Jonathan Miller <[EMAIL PROTECTED]> wrote: Hi, Is anyone doing WOLips development on Linux? Is this possible? I'm just jumping into Eclipse/WOLips. The short answer is that yes, it should be possible using JavaEOGenerator, Eclipse, WOLips, WOProject, Ant, etc. The key thing likely

Re: [ANN] WebObjects 5.3.3 on FreeBSD 6.x deployment guide

2007-05-29 Thread Joe Little
Wow.. how did you figure out that DMG extract trick? I'm wondering how easy its going to be to maintain that for any given revision of WO, and if every update will be as complete :) On 5/29/07, Q <[EMAIL PROTECTED]> wrote: I have uploaded a walkthrough guide for WO 5.3.3 deployment on FreeBSD 6.

Re: Qualifier for date

2007-05-29 Thread Ken Anderson
Ted, I don't believe you can do what you're asking, but to answer a question with a question, why would you want to? I can almost guarantee that the performance of >= April 1 and < May 1 will be better than like... Ken On May 29, 2007, at 9:18 PM, Ted Archibald wrote: Hi, I've been t

Re: Qualifier for date

2007-05-29 Thread Peter Vandoros
Hi Ted, Just combine the two EOQualifiers using the EOAndQualifier (or EOOrQualifier). Eg. EOQualifier q1; // your first qualifier EOQualifier q2; // your second qualifier EOQualifier finalQualifier = new EOAndQualifier( new NSArray( new EOQualifier[] { q1, q2 } ) ); Regards Peter Ted Arc

Qualifier for date

2007-05-29 Thread Ted Archibald
Hi, I've been trying to figure out how to do qualifiers for dates and am having no luck. If I want to get all the EOs for the month of April 2007, I currently have to use two qualifiers. One that is greater than or equal to April 1st and one that is less than or equal to April 30th. Is there a

re: Linux

2007-05-29 Thread Jonathan Miller
Hi, Is anyone doing WOLips development on Linux? Is this possible? Thanks Jon ___ 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 Subscrip

Re: performing actions in subcomponent

2007-05-29 Thread Timmy
Chuck: On May 29, 2007, at 4:20 PM, Chuck Hill wrote: Hi Tim, On May 29, 2007, at 12:51 AM, Timmy wrote: I've attached a pic that demonstrates what I'm doing. My prior working version has many more controls but this should give an idea. This is only the representation for an exempt employ

Re: performing actions in subcomponent

2007-05-29 Thread Chuck Hill
Hi Tim, On May 29, 2007, at 12:51 AM, Timmy wrote: I've attached a pic that demonstrates what I'm doing. My prior working version has many more controls but this should give an idea. This is only the representation for an exempt employee. On May 28, 2007, at 10:34 PM, Chuck Hill wrote: H

Re: [ANN] WebObjects 5.3.3 on FreeBSD 6.x deployment guide

2007-05-29 Thread Miguel Arroz
Hi! Great work! :) Thanks! Yours Miguel Arroz On 2007/05/29, at 12:41, Q wrote: I have uploaded a walkthrough guide for WO 5.3.3 deployment on FreeBSD 6.x to the WOCommunity wiki. If you use FreeBSD, check it out. http://wiki.objectstyle.org/confluence/display/WOCOM/WebObjects +5.3.

[ANN] WebObjects 5.3.3 on FreeBSD 6.x deployment guide

2007-05-29 Thread Q
I have uploaded a walkthrough guide for WO 5.3.3 deployment on FreeBSD 6.x to the WOCommunity wiki. If you use FreeBSD, check it out. http://wiki.objectstyle.org/confluence/display/WOCOM/WebObjects+5.3.3 +Deployment+on+FreeBSD+6.x -- Seeya...Q Quinton Dolan - [EMAIL PROTECTED] Gold Coast,