Re: Most efficient way to iterate through an NSArray

2008-03-17 Thread Timmy
All: How does java Enumeration compare to this with regard to performance? I iterate through my EO's almost always using Enumeration - um because that's how I was "learned." T - Programmer/Analyst Graduate School of Education and Information Studies University of California Los Angeles

Re: Creating Database Reports with EOF

2008-03-14 Thread Timmy
On Mar 14, 2008, at 12:35 PM, Petite Abeille wrote: On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote: How would I be able to do that in WO with EOF? Is there an easier way than to get qualifiers for each month and create new FetchSpecifications for each of the months? Wouldn't this meth

[OFF] slapd on OS X client

2008-02-02 Thread Timmy
Friends: If anyone is doing WO dev with ldap and has any pointers about how you got the built-in slapd running on client (leopard) I'd love to hear about it (on/off-list). I've done all my testing against our live OpenDirectory server and I'd like to move to a local instance for further d

[OFF] posts out of order question

2008-01-17 Thread Timmy
For the past month or so (?) I've been seeing replies to posts before I see the original post. Does anyone know why this has started happening? It really messes with the topic threading. For me, the thread with the subject "Mr. Pierre Frisch on webobjects-dev" is an example with a response

Re: wo framework with the jar in WebServerResources

2007-11-02 Thread Timmy
My project does not use Wonder at this time but I really needed that layout in order to make things behave as I expected. I agree it would be best for everyone if it were a default. This is especially true if Eclipse is new to you, ANT is new to you, etc. Tim On Nov 2, 2007, at 12:49 PM, K

Re: WebObjects projects hosting...

2007-10-31 Thread Timmy
This just makes way too much sense. It would be nice to at least see this happen. T On Oct 31, 2007, at 10:09 AM, Francis Labrie wrote: Couldn't Apple gives space and bandwidth for WOLips/Wonder/etc. community projects on ? Andrus Adamchik wrote: If it comes to

Re: Database choices

2007-10-29 Thread Timmy
I've been using OpenBase since I began doing WO development. That's not long but I can say that I have been happy with it. If you're in a position where a commercial product is an option then I think they provide some unique and forward-thnking features. It installs with some cool stored pr

Re: Maybe No Need for a WOBuilder Replacement?

2007-09-04 Thread Timmy
Me neither. I must say, I've gotten very used to (very quickly) code completion in Eclipse. Me likey -- alot. Now all I need to do is learn css a little more so that I can knock the tables out of my application. Web authoring is not my background so that is holding me up. Anyone have refe

Re: WOPopUpButton

2007-06-21 Thread Timmy
On Jun 21, 2007, at 9:11 PM, Ian Joyner wrote: On 22/06/2007, at 12:39 PM, Eric Robinson wrote: On Jun 21, 2007, at 7:29 PM, Ian Joyner wrote: On 22/06/2007, at 6:43 AM, David LeBer wrote: On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and pop

Re: performing actions in subcomponent

2007-05-29 Thread Timmy
Chuck: On May 29, 2007, at 4:20 PM, Chuck Hill wrote: Hi Tim, On May 29, 2007, at 12:51 AM, Timmy wrote: I've attached a pic that demonstrates what I'm doing. My prior working version has many more controls but this should give an idea. This is only the representation for

Re: performing actions in subcomponent

2007-05-28 Thread Timmy
our classes. A rule to keep in mind: If you are writing code in a WOComponent sub-class (and an inner class is the same thing) that is not _directly_ concerned with the HTML being output then you are doing something wrong. That code needs to be moved someplace else. Chuck On

Re: performing actions in subcomponent

2007-05-25 Thread Timmy
: 2007/5/25, Timmy <[EMAIL PROTECTED]>: WO List: My project has a large monolithic WOComponent that draws a calendar (WOTable) with the ability to select checkboxes in each day to effect a change on that day. This has functioned very well for some time now. But I've decided

performing actions in subcomponent

2007-05-24 Thread Timmy
WO List: My project has a large monolithic WOComponent that draws a calendar (WOTable) with the ability to select checkboxes in each day to effect a change on that day. This has functioned very well for some time now. But I've decided to try and split this component into multiple subcompo

ftp on the fly

2007-04-06 Thread Timmy
WO'ers: I want to create a file in memory and upload the file via FTP to a remote server. I've been working with WO for a while but I'm very green with regard to the larger java world. I'm pretty much a newbie to java.io and the FTP libraries and classes I've seen seem to all be expecting

Re: Xcode and WO development?

2006-12-11 Thread Timmy
I'm in this boat as well. One of the things that has kept me from moving at this time is just knowing that there's a strong recommendation to really get to know Eclipse before you even try to develop in it. On top of that, I didn't really come from a java development background so all the

Re: EOAdaptorDebugEnabled

2006-11-14 Thread Timmy
you using Ant? Wonder? Anything else that might be sending the output elsewhere? Can you see other Console output in Xcode? Chuck On Nov 14, 2006, at 12:23 PM, Art Isbell wrote: On Nov 14, 2006, at 10:09 AM, Timmy wrote: I posted about this before a few months ago I think. For some reas

EOAdaptorDebugEnabled

2006-11-14 Thread Timmy
I posted about this before a few months ago I think. For some reason I cannot get SQL debugging to work in my project - BUT it used to work. I put this in my application Properties: EOAdaptorDebugEnabled=true Unfortunately, setting this property doesn't result in any additional output to t

Re: WOProject/WOLips first impressions from an Xcode user

2006-08-12 Thread Timmy
On Aug 12, 2006, at 8:48 AM, [EMAIL PROTECTED] wrote: On Aug 12, 2006, at 7:52 AM, Anjo Krank wrote: Also, this WYSWIG thing is totally overrated and mainly only useful for beginners, as you see exactly nothing once your components get a bit more complex. Anjo, I mostly agree with you bu

Re: [Off Topic ] WWDC Eclipse help ?

2006-08-08 Thread Timmy
Folks at WWDC inquiring about Eclipse doesn't make me feel warm and fuzzy about Apple's tools for WO development. Tim On Aug 8, 2006, at 5:41 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: I shoudl have thought of that ! I too will offer food :) _

Re: Display group tutorial (Correction)

2006-07-17 Thread Timmy
David LeBer not David LaBer. Sorry David. Tim On Jul 17, 2006, at 11:12 AM, Timmy wrote: Randy: I got started simply by reading Apple's documentation and api. There's a wizard to create a WODisplayGroup which is accessible by dragging an entity from your eomodel into WebObjec

Re: Display group tutorial

2006-07-17 Thread Timmy
Randy: I got started simply by reading Apple's documentation and api. There's a wizard to create a WODisplayGroup which is accessible by dragging an entity from your eomodel into WebObjects Builder. It works but some of the controlling code gets inserted into your WOComponent's .woo file

Re: State of WebObjects

2006-06-28 Thread Timmy
; things best when motivated. I am motivated to learn WO. Just wanted to make sure it was a good bet. Thanks for any further comments. Scott On Jun 28, 2006, at 5:33 PM, Timmy wrote: I've enjoyed learning to be a curmudgeon. :-) I can speak to this topic being pretty fresh. I do

Re: State of WebObjects

2006-06-28 Thread Timmy
I've enjoyed learning to be a curmudgeon. :-) I can speak to this topic being pretty fresh. I do agree that prior to taking on my current project (which really necessitated learning something more powerful like WO), I was attracted to more procedural, interpreted languages. It really has ta

Re: newbie question regarding WOPopUp

2006-05-30 Thread Timmy
ectedBuilding Tim On May 30, 2006, at 11:26 AM, Pierce T. Wetter III wrote: On May 30, 2006, at 11:15 AM, Timmy wrote: WOList: I'm adding a WOPopUp element to a search page I am creating. I am manually creating the NSArray with String values that will populate the pop-up rathe

newbie question regarding WOPopUp

2006-05-30 Thread Timmy
WOList: I'm adding a WOPopUp element to a search page I am creating. I am manually creating the NSArray with String values that will populate the pop-up rather than using EO's. I am building my list like so: NSArray buildingList = new NSArray(new Object[] {"Building One","Building Two","B

strange DirectAction problem

2006-05-26 Thread Timmy
All: I have a very basic project set up to simply search our ldap directory. I used the JNDI Adaptor to reverse engineer our ldap directory and the model framework works great. No problems. In trying to expand on the project and make it more flexible I moved the exact same search logic fr

Re: Cannot instantiate class: com.sun.jndi,ldap.LdapCtxFactory

2006-05-11 Thread Timmy
Oh my goodness disregard my stupidity. There's a comma in there. :-) Not too many class names with comma's in them. On May 11, 2006, at 3:07 PM, Timmy wrote: I'm trying to initiate a bind to our ldapserver and when I run my app I get the following error when attempting to

Cannot instantiate class: com.sun.jndi,ldap.LdapCtxFactory

2006-05-11 Thread Timmy
I'm trying to initiate a bind to our ldapserver and when I run my app I get the following error when attempting to login: Cannot instantiate class: com.sun.jndi,ldap.LdapCtxFactory I have tried both the 1.4.2 jvm and 1.5. After reading the docs on JNDI at java.sun.com it appears that everyth

Re: JNDIAdaptor and openChannels

2006-05-11 Thread Timmy
On May 11, 2006, at 10:55 AM, Chuck Hill wrote: On May 11, 2006, at 10:26 AM, Timmy wrote: Everyone: I'm a bit of a WebObjects (and java) newbie so I am just throwing this out as a general consensus type question. My app is using ldap authentication but, beyond that, is also correl

JNDIAdaptor and openChannels

2006-05-11 Thread Timmy
Everyone: I'm a bit of a WebObjects (and java) newbie so I am just throwing this out as a general consensus type question. My app is using ldap authentication but, beyond that, is also correlating ldap users to a person object in an SQL database. These separate uses happen in pretty quick

Re: LDAP schema modification on OS X Server

2006-04-10 Thread Timmy
This article has good information about extending Apple's schema. http://www.afp548.com/article.php?story=20060228230005854 On Apr 10, 2006, at 12:59 PM, Lionel GUILLAUME wrote: On Tiger Server, you must use : slapconfig -stopldapserver slapconfig -startldapserver Add your new schema in a f

Re: wildcard search problem (apology)

2006-03-27 Thread Timmy
Sorry for the double-posting. I was having a problem posting to the list - lists.apple.com was choking on my messages for some unknown reason. So, I tried from another machine and ended up with two posts. Sorry, T ___ Do not post admin requests to t

wildcard search problem

2006-03-27 Thread Timmy
WO folks: I've implemented a wildcard search on one of my WOComponents by adding a bunch of EOKeyValueQualifiers to an array. The search takes user input, appends a "*" then I build the qualifiers as so: qualifiers.addObject(new EOKeyValueQualifier("field1", EOQualifier.QualifierOperator

wildcard search problem

2006-03-27 Thread Timmy
WO folks: background - I have a table ("job") that I have extended by adding a one-to-one, owns destination relationship to another table ("jobDepartment" - for correlation to "department"). The reason is long and sordid but it, for now, it makes sense to keep it as is. I am forcing the c

wildcard search and relationship traversal

2006-03-27 Thread Timmy
WO folks: background - I have a table ("job") that I have extended by adding a one-to-one, owns destination relationship to another table ("jobDepartment" - for correlation to "department"). The reason is long and sordid but it, for now, it makes sense to keep it as is. I am forcing the c

Re: Yet another OD/LDAP question

2006-03-13 Thread Timmy
13, 2006, at 11:32 AM, Timmy wrote: Thanks Joe. That's a bummer. It seems like a pretty glaring omission that any model you create is not really able to make a secure connection to your JNDI data source. Does anyone else know of any other options that might be possible for this? Timot

Re: Yet another OD/LDAP question

2006-03-13 Thread Timmy
rogrammer Analyst On Mar 11, 2006, at 9:26 AM, Joe Little wrote: I believe that best that was ever possible was to get TLS support for simple binds, ie encrypted connections for clear-text binds. On 3/10/06, Timmy <[EMAIL PROTECTED]> wrote: I've managed to successfully generate a basic mo

Yet another OD/LDAP question

2006-03-10 Thread Timmy
I've managed to successfully generate a basic model of our OD Master. I used "Simple" authentication to connect to OD and modeling everything I wanted went fine. Here's the next barrier I'm going to hit - At UCLA we have a new security policy that must be adhered to. The "Simple" authentic

Shared EC problems for a newbie

2006-02-23 Thread Timmy
I've got a set of EOs that are fetched in Application by a EOSharedEditingContext. These are objects that are used to populate lists in my application. I have a component where an admin type can (hopefully) alter these objects when/if truly necessary - but it would be rare. So, they are tru