Re: XCode 3 WO version?

2006-08-09 Thread Mankit Sze
The method dispatchRequest() is handled by one thread only for Leopard Preview. Although it would be much nicer if the thread can be recycled to do other useful works instead of waiting for a database fetch, which could take a very long time. Agree? Yours, Mankit On Aug 9, 2006, at 10:47

Re: XCode 3 WO version?

2006-08-09 Thread Mankit Sze
compatible for the next release? AFAIK, it's only three lines in EOSQLExpression.formatValueForAttribute(), not using obj.toString() but obj.toPlainString() in case of BigDecimals? Cheers, Anjo Am 09.08.2006 um 14:55 schrieb Mankit Sze: No, it's not. JavaWebObjects.framework is differen

Re: XCode 3 WO version?

2006-08-09 Thread Mankit Sze
Hi Anjo, On Aug 8, 2006, at 10:50 PM, Anjo Krank wrote: Hi, can anyone comment if the WO in XCode 3 is the same as for 2.4? No, it's not. JavaWebObjects.framework is different. Network I/O are based on non-blocking I/O. The threading model has been changed as well. More specifically, WOW

Re: Displaying user agent in a Component

2006-05-11 Thread Mankit Sze
Philippe,You could call context().request().headerForKey("User-Agent") from your WOComponent.Yours,MankitOn May 11, 2006, at 1:44 PM, Philippe Lafoucrière wrote:Hello,I'm trying to display the browser user-agent (which should be in the headers) and make some custom actions depending on it . What is