Re: WOLongResponsePage issues

2009-07-24 Thread jeremy . deroyer
With use both prototype and jQuery (in compatibilty mode) without any problems. But I never used WOLongResponsePage so I can not compare them. Maybe someone could give you a progress bar thread implementation/example dealing with sessio nand editing context  Jérémy-shravan kumar a écrit :

Re: WOLongResponsePage issues

2009-07-24 Thread jeremy . deroyer
Hello, Why not using Ajax capabilities of the project Wonder like ajaxprogressbar ? It's easy to implement except dealing with thread and session if you're working with editing context. Jérémy -webobjects-dev-bounces+jeremy.deroyer=ingencys@lists.apple.com a écrit : -A : WO Dev Group De

WebDAV & Ajax

2007-11-28 Thread jeremy . deroyer
Hi all,After dealing with conflicts between wonder's ajax framework and jquery -a js lib that rocks-... and succeeding (if someone is interested, just' need a minute to fix, see http://docs.jquery.com/Using_jQuery_with_Other_Libraries), we decided to make a implementation of webdav in a webobjects

RE [XCode] Moved project : don't build any more

2006-09-22 Thread jeremy . deroyer
Try to delete the 'build' folder inside your Project. Then XCode it should compile again. Jérémy Cantin Benoit <[EMAIL PROTECTED]> Envoyé par : [EMAIL PROTECTED] 22/09/2006 16:22 A Webobjects-dev@lists.apple.com cc Objet [XCode] Moved project : don't build any more Hello W

Re: RE Little starter help with instance and action of a WOConponent

2006-08-19 Thread jeremy . deroyer
Hello John, I didn't make the mistake, I just tried to help Richard. I through we HAVE TO provide getter and setter (taht's what I do in ALL my components) and I through it was the problem. Finally, Richard find that his problem came from target and I've learned what you did resume we

Re: RE Little starter help with instance and action of a WOConponent

2006-08-18 Thread jeremy . deroyer
Ok, it's friday afternoon, I will go back home soon... (;-( Jérémy P.S. : but I will have learned lot of things today ! Paul Lynch <[EMAIL PROTECTED]> 18/08/2006 18:51 A [EMAIL PROTECTED] cc Webobjects <[EMAIL PROTECTED]>, webobjects-dev Objet Re: RE Little starter help with inst

RE Found the problem Project Target Setting

2006-08-18 Thread jeremy . deroyer
I use the Application Server target for all except the pure "web resources" like images that are targeted in the "Web Server" target. For the frameworks, webobjects rather like "Web Server" target because it put them directly when creating new projects. Jérémy Webobjects <[EMAIL PROTECTED]

Re: RE Little starter help with instance and action of a WOConponent

2006-08-18 Thread jeremy . deroyer
It's the problem. WebObjects don't acces directly the instance variable but the getter and setter methods. Just look at the error message that explains you webobjects try to find the right method . > not have an instance variable of the name aPerson or _aPerson, nor a > method of the name

RE Little starter help with instance and action of a WOConponent

2006-08-18 Thread jeremy . deroyer
It seems that you did forget the getters and setters that need public acces. Jérémy Webobjects <[EMAIL PROTECTED]> Envoyé par : [EMAIL PROTECTED] 18/08/2006 16:51 A [EMAIL PROTECTED] cc Objet Little starter help with instance and action of a WOConponen

[SOLVED] WOHTTPConnection and broken pipe

2006-08-18 Thread jeremy . deroyer
I've solved the problem : "just" need to setAllowsConcurrentRequestHandling(true) in the WOApplication... Jérémy __ Hi All, Does anyone succeded in using WOHTTPConnection in WO5.3 ? Indeed, I'm migrating an app developed with WO5.1 that contains the following code : WOHTTPCo

WOHTTPConnection and broken pipe

2006-08-18 Thread jeremy . deroyer
Hi All, Does anyone succeded in using WOHTTPConnection in WO5.3 ? Indeed, I'm migrating an app developed with WO5.1 that contains the following code : WOHTTPConnection myConnection != new WOHTTPConnection("localhost", Application.application().port()); myConnection.sendRequest(new WORequest("GE

RE why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread jeremy . deroyer
Any timer running secretly ? Jérémy Helen He <[EMAIL PROTECTED]> Envoyé par : [EMAIL PROTECTED] 26/05/2006 17:41 A webobjects-dev@lists.apple.com cc Objet why the new sessions created when there is nobody accessing the        application ? Hi, All: Recently I found on

Re: Practical EditingContext Design Question

2006-02-17 Thread jeremy . deroyer
Dears, Your help was great ! So I have to : - create one ordinary editing context per concurrent reader in my application. I may let application deal or not with caching - create one CooperatingEditingContext per contributor. Many thank's for your help, Jérémy Chuck Hill <[EMAIL PROTECTED]> a

Re: Practical EditingContext Design Question

2006-02-16 Thread jeremy . deroyer
Arturo Perez <[EMAIL PROTECTED]> a écrit sur 16/02/2006 16:32:23 : > [EMAIL PROTECTED] wrote: > > > > > > Is it a good solution ? > > In the book, different king of EditingContext are explained but wich > > one do we need to use for the readers ? DefaultShareEditingContext ? > > Other ? > > >

Practical EditingContext Design Question

2006-02-16 Thread jeremy . deroyer
Hi, After (re)reading the (famous) "Practical WebObjects" book and paying attention to the CooperatingEditingContext, I'd like to implement a better solution for our portal. In a portal, there is two types of users : - the readers, - the contributors The readers read informations (from the data