David, last time I've seen this trouble, it was Owns Destination and Propagate
Primary Key used un conjonction on a to-one relationship. Could you check your
model ?
Hth,
Stephane
Envoyé de mon iPhone
> Le 4 mars 2014 à 21:31, David Avendasora a écrit :
>
>
>> On Mar 4, 2014, at 3:19 PM, Ch
Andri,
I don't what exactly you want do, but have a look on API Session :
restorePageForConextID, savePage, savePageInPermanentCache.
You can start to override this API and just log, to understand how
WebObjects works with pages and contextIDs.
HTH,
Stephane
Le
03/realite-augmentee-et-
flash/
Le 10 oct. 09 à 07:30, Stephane Guyot a écrit :
Interesting thread
today I don't believe the challenge is on the server anymore.
Speaking for myself , less time I spent on the server, better I am.
Actually I've choose Flex,
Interesting thread
today I don't believe the challenge is on the server anymore.
Speaking for myself , less time I spent on the server, better I am.
Actually I've choose Flex, I don't wants spent more time with
Javascript, did you have serious JS Debugger, did y
Hi,
more than 12 hours later I decide to send my post again.
Jean-Pierre , I vote for your answer , loosing business ( 20
mililion of euros ) is a good indicator.
Think Different ...
Stephane
De : Stephane Guyot
Date : 18 septembre 2009 07:41:57 HAEC
Hi,
my primary goal was not to discuss about patents.
I just think that WebObjects is a WOnderfull technology, very well
integrated solution ( EOF+WO )
I've spent 10 years developping with WO, but for 3 years now I'm
working with Flex.
Nice technology, server side agno
Good news : http://www.appleinsider.com/articles/09/09/11/
apple_open_sources_snow_leopards_grand_central_dispatch.html
However, opening the code to the community could help pave the way
for its adoption.
My english is better when I copy/paste
Steph
Hi list,
i'm still waiting for an opensource version of WebObjects.
I can"t believe the news today, there 's so many good news, ( Sun
totally disappears, eated by Oracle ),
could we hope good news for WebObjects ?
What's new about WebObjects today ? WebObjects.org ? Gianduia ?
My actual
yllan,
year over year it's the same song
I can understand your problem : http://itunes.apple.com/WebObjects/
MZStore.woa/wa/viewAlbum?i=261634423&id=261634131&s=143442
Predict the future is a very hard task, very error prone exercice :
Top 20 financial institutions by market capitalizat
Atli,
could you try to put your signin logic earlier in invokeAction ?
In the request /response loop , you would be more comfortable to
decide which page to choose for the response, see :
public WOActionResults invokeAction(WORequest aRequest,WOContext
aContext)
I think it's too late, in
Kieran,
have a look :
http://www.brightpointinc.com/FlexDemos/degrafagauge/
degrafagaugesample.html
http://examples.adobe.com/flex2/consulting/styleexplorer/
Flex2StyleExplorer.html
Notes that you don't need to press "update", there's some logic on
the client side.
And one more thing , it
Julius,
I have no idea of what you can or cannot do with GCharts.
2. What would you recommend using instead?
Have a look on that :
http://demo.quietlyscheming.com/ChartSampler/app.html
http://examples.adobe.com/flex2/inproduct/sdk/dashboard/dashboard.html
If you go here : http://finance.goo
I forward my response again :-)
Why some messages doesn't appears on the list ?
Flex ? AIR ? Prohibited words ?
Drag & Drop from filesystem to application , with AIR you can :
http://www.adobe.com/devnet/air/
Stephane
Début du message réexpédié :
De : Stephane Guyot <[EMA
ution?
Thank You,
Shravan Kumar. M
-
--- On Sun, 9/21/08, Stephane Guyot <[EMAIL PROTECTED]>
wrote:
From: Stephane Guyot <[EMAIL PROTECTED]>
Subject: Re: Applet + WO
To: "webobjects Development"
Cc: [EMAIL PROTECTED]
Date: Sunday, September 21, 20
Hi Shravan,
as far as I remember, "You Bactrack too far" occurs when you have a
cachePageSize too small in your Application.
Default is 30, did you try to increase the size ?
You can try 100 ? 200 ...
Did you a limit for the upload ? How many files the user may upload
in one click ?
Each
on, url of your page may be cache by the browser,
then i would try to add dummy value in a query string.
HTH one more time,
Stephane
Le 14 sept. 08 à 09:55, Yung-Luen Lan a écrit :
On Sun, Sep 14, 2008 at 3:01 PM, Stephane Guyot
<[EMAIL PROTECTED]> wrote:
Hi Yung-Luen,
have a look
Hi Yung-Luen,
have a look on the following method : disableClientCaching --->
Class WOResponse
http://developer.apple.com/documentation/DeveloperTools/Reference/
WO541Reference/com/webobjects/appserver/
WOResponse.html#disableClientCaching()
You can override appendToResponse in
Hi Shravan,
i think your trouble is the consequence of "Missing Fault Handler".
Are you using propagate primary key in your model for a relationship ?
You can Google "Missing Fault Handler"
Read that : http://developer.apple.com/documentation/WebObjects/
Reference/API5.2.4/com/webobjects/eoacc
Hi list,
i'm a little bit in trouble. I post a mail at 10:16:01 and 5 hours
later , nothing on the list ?
I decide to re-send it
Stephane
Tonny,
the question is so interesting
http://www.terracotta.org/web/display/orgsite/What+Is+Terracotta
If anybody has experience with this prod
omes vital that state
in the DB is the same as the state we operated on in the application.
Cheers
Tonny
On Wed, Sep 3, 2008 at 6:56 AM, Stephane Guyot
<[EMAIL PROTECTED]> wrote:
Dan,
interesting question and trouble ...
I have no clear answer but question that i hope may help you,
Dan,
interesting question and trouble ...
I have no clear answer but question that i hope may help you, see below.
Le 2 sept. 08 à 18:57, Dan Grec a écrit :
Hi everyone,
We're having an interesting problem in our apps, and I wanted to
see if anyone else has solved it.
background:
We're
Ricardo,
interesting :-)
Can someone speak about "the wonderful Ajax frameworks shown at
WOWODC " or it is under NDA ?
Does Apple have something in the pipe for the RIA, RDA applications ?
Cocoa Integrated Runtime ? Cocoa-leigth js implementation ? OpenStep
like resurrection ?
Adobe is us
Lachlan,
your trouble comes from the bias you create between the server state
and the client state.
When you modify the UI via javascript, when you add the company name
on the client side and show the company name, the server side doesn't
know that there's a new value ?
There's no elementID
Michael,
did you try the type Class Void ? something like Void.Type ?
HTH,
Stephane
Le 7 mai 08 à 09:35, Michael Scott a écrit :
NSSelector works fine. But it is a bit wonky.
Perhaps Java should allow 'null' as a type argument.
Probably a bit much to ask just to make an old NextStep class
not certified
on any other platform than Mac servers.
I don't want stay in small business.
We will win many developers and I think it's really important.
and loose with it. I'm waiting!
Stephane
Yours
Miguel Arroz
On 2007/10/03, at 09:17, Stephane Guyot wrote:
Ian, Da
Ian, David, Miguel ...
I can't agree with you.
My last client, is looking for WO replacement because of lack of
windows and linux support.
Ten years of WO development without roadmap, multi to mono platform
support,
Actually I'm just trying to convince my new client to use WO, we
d
Think Different : Please Opensource WebObjects
Stephane ___
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:
Hi list,
last night as FTO ( Fantomatic Technical Officer) , I directly report
to Steve.
I just dispose of only 2 minutes to convince Steve that opensource
WebObjects may have a big Hallo Effect for Apple.
The WO team agree with me and all WO developpers too, the challenge
is big for the
mike,
you can also "Think Different" : http://examples.adobe.com/flex2/
inproduct/sdk/dashboard/dashboard.html
If you rigth click you have the source :-)
http://demo.quietlyscheming.com/ChartSampler/app.html
You cant still wait, rumors says that Apple may have something in
pipe for RIA.
Hi,
did someone have any tips, suggestions, experiences about Flex-
WebObjects mixing ?
I'm not in J2EE configuration but in the old WebObjects multi-
instance monitored configuration.
What's is the best way to do that without FDS ?
HTTPService , RemotObject ont the client-side ? Where should
Gilles,
there is a non documented ( not yet public but perhaps in the future if
Apple Open-souce WO :-) ) API on the WORequest : public String
_serverName()
WebObjects use it internally for the isSecure bindings on the
WOHyperlink
HTH,
Stephane
Le 9 sept. 06, à 05:27, Gilles MATH
kely to be session creation, by themselves, sessions are pretty lightweight. Is that link doing anything that might consume memory, like creating a new object store co-ordinator?
Chuck
On Mar 8, 2006, at 1:15 PM, Stephane Guyot wrote:
Thanks Randy,
but every created sessions are logged and it
ll tomorow.
Thanks,
Stephane
Le 8 mars 06, à 21:53, Randy Wigginton a écrit :
Sounds like you are creating a lot of session objects.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Stephane Guyot
Sent: Wednesday, March 08, 2006 3:45 PM
To: webobjects-dev App
Hi list,
We are fighting against java.lang.OutOfMemoryError but the trouble
doesn't comes directly from memory of the WOApplication ,
I downsize the JVM with Xmx to 64 to produce more easily the exception.
On the portal page of our application if I click very quickly,
many, many times on t
Hi list,
after almost 10 years of WebObjects/EOF , we starts with WOF1.0 and persistent, transient variables in WOComponents ... :-)
today we just have these statistics :
Number od Models : .. 43
Number of entites : .
Miguel,
Have a look on the examples : /Developer/Examples/JavaWebObjects/Frameworks/WOComponentElements
In WXActionURL.java you have exactly what you a looking for :
/**
* Override of invokeAction method - this method is used to perform the action
* from the bindings. This method matches the
Hi list,
we currently have an exception with a reusable components.
Reusable Component X > inside Reusable Component Y --> inside
WOComponent Z ( top level component )
X and Y are stateless and every works fine until the submit of the FORM
in the page Z.
When the form submit we h
Paolo,
you can try
window.onbeforeunload = function(event) {
try {
// go back to the server side ?
}
catch ()
{
.
}
}
HTH, but i'm not sure it's really a good idea
Stephane
Le 11 oct. 05, à 16:11, Paolo Sommaruga a écrit :
when a user close a window b
38 matches
Mail list logo