MEETING: Reminder - Chicago - CocoaHeads / CAWUG Tuesday December 12th

2006-12-11 Thread Bob Frank
Hi All, Just a quick reminder, the Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our December meeting tomorrow Tuesday, December 12th, at 6:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Jon Monroe

WoFileUpload

2006-12-11 Thread PS ps
Hi, We are using WOFileUpload to accept files in our application. After a post (clicking on the submit button), page is redisplayed with any validate errors. At this point, even though all the other fields still display the data that was entered, the WOFileUpload field doesn't retain the file n

Re: Xcode and WO development?

2006-12-11 Thread Chuck Hill
Hi David, On Dec 11, 2006, at 1:12 PM, David den Boer wrote: I think what we need is a migration guide for us xcode users, including what needs to be checked into cvs, The .classpath, .project files and the woproject/ directory. and how to get around some of the useful xcode features I ha

Re: Xcode and WO development?

2006-12-11 Thread Chuck Hill
On Dec 11, 2006, at 1:30 PM, Timmy wrote: 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. I don't think it is all that bad. A be

Re: Problem with Subversion and Xcode line encodings

2006-12-11 Thread David Aspinall
I finally got around to upgrading to XCode 2.4.1, but I still get this error. I have set the line endings in the preferences to "Mac (CR)" and the properties to "native". I get the error when I do "svn diff" also. Oh and the errors are all from the command line. I wann't using XCode SCM

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: Xcode and WO development?

2006-12-11 Thread Mike Schrag
An important take-away from Daryl's comments is that EOModeler, Xcode, WOBuilder, etc aren't going anywhere soon. The road map is in place that Eclipse/Entity Modeler/etc will eventually replace them for WO development, but you can use them for a while to come. WO doesn't have a history o

Re: Xcode and WO development?

2006-12-11 Thread David den Boer
I think what we need is a migration guide for us xcode users, including what needs to be checked into cvs, and how to get around some of the useful xcode features I have not yet figured out how to get around (like merging jars together). However, I have made the move and it was less painful

Re: Xcode and WO development?

2006-12-11 Thread Galen Rhodes
For some of us it's just always been a matter of familiarity. I started out using the WOBuilder/EOModeler/Project Builder trinity back in '98 and just never quit using it because I didn't have the time to devote to learning anything else. Now it looks like Apple is gonna force me to. -- Ga

Re: Xcode and WO development?

2006-12-11 Thread Chuck Hill
That is how I recall it going. Chuck On Dec 11, 2006, at 1:04 PM, Mike Schrag wrote: lol "... that's OK .. well not really ... but ... anyway" came next, iirc :) On Dec 11, 2006, at 4:02 PM, Clark Mueller wrote: A wise man once said, "those of you who use Xcode - you're WRONG,

Re: Xcode and WO development?

2006-12-11 Thread Mike Schrag
lol "... that's OK .. well not really ... but ... anyway" came next, iirc :) On Dec 11, 2006, at 4:02 PM, Clark Mueller wrote: A wise man once said, "those of you who use Xcode - you're WRONG, but..." I forget what came after the "but". :-) Clark On 11 Dec 06, at 1:57 PM, Mike

Re: Xcode and WO development?

2006-12-11 Thread Mike Schrag
Well he'd miss his old friends, but he'd have some new friends! On Dec 11, 2006, at 4:01 PM, Chuck Hill wrote: I bet that Calven likes all the bugs in EOModeler. He would miss them if he switched to Entity Modeler. :-P Chuck On Dec 11, 2006, at 12:57 PM, Mike Schrag wrote: On Dec 11, 2

Re: Xcode and WO development?

2006-12-11 Thread Clark Mueller
A wise man once said, "those of you who use Xcode - you're WRONG, but..." I forget what came after the "but". :-) Clark On 11 Dec 06, at 1:57 PM, Mike Schrag wrote: On Dec 11, 2006, at 3:53 PM, Calven Eggert wrote: I still use EOModeler b ___

Re: Xcode and WO development?

2006-12-11 Thread Chuck Hill
I bet that Calven likes all the bugs in EOModeler. He would miss them if he switched to Entity Modeler. :-P Chuck On Dec 11, 2006, at 12:57 PM, Mike Schrag wrote: On Dec 11, 2006, at 3:53 PM, Calven Eggert wrote: I still use EOModeler b ___

Re: Xcode and WO development?

2006-12-11 Thread Mike Schrag
On Dec 11, 2006, at 3:53 PM, Calven Eggert wrote: I still use EOModeler b ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscriptio

Re: Xcode and WO development?

2006-12-11 Thread Calven Eggert
I still use EOModeler. No problems there. I¹ve never used WOBuilder because it¹s much faster for me to code the html. I¹m not a geek and never was. :-) On 12/11/06 9:50 PM, "Galen Rhodes" <[EMAIL PROTECTED]> wrote: > So do you use EOModeler still, is there an open source EOModel editor, or do

Re: Xcode and WO development?

2006-12-11 Thread Chuck Hill
Edit them by hand?!!? Giggle. Heck no! WOLips includes Entity Modeler to replace EOModeler and the WOComponent editor to replace WOBuilder. The latter is not as graphical but for the most part seems more effective to me. Chuck On Dec 11, 2006, at 12:50 PM, Galen Rhodes wrote: So do y

Re: Xcode and WO development?

2006-12-11 Thread Galen Rhodes
So do you use EOModeler still, is there an open source EOModel editor, or do you edit the plist files by hand? Also, what about WOBuilder. That's been my biggest reason for not switching to Eclipse because I've gotten so use to those two apps that I feel editing those files by hand would a

RE: Xcode and WO development?

2006-12-11 Thread Calven Eggert
I used Xcode for years and in the past few years I¹ve switched to Eclipse. Wish I did it sooner simply because it is much easier to use and development is quicker because of all the short cuts built into Eclipse. And converting my applications/frameworks were done in less than a week. (couple of f

Re: Xcode and WO development?

2006-12-11 Thread David Holt
Hi Denis, See Daryl Lee's message from Aug 24, 2006 http://lists.apple.com/archives/webobjects-dev/2006/Aug/msg01144.html I believe it's also on the Apple site. David -- It's like driving a car at night. You never see further than your headlights, but you can make the whole trip that way.

Xcode and WO development?

2006-12-11 Thread Gaastra Dennis - WO Lists
Dear List,What is the status on using Xcode for WO development? A colleague has informed us that Xcode will no longer be supported for WO and that we have to switch all our source code trees over to Eclipse in the near future. Is this true?  With Kind Regards,Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[u

Re: Invalidate vs Refresh vs Refault

2006-12-11 Thread Chuck Hill
On Dec 11, 2006, at 6:52 AM, Kieran Kelleher wrote: Freshen the current editing context is easy ... editingContext.setFetchTimestamp( new java.util.Date().getTime() ); Now any EO's that you touch will be refreshed if their fetch timestamp is older than the time at which you executed the

Re: OT: FrontBase Scheduled Backups

2006-12-11 Thread Guido Neitzer
On 11.12.2006, at 19:05, Gaastra Dennis - WO Lists wrote: How does one schedule - e.g. daily - backups with FrontBase? Their manual only specifies SQL code, and a GUI button for a one- time backup, but nothing scheduled. Any sample scripts for daily backups? Thanks. A simple cron-job will d

Manually Synchronize WOComponents

2006-12-11 Thread Carter Wojcik
Hi All - I have created a wocomponent (OuterComponent) with synchronizesVariables = false that contains another wocomponent (Comp#2) synchronizesVariables = false and a wodynamicelement (WODynamic) that displays some buttons. I would like to place the OuterComponent on a page, the page contains a

OT: FrontBase Scheduled Backups

2006-12-11 Thread Gaastra Dennis - WO Lists
Dear List,How does one schedule - e.g. daily - backups with FrontBase?Their manual only specifies SQL code, and a GUI button for a one-time backup, but nothing scheduled.Any sample scripts for daily backups? Thanks. With Kind Regards,Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]Chief Technology Off

Re: Invalidate vs Refresh vs Refault

2006-12-11 Thread Kieran Kelleher
Freshen the current editing context is easy ... editingContext.setFetchTimestamp( new java.util.Date().getTime() ); Now any EO's that you touch will be refreshed if their fetch timestamp is older than the time at which you executed the above statement. On Dec 9, 2006, at 9:48 AM, Dov R

Re: Question about Session

2006-12-11 Thread Daniele Corti
Thank you Pierre, you are a genius!!! Infact I was storing the objects from the database in some variables in Application.java (I really didn't remember this) So, when the session terminates and the EC is disposed, the objects are still visible, in the variables, but when I try to read them the