Cocoa Client with CoreData to WebObjects App

2006-05-01 Thread King Chung Huang
Hi, Has anyone attempted to extend CoreData to interact with a WebObjects app (three-tier model) in a similar fashion to Java Clients? I'd like to be able to write Obj-C Cocoa apps that can fully interact with EOs from an existing WebObjects application. Patching EOF into CoreData seems l

Re: To WWDC, or not to WWDC...

2006-05-01 Thread Jerry W. Walker
Hi, Janine (and Miguel), It seems to be traditional for the Apple WO group to post their WWDC sessions late. It also seems like every year, the WO-Dev mailing lists approach the WWDC deadline with several, "OMYGODWOSDYING" posts because of the dearth of WO sessions on the schedule till th

Re: To WWDC, or not to WWDC...

2006-05-01 Thread WebObjects
Janine, It's my understanding that Miguel Arroz has offered to pay for our tickets and buy us drinks. How could you pass up this opportunity? - Name withheld on 5/1/06 17:08, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > I've never been to a WWDC and I was thinking of going this year, but

Re: To WWDC, or not to WWDC...

2006-05-01 Thread Miguel Arroz
Hi! Right from the "Information Technologies" track... Mac OS X Server Xserve & Xserve RAID Xsan Storage, Backup & Management Remote Desktop Managed Client Environment NetBoot & Remote Home Directories Scripting Languages Databases Java & WebObjects <<

To WWDC, or not to WWDC...

2006-05-01 Thread womail
I've never been to a WWDC and I was thinking of going this year, but so far I haven't heard of any WO-related content at all. The only thing of use to me in the Development Tools track so far would be using XCode, and I'm not sure that's worth the time and expense. Of course, the descript

FrontBase license now free!

2006-05-01 Thread Pierce T. Wetter III
I don't know if this is generally known, but FrontBase licenses are now free, FrontBase having switched to a paid-support model instead. So if any of you are using MySQL or Postgres, you might want to consider FrontBase instead. Pierce ___ Do

Re: Interfaces and Java Client

2006-05-01 Thread David Avendasora
Okay, so I should consider the EOModel to be ONLY the Model portion of the MCV pattern? Should I implement filtering for what subclasses of Part are valid for a given relationship in the controller or view portion? (I would think controller would be correct) Probably more importantly, how d

Re: Interfaces and Java Client

2006-05-01 Thread David Avendasora
On Apr 28, 2006, at 4:02 PM, Paul Lynch wrote: On 28 Apr 2006, at 06:03, David Avendasora wrote: I am using inheritance in the model as well as interfaces but the problem isn't the inheritance! I'm having a hard time explaining the structure of my application so I've done my first-ever UM