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
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
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
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
<<
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
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
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
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