Re: Schema Synchronization "magic" - resolved

2006-08-17 Thread Chuck Hill
Greetings! On Aug 17, 2006, at 8:11 PM, Aaron Rosenzweig wrote: Hello WOFriends, Ok, sorry, a few minutes after composing the prior message I had an epiphany. I realized there is an "Apple" MySQLPlugin: http://developer.apple.com/documentation/WebObjects/Reference/api/ com/webobjects/jd

Re: Schema Synchronization "magic" - resolved

2006-08-17 Thread Aaron Rosenzweig
Hello WOFriends,Ok, sorry, a few minutes after composing the prior message I had an epiphany.I realized there is an "Apple" MySQLPlugin:http://developer.apple.com/documentation/WebObjects/Reference/api/com/webobjects/jdbcadaptor/MySQLPlugIn.htmlThen, I read:"JDBCPlugIn is used to customize the JDBC

Schema Synchronization "magic"

2006-08-17 Thread Aaron Rosenzweig
Hi WOFriends,What is the "magic" that enables the "Synchronize Schema" button in EOModeler to work?I have been using MySQL for a while now, currently with Connector/J version 3.1.7. It has been a pleasure to work with. As far as I can tell, There are no other plugins or bundles being used. I certai

Re: Open source as the way some important software is developed

2006-08-17 Thread Q
These are written by the same guy that wrote the WOGroovy extension for WebObjects.http://wogroovy.sourceforge.jp/On 18/08/2006, at 8:38 AM, Cornelius Jaeger wrote:way to go chuckanyone seen this:webobjects clone in ruby:http://cgikit.sourceforge.jp/cgi-bin/en/index.cgi?FrontPageeof clone in ruby:h

Re: EOAndQualifier on child entity property

2006-08-17 Thread Chuck Hill
On Aug 17, 2006, at 4:47 PM, Sacha Michel Mallais wrote: On Aug 17, 2006, at 4:04 PM, Yann Bizeul wrote: Say an entity MyEntity, having a many-to-many relationship with a Tag entity, the purpose of that is tagging MyEntity with one or more keywords (tags) Now I want to get all MyEntity

Re: No announcement yet?

2006-08-17 Thread Gaastra Dennis - WO Lists
Oh Clifford... Are you listening? Thanks,Dennis.On 17-Aug-06, at 4:04 PM, Marc Oesch wrote:So Thursday is almost over and still no offical announcement aboutWebObjects?  I guess when they say "next week" they really take ALL ofnext week. I recall "...next week or the week thereafter" so it might ev

Re: EOAndQualifier on child entity property

2006-08-17 Thread Sacha Michel Mallais
On Aug 17, 2006, at 4:04 PM, Yann Bizeul wrote: Say an entity MyEntity, having a many-to-many relationship with a Tag entity, the purpose of that is tagging MyEntity with one or more keywords (tags) Now I want to get all MyEntity having "tag1" AND "tag2" as tags. An EOAndQualifier is no

Re: Open source as the way some important software is developed

2006-08-17 Thread Sacha Michel Mallais
On Aug 17, 2006, at 4:22 PM, Cornelius Jaeger wrote: On 18.08.2006, at 01:08, Sacha Michel Mallais wrote: If we do re-implement it, why not in Ruby and ride on the buzz? We can call it JetStream. :-) And it is not Java! way to go chuck anyone seen this: webobjects clone in ruby: http://

Re: Open source as the way some important software is developed

2006-08-17 Thread Cornelius Jaeger
On 18.08.2006, at 01:08, Sacha Michel Mallais wrote:If we do re-implement it, why not in Ruby and ride on the buzz?  We can call it JetStream.  :-)  And it is not Java! way to go chuck anyone seen this: webobjects clone in ruby: http://cgikit.sourceforge.jp/cgi-bin/en/index.cgi?FrontPage eof clon

Re: Open source as the way some important software is developed

2006-08-17 Thread Sacha Michel Mallais
On Aug 17, 2006, at 3:38 PM, Cornelius Jaeger wrote: On 17.08.2006, at 19:29, Chuck Hill wrote: If we do re-implement it, why not in Ruby and ride on the buzz? We can call it JetStream. :-) And it is not Java! way to go chuck anyone seen this: webobjects clone in ruby: http://cgikit.sourc

Re: No announcement yet?

2006-08-17 Thread Marc Oesch
So Thursday is almost over and still no offical announcement about WebObjects? I guess when they say "next week" they really take ALL of next week. I recall "...next week or the week thereafter" so it might even take one more week, but it's coming. Marc

EOAndQualifier on child entity property

2006-08-17 Thread Yann Bizeul
Hi, I spent hours searching on the list and google for this, without finding real answers for this issue. Say an entity MyEntity, having a many-to-many relationship with a Tag entity, the purpose of that is tagging MyEntity with one or more keywords (tags) Now I want to get all MyEntity having "tag

Re: Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Robert Walker
Giles,Ok here is what I think your problem is:WOFileUpload requires the "multipart/form-data" to be bound the the form's encType binding.  Since a D2W Edit page already has it's own form tag there is no way to set that binding (unless you can do it with a D2W rule).  If you add your own tags in th

Re: Open source as the way some important software is developed

2006-08-17 Thread Cornelius Jaeger
way to go chuckanyone seen this:webobjects clone in ruby:http://cgikit.sourceforge.jp/cgi-bin/en/index.cgi?FrontPageeof clone in ruby:http://www.spice-of-life.net/tapkit/index.htmlsimple rule engine (in ruby):http://www.spice-of-life.net/rein/rein.htmlhaven't used it, been a while since i looked at

Re: Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Gilles MATHURIN
So if i understand, what you adive me is to not follow the method of the WebObjects D2W Guide regarding the Creating a Custom Property- level Component, but to write my own method (or Component) to store the file in the database ? It starts being complicated, isn't it ? Regards. GM Le 17

Re: Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Chuck Hill
On Aug 17, 2006, at 3:00 PM, Gilles MATHURIN wrote: What do you mean by i don't need to do this… i try to follow the EditPopUp example from the D2W Guide, with the help of R.Walker for a better understanding of it (thanks again) and now the D2WApp is blocked… a little enlightment ? :-)

Re: Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Gilles MATHURIN
What do you mean by i don't need to do this… i try to follow the EditPopUp example from the D2W Guide, with the help of R.Walker for a better understanding of it (thanks again) and now the D2WApp is blocked… a little enlightment ? :-) Regards. GM. Le 17 août 06 à 17:09, Chuck Hill a écrit

Re: Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Gilles MATHURIN
Sorry for the StMarteen thing, i didn't want to gloat… :-) Thanks I'll read one more time the WO Direct to Web Guide… Le 17 août 06 à 17:09, Chuck Hill a écrit : On Aug 17, 2006, at 2:02 PM, Gilles MATHURIN wrote: Hello all, I took some vacations on St-Marteen Island, and i am back now,

No announcement yet?

2006-08-17 Thread John Huss
So Thursday is almost over and still no offical announcement about WebObjects? I guess when they say "next week" they really take ALL of next week. I'm dying to hear the offical news. John ___ Do not post admin requests to the list. They will be ignor

Re: Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Chuck Hill
On Aug 17, 2006, at 2:02 PM, Gilles MATHURIN wrote: Hello all, I took some vacations on St-Marteen Island, and i am back now, hope you had a great last week. I think this list has a no gloating rule. :-P I see that the discusison on the WOCommunity Topic has been exciting and rich I

Newbie : Help to include a WOFileUpload as a D2WCustomComponent

2006-08-17 Thread Gilles MATHURIN
Hello all, I took some vacations on St-Marteen Island, and i am back now, hope you had a great last week. I see that the discusison on the WOCommunity Topic has been exciting and rich I'd like to contribute even i don't know how still. Meanwhile, i need some clue to implement a WOFileUploa

dBug WebObjects SIG Meeting - 8/22 (Seattle, WA)

2006-08-17 Thread Baiss Eric Magnusson
Our next meeting will be held at 7pm on Tuesday, August 22th at the dBug Resource Center. See this web page: for directions to the Resource Center. The agenda will be as follows: - Introductions - Employment Opportunities - WebObjects Re

Re: JavaScript image cropper UI possible in Webobjects ?

2006-08-17 Thread Chuck Hill
Are you running the app through direct connect mode or through Apache? Is there a :34562 number in the URL? Chuck On Aug 17, 2006, at 12:38 PM, jlecuyer wrote: David Spurr create a very nice JavaScript to crop an image using an interface with the same features and styling as found in comm

JavaScript image cropper UI possible in Webobjects ?

2006-08-17 Thread jlecuyer
David Spurr create a very nice _javascript_ to crop an image using an interface with the same features and styling as found in commercial image editing software. A demo is at:http://www.defusion.org.uk/code/_javascript_-image-cropper-ui-using-prototype-scriptaculous/Is it possible to integrate this

Re: Open source as the way some important software is developed

2006-08-17 Thread Andrus Adamchik
On Aug 17, 2006, at 1:48 PM, Chuck Hill wrote: If we do re-implement it, why not in Ruby and ride on the buzz? We can call it JetStream. :-) And it is not Java! That'd be cool. WebScript/Java/Objective C all worked together in the same environment at one time. It should be possibl

Re: WebObjects Foundation

2006-08-17 Thread Klaus Berkling
On Aug 15, 2006, at 2:36 PM, Chuck Hill wrote:IMHO, any sort of paid advertising would be a waste of money.  Like Simon says (sorry, too tempting to resist) we need more presentations, blogs, articles, websites, demos etc.  We need to get the knowledge of what WO is, what is can do, and why someone

Re: Open source as the way some important software is developed

2006-08-17 Thread Chuck Hill
On Aug 17, 2006, at 10:43 AM, Andrus Adamchik wrote: If we do re-implement it, why not in Ruby and ride on the buzz? We can call it JetStream. :-) And it is not Java! That'd be cool. WebScript/Java/Objective C all worked together in the same environment at one time. It should be poss

Re: Open source as the way some important software is developed

2006-08-17 Thread Andrus Adamchik
If we do re-implement it, why not in Ruby and ride on the buzz? We can call it JetStream. :-) And it is not Java! That'd be cool. WebScript/Java/Objective C all worked together in the same environment at one time. It should be possible to make a backend language pluggable, with HTML,

Re: Open source as the way some important software is developed

2006-08-17 Thread Chuck Hill
On Aug 17, 2006, at 6:37 AM, Andrus Adamchik wrote: Obviously I am not a lawyer, and haven't looked in depth in those patents. IIRC they are dealing with ORM, ORM tools, KVC (and what else?) That would affect at least a few dozens if not more of the *existing* open and commercial products.

Re: WebObjects Foundation

2006-08-17 Thread Chuck Hill
On Aug 16, 2006, at 11:15 PM, [EMAIL PROTECTED] wrote: herding cats Like this: http://video.google.com/videoplay?docid=7635587316493151891 -- Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific prob

Re: WebObjects Foundation

2006-08-17 Thread David Holt
http://www.macnn.com/articles/06/08/17/more.apple.patent.filings/Found reference to some nice generic ;-) text (likely) about WebObjects in a patent application by Apple:"Some or all of a Web page can be generated dynamically using input received in a returned page, generated at runtime, or retriev

[SOLVED] Switching from XCode to WOLips: ressources headaches

2006-08-17 Thread François Reboursier
On Aug 16, 2006, at 17:31, François Reboursier wrote: Now on to my other problem (and the last one I hope ! ): when I run the app (in Eclipse or from the command-line) I get the following: : Exception in performActionNamed() on the action "default" with the message: java.lang.NullPoint

Re: whywebobjects.org - WWDC followup [and URLs]

2006-08-17 Thread lbland
On Aug 16, 2006, at 3:33 PM, Pascal Robert wrote: That's a good name :-) Or maybe "WebObjects' Not Rails" or "WND" ? :-P hi- how about "WMD" - WebObjects of Mass Destruction (my favorite) ... or WebObjects for Mass Deployment (probably more positive feeling) :-) thanks!- -lance

Re: Re: WOStats URL problem

2006-08-17 Thread John Huss
Ok. Yeah, it uses the hostname defined on the Site page of JavaMonitor under "HTTP Adaptor URL". I changed it from "http://localhost/cgi-bin/WebObjects"; to "http:///cgi-bin/WebObjects". I used the IP instead of the hostname because I've got a couple different dns names and WO apps for the serv

Re: Open source as the way some important software is developed

2006-08-17 Thread Andrus Adamchik
On Aug 16, 2006, at 5:48 PM, Marc Oesch wrote: The next logical step (maybe I am dreaming) would be to create a clean room WO framework that is API-compatible with Apple's, reusing whatever open source code and J2EE environment possible. (regarding EOF - it should be fairly easy to bridge EOEdi

Re: Open source as the way some important software is developed

2006-08-17 Thread Andrus Adamchik
Obviously I am not a lawyer, and haven't looked in depth in those patents. IIRC they are dealing with ORM, ORM tools, KVC (and what else?) That would affect at least a few dozens if not more of the *existing* open and commercial products. So while there is an issue, I don't think a possible

Complicated configurable HTML tables

2006-08-17 Thread Patrick Middleton
I have a woapp on which I'm working where there will soon be: three basic screen layouts, based on an assumed device display width of 160px/320px/640+px, user selectable some columns will always be present some columns will be present if the user wants them shown some columns will be present if