Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread Archibal Singleton
On 10 Mar 2008, at 13:40, Gustavo Pizano wrote: Hello Just wanted to know whats better between those 2 Frankly I don't know which one is better. I picked Veogen mostly because: - I have essentially no legacy WO code - It's the one included with Entity Modeler - In practice, Mike has a muc

Re: Hello, Im really noob but really interested in learning

2008-03-10 Thread Archibal Singleton
Hello Gus, (I'm cc'ing to the list in case others may find the information below useful) On 10 Mar 2008, at 02:15, Gustavo Pizano wrote: Hello. Well thanks it's being really difficult to get info. Yeah, I know, it's been a little bit frustrating for me too. But everybody on the lists h

Re: Hello, Im really noob but really interested in learning

2008-03-09 Thread Archibal Singleton
On 09 Mar 2008, at 21:12, Gustavo Pizano wrote: Hello all guys Im really noob but really interested in learning webobjects, I have been looking trough out some tutorials but I hae faild in the attempt to making them work. Im a computer science student so most programing stuff I understan

Re: Best practice for dummy empty option in a WOPopupButton

2008-02-27 Thread Archibal Singleton
On 27 Feb 2008, at 12:01, Mike Schrag wrote: So I'm curious to know how you guys deal with this "problem"? Not sure if I'm reading this correctly, but you should be able to just set noSelectionString = "Select a Person" (or whatever) ... When noSelectionString is submitted, it binds back to

Re: Best practice for dummy empty option in a WOPopupButton

2008-02-27 Thread Archibal Singleton
Here are two screenshots to illustrate what I mean... <> <> On 27 Feb 2008, at 11:53, Archibal Singleton wrote: Hi everybody, I was wondering what would be the best way to solve the following recurring problem: You want to present a user with a list of opti

Best practice for dummy empty option in a WOPopupButton

2008-02-27 Thread Archibal Singleton
Hi everybody, I was wondering what would be the best way to solve the following recurring problem: You want to present a user with a list of options, using a WOPopUpButton. Typically those options are some kind of EO. By default, the first time the list is presented, the selected (ideal

Re: java heap trouble after 5.4.1 upgrade, opensnoop to the rescue

2008-02-22 Thread Archibal Singleton
Hi Guido, On 22 Feb 2008, at 18:32, Guido Neitzer wrote: On 22.02.2008, at 14:18, Archibal Singleton wrote: I would also recommend that you embed them in you app (you can do that with any version of WO > 5.2). That's certainly what I plan to do when it comes to deployment

Re: java heap trouble after 5.4.1 upgrade, opensnoop to the rescue

2008-02-22 Thread Archibal Singleton
Bonjour Pierre, On 22 Feb 2008, at 16:14, Mr. Pierre Frisch wrote: I would suggest that you leave the legacy frameworks and move to the jars frameworks they have been available since 5.2 and are located in the user space under /Library/WebObjects/lib. I had noticed these and was wondering

Re: java heap trouble after 5.4.1 upgrade, opensnoop to the rescue

2008-02-22 Thread Archibal Singleton
I was also using the symbolic links install for coexisting 5.3.x and 5.4.x installs. But could never shake a feeling of unease with this setup: /System is Apple's territory and one should avoid messing with stuff there at all costs... (Besides I too have been bitten by problems similar to t

Re: Using Wonder to transfer data from one DB to another

2008-02-18 Thread Archibal Singleton
On 18 Feb 2008, at 09:49, Timo Hoepfner wrote: ERXJDBCUtilities ._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary (...) That's exactly it (remembered that it had this rather descriptive method name :-) Thanks a lot Timo! = tmk = _

Using Wonder to transfer data from one DB to another

2008-02-18 Thread Archibal Singleton
Hello, I seem to recall that a few weeks ago (*), Mike posted a small code snippet showing how to use some Wonder utility methods (ie not javaeoutil IIRC) to transfer data from one DB to another using 2 different DB connection dictionaries. I've searched the various WO lists but can't see

wobuild.properties NOT used by Wonder build files

2008-02-14 Thread Archibal Singleton
On 11 Feb 2008, at 20:03, Archibal Singleton wrote: On 26 Oct 2007, at 12:21, Anjo Krank wrote: IIRC, you just set: wo.wosystemroot=/some/place/or/other where /some/place/or/other/Library/Frameworks/ has all the WO stuff in it. [snip] ie I've replace all occurences of /System o

Using wobuild.properties to switch between WO 53 and WO 54. Was: WebObjects 5.4 is out.

2008-02-11 Thread Archibal Singleton
On 26 Oct 2007, at 12:21, Anjo Krank wrote: IIRC, you just set: wo.wosystemroot=/some/place/or/other where /some/place/or/other/Library/Frameworks/ has all the WO stuff in it. Now taking that into account and based on the instructions @ http://wiki.objectstyle.org/confluence/display/WOL/T

Re: Rapid Turnaround

2008-01-17 Thread Archibal Singleton
running in addition to eclipse? Nope, for WO development I only run Eclipse. PS: It's better to CC the list, because lots of helpful and clever people there. On Jan 16, 2008, at 3:31 AM, Archibal Singleton wrote: Hello, I had the same problem. I *think* was resolved it for me w

Wonder Application Template and WOComponent

2008-01-16 Thread Archibal Singleton
Hello, When using the Wonder Application Template, only the Application and Session classes are subclassed with project WOnder versions. I was wondering if there was any good specific reason why the Main component does not subclass ERXComponent instead of WOComponent? Also, is it possible t

WOLips Component Custom Templates?

2008-01-16 Thread Archibal Singleton
Hello, Is it possible to use a "custom component template" for the creation of components (using the WO Package Explorer contextual menu) à la WOLips +3.3 Custom Project Templates? (cfr http://wiki.objectstyle.org/confluence/display/WOL/Custom+Project+Templates) TIA = tmk =

Re: Entity Modeler + Veogen problems and questions

2008-01-07 Thread Archibal Singleton
y need either a framework with your Prototypes entities (look at ERPrototypes how to create one that is flexible with databases) or add an entity "EOJDBCPrototypes" to your model." = tmk = On 05 Jan 2008, at 16:00, Archibal Singleton wrote: Hello, I'm getting the dreaded

Re: Semantics of ^ in value bindings in .wod file.

2008-01-05 Thread Archibal Singleton
On 02 Jan 2008, at 16:57, Chuck Hill wrote: [snip] The API docs for WOComponent.synchronizesVariablesWithBindings() says: "This method returns false for stateless components (unless you override isStateless and return true), and true otherwise." Which, to this non-native english speaker,

Entity Modeler + Veogen problems and questions

2008-01-05 Thread Archibal Singleton
Hello, I'm getting the dreaded driver not found problem: --- cut "Failed to generate SQL. JDBC connection failed for driver :'jdbc:FrontBase://localhost/test'. Driver not found in Java Runtime! Please verify your CLASSPATH environment variable. The current CLASSPATH for your application i

Re: Semantics of ^ in value bindings in .wod file.

2008-01-02 Thread Archibal Singleton
Hi Chuck, On 02 Jan 2008, at 16:44, Chuck Hill wrote: [snip] One thing I'm not sure about is wether it's possible to use the ^ syntax for non-synchronizing component. From the rest of your message it seems you meant "wether it's possible to use the ^ syntax for synchronizing component".

Re: Semantics of ^ in value bindings in .wod file.

2008-01-02 Thread Archibal Singleton
n.java: 1306) at com .webobjects .appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173) at com .webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java: 254) at java.lang.Thread.run(Thread.java:613) On 31 Dec 2007, at 16:03, Archibal Singleton wrote: Thank you very

Re: Semantics of ^ in value bindings in .wod file.

2007-12-31 Thread Archibal Singleton
29 Dec 2007, at 16:14, Anjo Krank wrote: Am 29.12.2007 um 18:57 schrieb Archibal Singleton: ^foo in the wod is the same as parent().valueForBinding("foo") in java parent.foo in the wod is the same as parent.valueForKey("foo") in java The first line requires a par

Re: Semantics of ^ in value bindings in .wod file.

2007-12-29 Thread Archibal Singleton
On 27 Dec 2007, at 06:23, Ulrich Köster wrote: Moin, my 2 cents on it. ^foo in the wod is the same as parent().valueForBinding("foo") in java parent.foo in the wod is the same as parent.valueForKey("foo") in java The first line requires a parent with foo bound. The second line requires a va

Re: Semantics of ^ in value bindings in .wod file.

2007-12-29 Thread Archibal Singleton
sbell wrote: On Dec 26, 2007, at 10:01 AM, Archibal Singleton wrote: I've searched through all the WO Apple docs (spotlight on Leopard truly rocks!) to find a good explanation of the use of the caret "^" character in bindings in custom WOComponent .wod files and couldn'

Re: Semantics of ^ in value bindings in .wod file.

2007-12-29 Thread Archibal Singleton
bit. Great, I look forward to it. = tmk = Christopher On Dec 26, 2007 3:01 PM, Archibal Singleton <[EMAIL PROTECTED]> wrote: Hello, I've searched through all the WO Apple docs (spotlight on Leopard truly rocks!) to find a good explanation of the use of the caret "^" ch

Re: Failing to run WOExamples from the 5.4 examples

2007-12-29 Thread Archibal Singleton
dcast!) ;) Thanks Miguel for the advice Miguel. It turned out that I was building these examples in my Eclipse + WO 5.3.x setup, doh... It worked fine when I switched to Eclipse + WO 5.4. = tmk = Yours Miguel Arroz On 2007/12/26, at 19:51, Archibal Singleton wrote: Hi, I've followe

Re: New version of the podcasts

2007-12-26 Thread Archibal Singleton
Dear Pascal, Thanks a lot for making theses podcast or making them available. I've been trying to download them ever since you posted the links by control+clicking -> Download Linked File in Safari but to no avail. I only get a very short (ie < 4KB) file and when QT tries to open it I get t

Semantics of ^ in value bindings in .wod file.

2007-12-26 Thread Archibal Singleton
Hello, I've searched through all the WO Apple docs (spotlight on Leopard truly rocks!) to find a good explanation of the use of the caret "^" character in bindings in custom WOComponent .wod files and couldn't find any (except in a a couple of EO docs). It's mentioned in passing in the "W

Failing to run WOExamples from the 5.4 examples

2007-12-26 Thread Archibal Singleton
Hi, I've followed Pascal's instruction to setup the 5.4 examples for use through eclipse. The examples compile without problems (except for some minor errors). But when I try to run the WOExamples project it immediately fails with the stack trace below. What am I missing here? I don't un

Re: WOLips Installer Beta

2007-12-20 Thread Archibal Singleton
Many thanks for packaging this up. I've noticed the following problem after installation, apparently, the womonitor and wotaskd processes are not automatically started (after a reboot). I tried launching them manually and got this error message: --- cut launchctl: Dubious permissions on fi