Webobjects .org tutorials

2007-07-03 Thread Sebastien Plisson
Hello,??Where can I find the Webobject tutorials written by an enthusiast woman ?that I met at WWDC07 ???Thank you??Sebastien Plisson?? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@l

Data type definition for NSTimestamp as integer column

2007-07-03 Thread Q
Can anyone tell me if it is possible to define an NSTimestamp eomodel property to be represented in the database as an integer column rather than a date/time column, ideally in seconds ( as a unixtime value). -- Seeya...Q Quinton Dolan - [EMAIL PROTECTED] Gold Coast, QLD, Australia (GMT+10

Re: [OT] developing for the iPhone

2007-07-03 Thread Cliff Tuel
FYI, just posted: . Note how you can use CSS to target an iPhone; there are also links to articles on detecting WebKit, and object detection (more reliable than User Agent sniffing). -- Cliff Tuel . http://apple.com/services/technicalsupport ___

RE: Noob: JDBC connection failed in Entity Modeler

2007-07-03 Thread Lachlan Scott
I now have Entity Modeler working in principle, and can publish a small model to OpenBase, and with a few extra tweaks, in MySQL also. Many thanks to Guido and Chuck for the support there. :-) Lachlan -- Lachlan Scott, Senior Bloke Runthered (http://www.runthered.com) Wellington, New Zealand +64

Re: WebObjects documentation site

2007-07-03 Thread Ian Joyner
Thanks Andrus, you'd be the guy to know. I see from the css that the fonts used are verdana and arial, both fonts that should be avoided, verdana for style and arial for the moral reason that it's a cheap rip off of helvetica so MS didn't have to pay licence fees. http://www.xs4all.nl/~sbpo

[Reminder] WebObjects Community Survey 2007 !

2007-07-03 Thread Pascal Robert
I know, it was Canada Day 3 days ago, and now it's Independance Day in the States, but don't forget our community survey ! http://www.surveymonkey.com/s.aspx?sm=Rd8PBbh0xxJh3eyuPPvdIg_3d_3d It only takes 5 to 10 minutes to complete it, so don't be shy. Other rules : - One survey per

Re: [OT] developing for the iPhone

2007-07-03 Thread Miguel Arroz
Hi! This may help: Yours Miguel Arroz On 2007/07/03, at 18:41, Mike Schrag wrote: By the way, don't trust these apps at all if you do anything with javascript interactions. iPhone's handling of onmouse*, focus, and overall J

Re: Pretty printing?

2007-07-03 Thread Tim Kliewer
I have played with mod_tidy to do this, but never got it to work... Anybody else? On Jul 1, 2007, at 2:38 PM, Lachlan Deck wrote: On 01/07/2007, at 2:46 AM, Guido Neitzer wrote: On 30.06.2007, at 04:50, Lachlan Deck wrote: Sure, that's one option (and a good one) but I was actually more m

Re: [OT] developing for the iPhone

2007-07-03 Thread Mike Schrag
By the way, don't trust these apps at all if you do anything with javascript interactions. iPhone's handling of onmouse*, focus, and overall Javascript performance is very different than the standard desktop webkit, even in 3.0. If you are really targeting an iPhone, there's just no subst

AW: [OT] developing for the iPhone

2007-07-03 Thread Weide, Björn
Hi, 1) check the user agent (request header) 2) http://www.marketcircle.com/iphoney/ Ciao, Bjoern -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Baiss Eric Magnusson Gesendet: Dienstag, 3. Juli 2007 17:28 An: WebObjectsDev Betreff: [OT] devel

Re: Trouble bypassing Trust Manager

2007-07-03 Thread Mike Schrag
Welcome to your worst nightmare ... This is such a ridiculous process required to make java do what you want here.These are adaptations from some similar source to what you found that I've been using for a while: DummySSLSocketFactory.java Description: Binary data DummyTrustManager.java Descript

Re: [Wonder-disc] [OT] developing for the iPhone

2007-07-03 Thread Anjo Krank
Sorry, I can't accept this patch unless I can test it. So please send me your iPhone for testing. Cheers, Anjo Am 03.07.2007 um 18:29 schrieb Mike Schrag: I've just committed the relevant methods into ERXBrowser in Wonder to allow you check .isIPhone() for iPhones. ms On Jul 3, 2007, at

Re: Trouble bypassing Trust Manager

2007-07-03 Thread Pascal Robert
If you have access to the certificate file, you can import it with keytool ? (I have to put my IMAP fetching code in ERJavaMail someday...). Hi, all, I wonder if someone has dealt with this kind of thing before: We're setting up a WO app that would retrieve emails from an IMAPS server and

Trouble bypassing Trust Manager

2007-07-03 Thread Mitch Saltykov
Hi, all, I wonder if someone has dealt with this kind of thing before: We're setting up a WO app that would retrieve emails from an IMAPS server and process the data in those specific emails. Trouble is, we're using a self-signed SSL certificate, and that winds me up with validation except

Re: [OT] developing for the iPhone

2007-07-03 Thread Miguel Arroz
Hi! Just a correction: is the "best" iphone simulator, the other one sucks. "Best" means it's far far away from the real iphone, but at least it gives you the correct browser size. Yours Miguel Arroz On 2007/07/03, at 16:50, Miguel Arroz wrot

Re: [OT] developing for the iPhone

2007-07-03 Thread Mike Schrag
I've just committed the relevant methods into ERXBrowser in Wonder to allow you check .isIPhone() for iPhones. ms On Jul 3, 2007, at 12:20 PM, Mike Schrag wrote: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3 ___

Re: [OT] developing for the iPhone

2007-07-03 Thread Mike Schrag
here are the notable headers from an iPhone: { user-agent = (Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/ 419.3); accept = (text/xml,application/xml,application/xhtml+xml,text/ html;q=0.9,text/plain;q=0.8,image/png,*/*

Re: [OT] developing for the iPhone

2007-07-03 Thread Mike Schrag
3) If you set the default request handler key to be the direct action handler, your defaultAction will be called. 2) Just put your phone on wifi on the same network as your machine 1) search for "iPhone" in the user agent string -- i'll have the headers for you in a minute ... I haven't chec

Re: [OT] developing for the iPhone

2007-07-03 Thread Miguel Arroz
Hi! 1) I don't know, but it's quite probable. Buy an iPhone, and analyse the request! :) 2) The only thing I know of is . I think it only simulates the window size, and nothing else, but it might help. 3) Put this in your Application()

[OT] developing for the iPhone

2007-07-03 Thread Baiss Eric Magnusson
1) How do I decode the WORequest to know that it is an iPhone on the client side? 2) Is there a "simple" way to use the iPhone against my development environment so I can test before deploying? I could solve (1) if I could do this. 3) Can I intercept the call to "Main", the stack crawl

Re: [OT] Entity Modeler: SQL Generation issue

2007-07-03 Thread WO Dev
Thanks Denis, It works:) Only one issue left for now;) Xavier Hi, On May 2, 2007, at 4:58 PM, Chuck Hill wrote: Bad jdbc2info in the model can do this. Have you changed the DB or JDCB driver too? Is the jdbc2info in the model corrupted? Is there some different external type for the

Re: WebObjects documentation site

2007-07-03 Thread Andrus Adamchik
On Jul 3, 2007, at 3:34 AM, Ian Joyner wrote: I appreciate the effort to provide a better level of documentation at the objectstyle confluence site. However, I'd have to say, I like the look of the wikibook a lot better (even though it wastes space on the LHS). Is it possible to give a con

Re: [OT] Entity Modeler: SQL Generation issue

2007-07-03 Thread Denis Frolov
Hi, On May 2, 2007, at 4:58 PM, Chuck Hill wrote: Bad jdbc2info in the model can do this. Have you changed the DB or JDCB driver too? Is the jdbc2info in the model corrupted? Is there some different external type for these attributes? Chuck I had the same problem and have deleted the