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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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.
>>
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
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
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,
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
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
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,
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
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
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
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
28 matches
Mail list logo