Re: EOModeler code generation

2006-02-19 Thread David Avendasora
Loren, I'm assuming you are specifying the class by adding the package to the beginning of the class name (com.fu.bar.Class) If you use EOModeler to generate the java classes, then you have to specify at generation time what directory to put each file in manually. It does not read the pac

Re: Most efficient character parsing.

2006-02-19 Thread Anjo Krank
Uh, why don't you pre-compile the regex, pre-initialize the array (next time probably with a loop?) and measure more iterations? After all, a "0" millisecond result would suggest that the time needed is not actually measurable, while times larger could come from - say - the class loader, th

Re: Unique attributes

2006-02-19 Thread Jeffrey Schmitz
cvxcx7gygghfhgntkjkjkgkhkjkhkkhllgklbkkhkhkhkkhkh;lhjljhkhjjh7766567 78900987654333221` `/eyffhgf/bhg/,// n mj,k,..fhvhcghvffbbvvbbbko0uyghhggvtggbgghyygyyyfytytytyuihh j

Re: Most efficient character parsing.

2006-02-19 Thread Jerry W. Walker
Hi, Eric, On Feb 19, 2006, at 5:45 PM, Eric Stewart wrote: Summary: The first time in each test was obviously higher because it was the first time the solution object was instantiated. What was interesting was that even though I was building a boolean array with 194 elements, it was still faster

Deleting Flattened Relationships

2006-02-19 Thread James Cicenia
I have a flattened relationship on a many to many. ObjectA <-->> ObjectB <<--ObjectC I have objectA owning destination and cascade delete set in EOModeler. I do the same with Object C 1) Is this the correct way to setup EOModeler? 2) Now will deleting either Object A or Object C automatically d

Re: Detecting a deleted object

2006-02-19 Thread Chuck Hill
On Feb 18, 2006, at 1:26 PM, Miguel Arroz wrote: Hi! Imagine the following code (I'm writing this directly on the email, it's possible that it contains errors): EOEditingContext myContext = getMyContexy(); MyClass myObject = giveMeSomeObjectOfMyClassSotredOnTheDataStorage (myContex

Re: Practical EditingContext Design Question

2006-02-19 Thread Lachlan Deck
Hi there, On 17/02/2006, at 3:54 AM, Chuck Hill wrote: From a posting not too long ago: Although an EOSharedEditingContext sounds and appears like an editing context, it's probably a more useful view to consider it a very special EOObjectStore. I prefer to call it a "read mostly object s

Re: Most efficient character parsing.

2006-02-19 Thread Eric Stewart
Okay, I took the advice on the board and choose to write a boolean array and regex solution and tested the two head-to-head. The bottom of the email contains both solution classes and the testing class (So you can see exactly what I did). So here's a brief description of the testing process. The t

EOModeler code generation

2006-02-19 Thread Loren Cahlander
Hi folks, I did some WebObjects development way back when it first came out. That type of work dried up in my area, so I went on to other java projects. I am now getting back into the swing of things with my own WebObjects project. I just need a little help to get my project going. I h

Re: Where did the WebObjects documentation go (again)?

2006-02-19 Thread lbland
hi- http://developer.apple.com/referencelibrary/DeveloperTools/ idxWebObjects-date.html ? thanks!- -lance On Feb 18, 2006, at 12:02 PM, Miguel Arroz wrote: Hi! I can't find the WO docs in the developer.apple.com site... the Enterprise IT is gone. What's happening? Last time apple re-

Stress testing

2006-02-19 Thread John Andersson
Hi List! Does anyone of you know some good OS X application I can use to stress test a WO app? I want to see how it handles under load, with many active sessions etc. Regards /John ___ Do not post admin requests to the list. They will be ignored. W

Re: Detecting a deleted object

2006-02-19 Thread Francis Labrie
Hi, Kieran Kelleher wrote: The source code in er.extensions.ERXGenericRecord.isDeletedEO() in Project Wonder looks like this /** * Determines if this object is a deleted object by * checking to see if it is included in the deletedObjects * array of the editing context

Re: Detecting a deleted object

2006-02-19 Thread Kieran Kelleher
The source code in er.extensions.ERXGenericRecord.isDeletedEO() in Project Wonder looks like this /** * Determines if this object is a deleted object by * checking to see if it is included in the deletedObjects * array of the editing context or if it's editing context