Deserializers for NSArray, NSDictionary

2006-05-24 Thread Frank Herzog
Hi all, I'm trying to build a WO web services application with a Cocoa client. I pass the data from the server to the client as an NSArray of NSDictionaries, which works fine. The same approach fails from the client to the server because, as I guess, the NSArray and NSDictionary classes d

Beginners question: three-tier app with cocoa client

2006-04-21 Thread Frank Herzog
Hi, I'm new to WebObjects and web application development. I've read quite a few things, but now I'm stuck in questions of the general application layout. As I see it, in WO, I can either choose between a Java Client application, or a Web application which is accessed through a web brow