Re: Gianduia and WO

2009-11-05 Thread Anjo Krank
Sproutcore does a build step that assembles the needed files to one, GWT too. Seems like the most usable solution. Or deliver the things in the app and run the "build" dynamically and cache the result, I *think* we did that for Sproutcore.framework or at least I planned. You need to remembe

Re: Gianduia and WO

2009-11-05 Thread Anjo Krank
Am I the only one to think this thing has terrible startup time for what it does? 13 Seconds?! Apart from that it's not really *that* helpful to tell us, when the WO update that will have will come out in 2020 at the current pace? Cheers, Anjo Am 06.11.2009 um 01:22 schrieb Johnny Miller

Re: ERXEOControlUtilities.clearSnapshotForRelationshipNamed(..) weirdness !

2009-11-05 Thread Anjo Krank
Or create a patch that also handles a to-one. Cheers, Anjo Am 05.11.2009 um 23:48 schrieb Chuck Hill: That method is to clear the snapshot for a to-many relationship, not a to-one. For a to-one, just invalidate the object. ___ Do not post admin

Re: _rewriteURL is not called in Tomcat Deployment

2009-11-05 Thread WebObjects - Anazys
Ok that's great, all is perfectly working !! Thanks Cedric Le 5 nov. 09 à 22:51, Lachlan Deck a écrit : On 05/11/2009, at 7:23 PM, WebObjects - Anazys wrote: WO 5.3 and Wonder 5.0.0.9537 I do it a different way and I think it's currently working : What do you mean by 'you think' it's workin

Re: WO Mini conference in Southern California

2009-11-05 Thread Tim Worman
On Nov 5, 2009, at 4:35 PM, Beatty, Daniel D CIV NAVAIR, 474300D wrote: > Greetings Tim, > Sounds great. By the way, I would love to visit UCLA. I hope they don't > mind a Red Raider walking around on their campus. Well, they hired a Nittany Lion. :-) > From time to time, would they be open f

Re: WO Component Template....

2009-11-05 Thread Tim Worman
On Nov 5, 2009, at 8:57 PM, Chuck Hill wrote: > On Nov 5, 2009, at 8:41 PM, Michael Andronov wrote: > >> Chuck - >> Mike - >> >> Thank you for the information. >> I checked sources for a couple of the pages you mentioned, saw how it >> was done, and got answers for my questions. >> >> Also, t

Re: WO Component Template....

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 8:41 PM, Michael Andronov wrote: Chuck - Mike - Thank you for the information. I checked sources for a couple of the pages you mentioned, saw how it was done, and got answers for my questions. Also, thanks for pushing we further into learning the subject. Now I have to fi

Re: WO Component Template....

2009-11-05 Thread Mike Schrag
Gianduia ( by the way, is it still the top secret, or it has become public available? I saw another thread about Conciege, but got impression it is still a pre-view, isn't it?). not released yet, but you can view the source of Apple's pages and see what it is doing, and gave a presentation on

Re: WO Component Template....

2009-11-05 Thread Michael Andronov
Chuck - Mike - Thank you for the information. I checked sources for a couple of the pages you mentioned, saw how it was done, and got answers for my questions. Also, thanks for pushing we further into learning the subject. Now I have to figure out what is -- mod_rewrite Gianduia ( by the way,

RE: Using hardware based certificates

2009-11-05 Thread Cheong Hee (Gmail)
Hi Daniel Appreciate feedback and help to keep the interest. IIRC someone asked similar subject before, but not much follow through. May be this is non WO related issue, however hopefully a generic framework for WO could be derived to as you suggested. For past few years, I spent some thou

Re: WO Mini conference in Southern California

2009-11-05 Thread Ramsey Lee Gurley
So that's three including me for south Florida so far. I wonder if any of the Apple stores would be willing/able to host us. What do you think Ricardo? Would Naples sound feasible to you? Ramsey On Nov 5, 2009, at 7:34 PM, Kieran Kelleher wrote: Hi Ramsey, I am 30 mins north of Tampa

Re: Gianduia and WO

2009-11-05 Thread Joe Little
1-2-SNAPSHOT. Ah.. Maven heavy I see.. Can't wait for NSJSON though. On Thu, Nov 5, 2009 at 5:59 PM, Johnny Miller wrote: > Hi Mike, > > You should buy the WOWODC videos from this past year ... I show a lot more > information about Gianduia in there. > > I didn't know they were out yet > Pa

Re: Validation errors inside a sub-component

2009-11-05 Thread Andrew Lindesay
Hi Pascal; Subsection 7.10 of this gives you a brief overview of how I handle this which I think is akin to what Ramsey is meaning; http://homepage.mac.com/andrewlindesay/le/manuals/lewostuff/LEWOStuffOverview.pdf It may give you some ideas. cheers. Maybe drop all your validation

Re: Validation errors inside a sub-component

2009-11-05 Thread Ramsey Lee Gurley
Maybe drop all your validation handling into your page component instead and then you can get at it with context.page? Extra bonus: use the same page super class everywhere and your validation handling is done in one place for your entire app. (^_^) Ramsey On Nov 5, 2009, at 9:12 PM, Pasc

Validation errors inside a sub-component

2009-11-05 Thread Pascal Robert
I'm trapping validation errors like this : private String error; public void validationFailedWithException(Throwable exception, Object value, String keyPath) { errors.addObject(exception.getMessage()); } public String error() { return error; } public

Re: Gianduia and WO

2009-11-05 Thread Johnny Miller
Hi Mike, You should buy the WOWODC videos from this past year ... I show a lot more information about Gianduia in there. I didn't know they were out yet Pascal, where do I purchase them? ms ___ Do not post admin requests to the list. They

Re: Gianduia and WO

2009-11-05 Thread Pascal Robert
> You should buy the WOWODC videos from this past year ... I show a lot more information about Gianduia in there. Past year? Already thinking about WOWODC 2010? :-) Yes, the app to sell the videos is coming, I just have to fix a problem related to validation and WOText elements who are not

Re: Gianduia and WO

2009-11-05 Thread Mike Schrag
That's a lot of JavaScript files. Obviously, a lot of work has gone into this new framework. I have griped about the number of individual files .. I think it should be packed, but it does dynamic class loading, which means you only download what you use, and it also caches so you only get

Re: Gianduia and WO

2009-11-05 Thread John Huss
Hey, Google just open-sourced a big new JS library - Closure. interesting. For demos go hereand click the Demos tab on the right. These are crazy ti

Re: Gianduia and WO

2009-11-05 Thread Johnny Miller
Hi Mike, Thanks for that. On Nov 5, 2009, at 2:50 PM, Mike Schrag wrote: That's a lot of JavaScript files. Obviously, a lot of work has gone into this new framework. I have griped about the number of individual files .. I think it should be packed, but it does dynamic class loading, which m

Re: Gianduia and WO

2009-11-05 Thread Mike Schrag
That's a lot of JavaScript files. Obviously, a lot of work has gone into this new framework. I have griped about the number of individual files .. I think it should be packed, but it does dynamic class loading, which means you only download what you use, and it also caches so you only get th

Re: Gianduia and WO

2009-11-05 Thread Johnny Miller
This is more mysterious than who shot Kennedy. Oh well, I guess we'll just have to wait... On Nov 5, 2009, at 2:36 PM, Kieran Kelleher wrote: Those are the questions we are all waiting to hear answered. Not fair ... On Nov 5, 2009, at 7:22 PM, Johnny Miller wrote: That's a lot of JavaScri

Re: Gianduia and WO

2009-11-05 Thread Kieran Kelleher
Those are the questions we are all waiting to hear answered. Not fair ... On Nov 5, 2009, at 7:22 PM, Johnny Miller wrote: That's a lot of JavaScript files. Obviously, a lot of work has gone into this new framework. Is this going to be released as an addendum to WebObjects, Wonder or is

RE: WO Mini conference in Southern California

2009-11-05 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Tim, Sounds great. By the way, I would love to visit UCLA. I hope they don't mind a Red Raider walking around on their campus. From time to time, would they be open for seminars? I hear that the UC system is strapped at the moment, and that volunteers are encouraged. If it helps o

Re: WO Mini conference in Southern California

2009-11-05 Thread Kieran Kelleher
Hi Ramsey, I am 30 mins north of Tampa might be a bit far to Miami 5 hours! .. Fort Myers/Naples would be half-way if there are any WO Devs around that area. -Kieran On Nov 5, 2009, at 6:29 PM, Ramsey Lee Gurley wrote: On Nov 5, 2009, at 5:51 PM, David Avendasora wrote: He

Re: WO Component Template....

2009-11-05 Thread Mike Schrag
Or, in other words, where all those .woa go within URL(s)? ( like when I start my app on my machine --http://localhost/cgi-bin/WebObjects/WOFirstRun.woa/-5678) You have to look under the covers in a lot of cases with apple, but mostly apple does NOT rewrite their URLs (well, rarely so much that

Re: WO Mini conference in Southern California

2009-11-05 Thread Kieran Kelleher
Easy to see why we have so many Canadian "snowbirds" arriving the last month in Florida! Both Celsius and Farenheit versions . Taken just now at 7:25pm, November 5th . sorry, Chuck :-) <><> On Nov 5, 2009, at 7:03 PM, Lachlan Deck wrote: On 06/11/2009, at 10:53 AM, Chuck Hill

Re: Gianduia and WO

2009-11-05 Thread Johnny Miller
That's a lot of JavaScript files. Obviously, a lot of work has gone into this new framework. Is this going to be released as an addendum to WebObjects, Wonder or is it something totally new altogether? Will WOLips support Gianduia? thanks, Johnny On Nov 5, 2009, at 2:09 PM, David den

Re: WO Component Template....

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 3:38 PM, Michael Andronov wrote: Chuck -- Thanks a lot for the speedy answers. -- Adding leading slash and creating the symbolic links within /Library/WebServer/Documents works fine. -- I'm presently exploring the solution with WONDER project usage. Other questions appear

Re: Gianduia and WO

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 4:09 PM, David den Boer wrote: And the tease (as Chuck refers to it) I was referring to YOU! :-P is now live too: http://www.apple.com/retail/reserve/ Sweet! On Nov 3, 2009, at 10:11 PM, Chuck Hill wrote: On Nov 3, 2009, at 9:35 AM, David den Boer wrote: No

Re: WO Mini conference in Southern California

2009-11-05 Thread Gaastra Dennis - WO Lists
He's right; we have the same in West Vancouver! Dennis/WEBAPPZ On 2009-11-05, at 4:03 PM, Lachlan Deck wrote: On 06/11/2009, at 10:53 AM, Chuck Hill wrote: I hate all of you! You've probably got cached values too ... do a refresh :-) with regards, -- Lachlan Deck _

Re: Gianduia and WO

2009-11-05 Thread David den Boer
And the tease (as Chuck refers to it) is now live too: http://www.apple.com/retail/reserve/ On Nov 3, 2009, at 10:11 PM, Chuck Hill wrote: On Nov 3, 2009, at 9:35 AM, David den Boer wrote: Not an official announcement, but one of our applications, Concierge, went live tonight using Giandu

Re: WO Mini conference in Southern California

2009-11-05 Thread Tim Worman
Now now, we're not going to break 70 here this weekend either. :-) Tim UCLA GSE&IS On Nov 5, 2009, at 3:53 PM, Chuck Hill wrote: > > > I hate all of you! > > > On Nov 5, 2009, at 3:48 PM, Ricardo J. Parada wrote: > >> >> I'm in Sunrise, FL. Just 35 mins north of miami. :-) >> >> >> >>

Re: WO Mini conference in Southern California

2009-11-05 Thread Joe Little
We are actually looking at doing something for the bay area on a bi-monthly basis. Its still preliminary among local WO people, but one end result was to have session recorded and distributed for posterity. I saw it as more of a full west coast time zone event since we could also make it a webex li

Re: WO Mini conference in Southern California

2009-11-05 Thread Ricardo J. Parada
I'm in Sunrise, FL. Just 35 mins north of miami. :-) On Nov 5, 2009, at 6:29 PM, Ramsey Lee Gurley wrote: On Nov 5, 2009, at 5:51 PM, David Avendasora wrote: Hey Daniel, Josh and Tim, Andrew Kinnie and I are trying to work out the details for webcasting our WONoVA meeting this Tuesda

Re: WO Component Template....

2009-11-05 Thread Michael Andronov
Chuck -- Thanks a lot for the speedy answers. -- Adding leading slash and creating the symbolic links within /Library/WebServer/Documents works fine. -- I'm presently exploring the solution with WONDER project usage. Other questions appear though. :) When real-life application is using the WO

Re: WO Mini conference in Southern California

2009-11-05 Thread Ramsey Lee Gurley
On Nov 5, 2009, at 5:51 PM, David Avendasora wrote: Hey Daniel, Josh and Tim, Andrew Kinnie and I are trying to work out the details for webcasting our WONoVA meeting this Tuesday (the 10th). Maybe the three of you can get together and we can at least link the two meetings together! WONo

Re: WO Mini conference in Southern California

2009-11-05 Thread David Avendasora
Hey Daniel, Josh and Tim, Andrew Kinnie and I are trying to work out the details for webcasting our WONoVA meeting this Tuesday (the 10th). Maybe the three of you can get together and we can at least link the two meetings together! WONoVA and WOSoCA. Dave On Nov 5, 2009, at 5:32 PM, Tim

Re: ERXEOControlUtilities.clearSnapshotForRelationshipNamed(..) weirdness !

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 2:33 PM, Mark Gowdy wrote: Hi, I am having an strange problem with Wonder's clearSnapshotForRelationshipNamed method. Is this new code, by chance? (My Wonder version is a few days old) We have EOs which are related to each other: RoutingMediaItem <<---> RoutingMed

Re: SUCCESS, now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-05 Thread Baiss Eric Magnusson
js_OnChange: WOJavaScript { scriptSource = "/tyf/jsScripts/ObjSelect_js.txt"; } Is the right answer, how I had it originally. the problem was there is a SubComponent on the page with an identical WOJavaScript and it had not scriptSource On Nov 5, 2009, at 11:51 AM, Chuck Hill wrote:

ERXEOControlUtilities.clearSnapshotForRelationshipNamed(..) weirdness !

2009-11-05 Thread Mark Gowdy
Hi, I am having an strange problem with Wonder's clearSnapshotForRelationshipNamed method. (My Wonder version is a few days old) We have EOs which are related to each other: RoutingMediaItem <<---> RoutingMediaStatus When I try to get an up-to-date status object and check the results

Re: WO Mini conference in Southern California

2009-11-05 Thread Tim Worman
Josh and Daniel: I would be interested in having a meeting for So Cal. My schedule is pretty tight right now but it would definitely be good to get something going. There's other options for presentation - I work at UCLA and I could possibly host something. Apple also has a place in Santa Monic

Re: _rewriteURL is not called in Tomcat Deployment

2009-11-05 Thread Lachlan Deck
On 05/11/2009, at 7:23 PM, WebObjects - Anazys wrote: WO 5.3 and Wonder 5.0.0.9537 I do it a different way and I think it's currently working : What do you mean by 'you think' it's working? :-) Are you getting YourApplication#_rewriteURL called or not? - I add a call to finishInitilization()

RE: WO Mini conference in Southern California

2009-11-05 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Josh, That reduces the time from about 3 to 2 1/2 hours at best. It is do able though. Although, we might want to ask the Apple Store if they would be willing to allow us to use their theater, at for a couple of presentations or occasions. Besides, it allows them to get my undivide

Re: EOModels occasionally loading too slowly?

2009-11-05 Thread Paul Hoadley
On 05/11/2009, at 10:47 PM, Mike Schrag wrote: You mean you would have thought didFinishLaunching() was better? Yes. So the other one actually is the right place, as it turns out ... The startup process is: willFinishLanching (which calls wonder's finishInitialization) finishInitializatio

Re: PROGRESS, now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 11:41 AM, Baiss Eric Magnusson wrote: Oh my, another lost day by not saying in advance that I originally had . I've also tried, scriptFile = "/tyf/jsScripts/ObjSelect_js.txt"; scriptFile = "../tyf/jsScripts/ObjSelect_js.txt"; scriptFile = "tyf/js

Re: PROGRESS, now trying to deploy, get an immediate error, probably a missing resource(s)?

2009-11-05 Thread Baiss Eric Magnusson
Oh my, another lost day by not saying in advance that I originally had . I've also tried, scriptFile = "/tyf/jsScripts/ObjSelect_js.txt"; scriptFile = "../tyf/jsScripts/ObjSelect_js.txt"; scriptFile = "tyf/jsScripts/ObjSelect_js.txt"; I would think that WOImageBut

Re: EOModels occasionally loading too slowly?

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 11:27 AM, Mike Schrag wrote: You mean you would have thought didFinishLaunching() was better? Yes. So the other one actually is the right place, as it turns out ... The startup process is: willFinishLanching (which calls wonder's finishInitialization) finishInitializatio

Re: EOModels occasionally loading too slowly?

2009-11-05 Thread Mike Schrag
You mean you would have thought didFinishLaunching() was better? Yes. So the other one actually is the right place, as it turns out ... The startup process is: willFinishLanching (which calls wonder's finishInitialization) finishInitialization migrationsWillRun ...migrate... migati

OT: Subclipse Problem / Question

2009-11-05 Thread Johnny Miller
Hi, Steps to recreate. I put jar files into the Libraries folder. I add the Jar files to the build path. I commit the changes to SVN. (right click the project -> Team -> Commit) On another computer I do an SVN update. (right click the project -> Team -> Update to Head) The build path gets u

Re: EOModels occasionally loading too slowly?

2009-11-05 Thread Chuck Hill
On Nov 5, 2009, at 4:17 AM, Mike Schrag wrote: You mean you would have thought didFinishLaunching() was better? Yes. So the other one actually is the right place, as it turns out ... The startup process is: willFinishLanching (which calls wonder's finishInitialization) finishInitializati