Re: Memory Management

2009-03-06 Thread Jeff Schmitz
I think I found the answer in a question you answered back in 2006... prefetchingRelationshipKeyPaths is about pulling in all objects related to the object(s) being fetched. If you fetch the person and set prefetchingRelationshipKeyPaths to ("personNames", "personNames.publications") EOF w

Re: Memory Management

2009-03-06 Thread Jeff Schmitz
On Mar 6, 2009, at 7:05 PM, Chuck Hill wrote: That is _batch_ fetching, not _pre_fetching. They do similar things, but prefetching is easier to use for most cases. I'm working on the prefetching and was wondering, is there any way to prefetch several "layers" of relationships into the edi

Re: Memory Management

2009-03-06 Thread Jeff Schmitz
On Mar 6, 2009, at 7:05 PM, Chuck Hill wrote: from the Entry table, the Game table and the TeamPopup table that are associated with a single pool via joins from the pool's entries to each entry's games to each game's teams. To process 1 pool that has say 300 entries, each entry having 63

Re: Memory Management

2009-03-06 Thread Chuck Hill
On Mar 6, 2009, at 4:57 PM, Jeff Schmitz wrote: On Mar 6, 2009, at 6:19 PM, Chuck Hill wrote: On Mar 4, 2009, at 6:30 PM, Jeff Schmitz wrote: A little more info on my problem (yes I'm confused). For my processing, all my data is not in one table. I need to work on one coherent set o

Re: Memory Management

2009-03-06 Thread Jeff Schmitz
On Mar 6, 2009, at 6:19 PM, Chuck Hill wrote: On Mar 4, 2009, at 6:30 PM, Jeff Schmitz wrote: A little more info on my problem (yes I'm confused). For my processing, all my data is not in one table. I need to work on one coherent set of data at a time that is related across tables via

Re: Memory Management

2009-03-06 Thread Chuck Hill
On Mar 4, 2009, at 6:30 PM, Jeff Schmitz wrote: A little more info on my problem (yes I'm confused). For my processing, all my data is not in one table. I need to work on one coherent set of data at a time that is related across tables via joins. My tables are setup as follows: Pool-

How to encode non-ASCII characters in the Content-Disposition

2009-03-06 Thread Miguel Arroz
Hi! I have an element that I use to download files, that sets the filename in the Content-Disposition header like this: response.setHeader("attachment; filename=\"" + fileData.name().replace("\"", "\\\"") + "\"", "Content-Disposition"); Although this works for ASCII characters, it's

Re: Jad?

2009-03-06 Thread Mike Schrag
BTW, the JadClipse has changed to JDT Decompiler, a general decompiler plug-in. It already supports Jad and JODE decompilers. They are probably waiting for an authorization of JD authors (or a change in the JD license) to embed it in the JDT Decompiler plug-in. If you want this to happen, p

Re: Jad?

2009-03-06 Thread Henrique Prange
Hi all, BTW, the JadClipse has changed to JDT Decompiler, a general decompiler plug-in. It already supports Jad and JODE decompilers. They are probably waiting for an authorization of JD authors (or a change in the JD license) to embed it in the JDT Decompiler plug-in. If you want this to hap

Re: WebObjects Installer CD for Windows

2009-03-06 Thread John Ours
On Mar 6, 2009, at 4:26 PM, Q wrote: I think the problem you are having is that you cannot use -cp and - jar at the same time. Q is correct. You want to use something like this (which works for me): java -cp wo.jar;woinst.jar run That is "start java with wo and woinst on the class path

Re: Jad?

2009-03-06 Thread David Holt
JD-GUI doesn't appear to work with Tiger. David On 6-Mar-09, at 11:56 AM, David LeBer wrote: On 6-Mar-09, at 2:49 PM, Chuck Hill wrote: On Mar 6, 2009, at 11:45 AM, David LeBer wrote: On 6-Mar-09, at 2:27 PM, Chuck Hill wrote: On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone

Re: Owns Destination & Deny

2009-03-06 Thread David Avendasora
On Mar 6, 2009, at 2:19 PM, Ramsey Gurley wrote: On Mar 2, 2009, at 3:20 PM, Chuck Hill wrote: On Mar 2, 2009, at 7:05 AM, David Avendasora wrote: Hi all, mostly my future self. When I have a relationship setup that has the following settings: 1) Owns Destination 2) Delete Rule of Deny 3

Re: Owns Destination & Deny

2009-03-06 Thread Ramsey Gurley
On Mar 2, 2009, at 3:20 PM, Chuck Hill wrote: On Mar 2, 2009, at 7:05 AM, David Avendasora wrote: Hi all, mostly my future self. When I have a relationship setup that has the following settings: 1) Owns Destination 2) Delete Rule of Deny 3) Inverse relationship is Optional (I think this sho

Re: Jad?

2009-03-06 Thread Kieran Kelleher
This is a nice app great for exploring jars to increase one's knowledge. The reconstruction of source seems excellent. Looking forward to the OS X eclipse plugin so we can have the same convenience as with Jad/JadClipse within Eclipse "Tip o the hat" how come we never heard of thi

Re: Jad?

2009-03-06 Thread David LeBer
On 6-Mar-09, at 2:49 PM, Chuck Hill wrote: On Mar 6, 2009, at 11:45 AM, David LeBer wrote: On 6-Mar-09, at 2:27 PM, Chuck Hill wrote: On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone have a copy of the Jad they could send me? It looks like the developer's website is awol

Re: Jad?

2009-03-06 Thread Ricardo J. Parada
And it doesn't seem to be working for me. :-/ I installed "Equinox p2 Provisioning" following the instructions and then the eclipse plug-in from "http://java.decompiler.free.fr/jd-eclipse/update ". Then restarted and command click on a class and it's not showing me the source. :-( On M

Re: Jad?

2009-03-06 Thread Chuck Hill
On Mar 6, 2009, at 11:45 AM, David LeBer wrote: On 6-Mar-09, at 2:27 PM, Chuck Hill wrote: On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone have a copy of the Jad they could send me? It looks like the developer's website is awol Awww, JAD. That

Re: Jad?

2009-03-06 Thread David LeBer
On 6-Mar-09, at 2:27 PM, Chuck Hill wrote: On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone have a copy of the Jad they could send me? It looks like the developer's website is awol Awww, JAD. That is so quaint! The cool kids in the modern era use

Re: Jad?

2009-03-06 Thread Ricardo J. Parada
Does it work? I saw OS X users would have to wait for the eclipse plug in. On Mar 6, 2009, at 2:27 PM, Chuck Hill wrote: On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone have a copy of the Jad they could send me? It looks like the developer's website is awol

Re: Jad?

2009-03-06 Thread Stamenkovic Florijan
On Mar 06, 2009, at 15:27, Chuck Hill wrote: Tip o the hat to Mike for pointing this out to me. And one from us to you, for pointing it out to us. C'mon everybody, hail Chuck! :D F ___ Do not post admin requests to the list. They will be ignored.

Re: Set value from parent java to subcomponent

2009-03-06 Thread Chuck Hill
On Mar 6, 2009, at 1:57 AM, Ramon Havermans wrote: Hi, Is there a way to set a value from a parent java (not bindings) page to its subcomponent? Kind regards, Ramon No. Components pull values from the parent. The parents don't push them to the children. There is a parent() method o

Re: Jad?

2009-03-06 Thread David Holt
How can us mere mortals ever hope to catch up? Well, buying a bottle of Heinz would be one way ;-) David On 6-Mar-09, at 11:27 AM, Chuck Hill wrote: On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone have a copy of the Jad they could send me? It looks like the developer's website is a

Re: Jad?

2009-03-06 Thread Chuck Hill
On Mar 6, 2009, at 8:36 AM, David LeBer wrote: Anyone have a copy of the Jad they could send me? It looks like the developer's website is awol Awww, JAD. That is so quaint! The cool kids in the modern era use JD, http://java.decompiler.free.fr/ :-P K

Re: Owns Destination & Deny

2009-03-06 Thread Stamenkovic Florijan
On Mar 06, 2009, at 11:00, David Avendasora wrote: Is it just that if you set the required Parent relationship on the Child to null you won't get a validation error when you save because the Child will get deleted before validation rules are applied to it? That's what I'd expect in a setup

Re: migrate a project to eclipse 3.4.x and new wolips 3.4.x

2009-03-06 Thread David Holt
Hi Paolo, I think that this is all there is officially: http://wolips.blogspot.com/ There are also some posts in the WOLips mailing list archive usually with the subject including "new hotness" or Eclipse 3.4.1. I'll include one I marked as relevant when I was doing the same: HTH. David

Re: Jad?

2009-03-06 Thread David LeBer
OK, I've got a copy. Thanks everyone. On 6-Mar-09, at 11:47 AM, Matthew W. Taylor wrote: Good catch, David. I hope the domain name is re-upped. I occasionally need jad too. Yeah, My MBP's hard drive died and I had to rebuild from scratch... it's the little missing bits that are catch

Re: escaping in HTML

2009-03-06 Thread Miguel Arroz
Hi! That shouldn't be needed in text areas... my guess is some kind of line feed representation problem. Mac (classic), Windows and UNIX all use different representations for line feeds. I don't recall what the browser uses, but it's probably different than what you have in the DB. Yo

Re: Jad?

2009-03-06 Thread Matthew W. Taylor
Good catch, David. I hope the domain name is re-upped. I occasionally need jad too. Until then, you might want to try fetching binaries from archive.org's copy: http://web.archive.org/web/20080114001904/www.kpdus.com/jad.html -=- matt Matthew W. Taylor Multimedia Learning Center Northwe

Jad?

2009-03-06 Thread David LeBer
Anyone have a copy of the Jad they could send me? It looks like the developer's website is awol ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:

migrate a project to eclipse 3.4.x and new wolips 3.4.x

2009-03-06 Thread Paolo Sommaruga
Hi, I'am using eclipse 3.3.2 with wolips 3.3.5640, no wonder. There is a guide, doc, or faq in order to migrate a wo project to eclipse 3.4.x and new wolips 3.4.x ? Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be

Re: escaping in HTML

2009-03-06 Thread John Huss
How about using string.replace("\n", "") John On Fri, Mar 6, 2009 at 10:09 AM, Theodore Petrosky wrote: > > I know I saw an example somewhere... I just can't seem to find it again. > > I have text from my database that has returns (line feeds). If I just bind > the text to a WOText area, the CRs

escaping in HTML

2009-03-06 Thread Theodore Petrosky
I know I saw an example somewhere... I just can't seem to find it again. I have text from my database that has returns (line feeds). If I just bind the text to a WOText area, the CRs and LFs are ignored. Can someone point me in the right direction. I need to convert the CR to ... Ted

Re: Reference Lib JARs Not Recognized

2009-03-06 Thread David Avendasora
Hi Drew, You are _really_ doing things the hard way. Adding Frameworks to your projects is much, much easier than adding individual .jars to your project's Libraries folder. 1) Download the latest Wonder Frameworks, unzip the archive and add all the FrameworkName.framework directories to

Re: Owns Destination & Deny

2009-03-06 Thread David Avendasora
On Mar 6, 2009, at 7:46 AM, Susanne Schneider wrote: Hi Dave, I think if Owns Destination is checked, then the following should automatically happen: 1) Delete Rule should be set to "Cascade" and drop down disabled (anything else is in conflict with Owns Destination). Not 100% sure on th

Re: ProjectWonder-Ajax Question

2009-03-06 Thread Mike Schrag
WOVersion is 5.4.1., Wonder is Version 4.0.0.412 What wrong. ? Anybody an idea? Your problem is Wonder 4.0 ... That's a VERY old version of Wonder, and this bug was in later version. I'm surprised you can even use wonder 4.0 with WO 5.4. You should really also not being using 5.4.1. 5.4.3

ProjectWonder-Ajax Question

2009-03-06 Thread Frank Gibau
Hey, Im using AjaxUpdateContainer and AjaxSubmitButton. If I click on an AjaxSubmitButton the action will be executed without error. But if i click very fast on the Button I see instead a white page (the content of the AjaxUpdateContainer is empty, outside the AjaxUpdateContainer the page do

Re: Owns Destination & Deny

2009-03-06 Thread Susanne Schneider
Hi Dave, I think if Owns Destination is checked, then the following should automatically happen: 1) Delete Rule should be set to "Cascade" and drop down disabled (anything else is in conflict with Owns Destination). Not 100% sure on that.Deny means you can't delete the parent if there a

Re: Owns Destination & Deny

2009-03-06 Thread Stamenkovic Florijan
Hey Dave, On Mar 06, 2009, at 07:40, David Avendasora wrote: So if the only thing that Owns Destination does is cause the child to be deleted if the parent no longer exists but the Deny delete rule stops you from doing that, how can the Owns Destination setting have any meaning? Not enti

Re: Owns Destination & Deny

2009-03-06 Thread David Avendasora
On Mar 5, 2009, at 7:31 PM, Chuck Hill wrote: I think if Owns Destination is checked, then the following should automatically happen: 1) Delete Rule should be set to "Cascade" and drop down disabled (anything else is in conflict with Owns Destination). Not 100% sure on that.Deny means

Set value from parent java to subcomponent

2009-03-06 Thread Ramon Havermans
Hi, Is there a way to set a value from a parent java (not bindings) page to its subcomponent? Kind regards, Ramon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Fw: [Announce] ERDivaLook (beta III) : "table-less" D2W look

2009-03-06 Thread Ravi Mendis
Hello, A quick reminder: Diva look produces "table-less" markup. Normally this is considered a necessary foundation/prerequisite for Unobtrusive JavaScript widgets and even Ajax/Web 2.0 libs like prototype+scriptaculous, jquery, etc. Here's the 3rd beta: http://www.svgobjects2.com/downloads

Set value from parent java to subcomponent

2009-03-06 Thread Ramon Havermans
Hi, Is there a way to set a value from a parent java class (not bindings) page to one of its subcomponents? Kind regards, Ramon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: Switch from WinXP to MAC OSThursday

2009-03-06 Thread Julien Verez @ USTL
Title: signature Hi List, That's fixed. Here is the code, working fine on WO 5.2.4 and crashing on WO 5.4 PRES_Erreurs:graal.view.compReutilisable.presentation.PRES_Erreurs {     listeErreurs = listeErreurs; } How to fixe? Just do not write the complete object path with package references.