Re: EOEditingContext in Application

2008-06-30 Thread Lachlan Deck
On 01/07/2008, at 1:25 PM, Drew Thoeni wrote: I'm not even sure I know enough to ask this question correctly, but here goes. I'm trying to make an application more efficient by moving the code table lists from the session to the application. To do so, though, I need an editing context to ho

Re: EOEditingContext in Application

2008-06-30 Thread Art Isbell
On Jun 30, 2008, at 5:25 PM, Drew Thoeni wrote: So, if I want to make efficient use of memory by storing these rarely changing code table lists in the application, how does one go about storing them in an EC that the sessions can get to? EOSharedEditingContext. See < http://developer.appl

Re: Component action context().hasSession() returns false? [Was Re: context().hasSession() returns false... then true?]

2008-06-30 Thread Lachlan Deck
On 01/07/2008, at 1:51 AM, Rams wrote: On Jun 29, 2008, at 8:43 PM, Lachlan Deck wrote: On 28/06/2008, at 1:20 AM, Rams wrote: Hi everyone... I should add, I am currently using component actions. I'm not defaulting to direct actions yet... so I'm under the impression that there should a

EOEditingContext in Application

2008-06-30 Thread Drew Thoeni
I'm not even sure I know enough to ask this question correctly, but here goes. I'm trying to make an application more efficient by moving the code table lists from the session to the application. To do so, though, I need an editing context to hold the lists. But, I can't use the defaultEd

Re: Open used vs. Open Source

2008-06-30 Thread Lachlan Deck
On 01/07/2008, at 10:08 AM, Ren, Kevin wrote: I remember lots of people talking about Open Source after WOWODC in the last year. Nobody body mention it this year, I understand Apple has good keeping secret manner. Is it possible open used instead of Open source? The question is from WO is p

Re: [OT] Versioning and compatibility checking

2008-06-30 Thread Lachlan Deck
On 01/07/2008, at 6:39 AM, Andrew Lindesay wrote: Hello Florijan; I use a "compatibility integer" that gets matched between the client and the server's base-endpoint. This works well for the situation where you have one or two pieces of (in my case JSON-RPC) client software, but as the n

Open used vs. Open Source

2008-06-30 Thread Ren, Kevin
Hi, I remember lots of people talking about Open Source after WOWODC in the last year. Nobody body mention it this year, I understand Apple has good keeping secret manner. Is it possible open used instead of Open source? The question is from WO is proprietary frameworks. If it's open used fo

Re: [OT] Versioning and compatibility checking

2008-06-30 Thread David Avendasora
On Jun 30, 2008, at 12:00 PM, Florijan Stamenkovic wrote: I am about to implement a JavaClient focused versioning system to evaluate the compatibility between the client and the server during client startup. It is something that is a requirement in our situation (JC + JBND apps, separated

Re: [OT] Versioning and compatibility checking

2008-06-30 Thread Andrew Lindesay
Hello Florijan; I use a "compatibility integer" that gets matched between the client and the server's base-endpoint. This works well for the situation where you have one or two pieces of (in my case JSON-RPC) client software, but as the number of different pieces of client software grows

Re: (Eclipse) copy and paste attributes....

2008-06-30 Thread Mike Schrag
Interesting... If I create a new project (wonder), then create a new EOModel then create a new entity and lastly create a new attribute, I can not copy and paste the newly created attribute. But if I quit Eclipse and relaunch, I can... This is with the current nightly build... Please log a

Re: Problems deploying app on Leopard server

2008-06-30 Thread Guido Neitzer
On 30.06.2008, at 12:11, Xia, Wen wrote: Both of the above running app has the same URL as before: http://budgetdevxs/cgi-bin/WebObjects/StaffDirectory.woa/-54324 But this looks like a development URL. So there is still something wrong. You should be able to connect without specifying the po

Re: Problems deploying app on Leopard server

2008-06-30 Thread Xia, Wen
Hi Guido, Thank you so much for your help. I tried what you suggested and it worked. I also tried only adding the -WOPort parameter to the command and the app runs as well. Both of the above running app has the same URL as before: http://budgetdevxs/cgi-bin/WebObjects/StaffDirectory.woa/-54324

Re: Java Code Coverage for Eclipse

2008-06-30 Thread Chuck Hill
On Jun 30, 2008, at 8:23 AM, David Avendasora wrote: On Jun 27, 2008, at 5:04 PM, Chuck Hill wrote: Which means it is worthless if you don't do some sort of organized, planned testing. :-) Organized, planned testing?? I'm _vaugly_ familiar with all three terms, Vaugly? Is that some s

(Eclipse) copy and paste attributes....

2008-06-30 Thread tedpet5
Interesting... If I create a new project (wonder), then create a new EOModel then create a new entity and lastly create a new attribute, I can not copy and paste the newly created attribute. But if I quit Eclipse and relaunch, I can... This is with the current nightly build... I have duplicated

Re: Problems deploying app on Leopard server

2008-06-30 Thread Guido Neitzer
On 30.06.2008, at 11:00, Xia, Wen wrote: http://budgetdevxs/cgi-bin/WebObjects/StaffDirectory.woa/-54324 There is something wrong with your start script. It seems to not specify a listen port. Copy the start parameters from Monitor and run the application with the exact same parameters (on

Re: Problems deploying app on Leopard server

2008-06-30 Thread Xia, Wen
The application is launched without exception at all: [2008-6-26 11:33:19 PDT] WebObjects version = 5.4.1 Welcome to StaffDirectory ! -- Cleaning Log Files More Than 30 Days Old [2008-6-26 11:33:19 PDT] The URL for webserver connect is: http://budgetdevxs/cgi-bin/WebObjects/StaffDirectory.woa/-54

Re: Problems deploying app on Leopard server

2008-06-30 Thread Guido Neitzer
Okay, next question: you have the right permissions? What error message do you get when trying to start the app from the command line? cug On 30.06.2008, at 10:25, Xia, Wen wrote: Yes. On 6/30/08 9:13 AM, "Guido Neitzer" <[EMAIL PROTECTED]> wrote: On 30.06.2008, at 09:57, Xia, Wen wrote:

Re: Problems deploying app on Leopard server

2008-06-30 Thread Xia, Wen
Yes. On 6/30/08 9:13 AM, "Guido Neitzer" <[EMAIL PROTECTED]> wrote: > On 30.06.2008, at 09:57, Xia, Wen wrote: > >> If I just ran the app through command line and paste the URL in the >> browser, >> it will always give "The requested application was not found on this >> server" >> message. >>

Re: Problems deploying app on Leopard server

2008-06-30 Thread Guido Neitzer
On 30.06.2008, at 09:57, Xia, Wen wrote: If I just ran the app through command line and paste the URL in the browser, it will always give "The requested application was not found on this server" message. If I add an instance through the JavaMonitor, and run from there (same URL basically

Re: [OT] Versioning and compatibility checking

2008-06-30 Thread Florijan Stamenkovic
I am about to implement a JavaClient focused versioning system to evaluate the compatibility between the client and the server during client startup. It is something that is a requirement in our situation (JC + JBND apps, separated server client projects etc). What kinds of things are you t

Re: Problems deploying app on Leopard server

2008-06-30 Thread Xia, Wen
If I just ran the app through command line and paste the URL in the browser, it will always give "The requested application was not found on this server" message. If I add an instance through the JavaMonitor, and run from there (same URL basically), it works. For deployment on non-leopard server,

Re: Component action context().hasSession() returns false? [Was Re: context().hasSession() returns false... then true?]

2008-06-30 Thread Rams
I'd like to say upfront that I'm no longer considering Tomcat a viable option for me. I will detail my problems with it further for anyone interested, but I now need to work through the Java Monitor/wotaskd tutorials to replace my appserver. I'm hoping that replacing the appserver will yi

Fwd: WebObjects take on GWT?

2008-06-30 Thread Daniel Beatty
Begin forwarded message: From: Daniel Beatty <[EMAIL PROTECTED]> Date: June 30, 2008 9:19:11 AM CDT To: Florijan Stamenkovic <[EMAIL PROTECTED]> Cc: Daniel Beatty <[EMAIL PROTECTED]> Subject: Re: WebObjects take on GWT? Greetings Ronny, Florijan, and the rest of the gang, This is good. It is

Re: [OT] Versioning and compatibility checking

2008-06-30 Thread David Avendasora
On Jun 30, 2008, at 10:28 AM, Florijan Stamenkovic wrote: Hi all, I am about to implement a JavaClient focused versioning system to evaluate the compatibility between the client and the server during client startup. It is something that is a requirement in our situation (JC + JBND apps,

Re: Java Code Coverage for Eclipse

2008-06-30 Thread David Avendasora
On Jun 27, 2008, at 5:04 PM, Chuck Hill wrote: Which means it is worthless if you don't do some sort of organized, planned testing. :-) Organized, planned testing?? I'm _vaugly_ familiar with all three terms, but not used in that combination. Sometimes I think Canadians use an entirely d

Re: WOWODC Videos

2008-06-30 Thread David Avendasora
I _half_ joked with him at WOWODC that is business cards should read WebObjects development and Professional Conference Planning. It was carried off perfectly. I couldn't have asked for a better conference. I certainly hope that he got a share of the conference fees for all his work. Dave

[OT] Versioning and compatibility checking

2008-06-30 Thread Florijan Stamenkovic
Hi all, I am about to implement a JavaClient focused versioning system to evaluate the compatibility between the client and the server during client startup. It is something that is a requirement in our situation (JC + JBND apps, separated server client projects etc). Also note that this

Re: Code question

2008-06-30 Thread Helmut Schottmüller
Hi Kevin, this will work but it's not good code style because the parser cannot parse the HTML file correctly. It would be better to use something like: instead of the whole If the URL in your Dreamweaver MM_openBrWindow call is variable, then you may create the whole onMouseDown string i