Re: Cocoa, XML and Java
Re: Cocoa, XML and Java
- Subject: Re: Cocoa, XML and Java
- From: Sandeep Parikh <email@hidden>
- Date: Thu, 5 Jul 2001 18:49:20 -0700
Olivier,
I tried using a couple of different xml parsers and I ended up having
the best luck with Xerces XML Parser from Apache. Go to
http://xml.apache.org and get "Xerces-Java 1."
If you're going to be doing a straight Objective-C Cocoa application you
can either use CFXMLparser inside Core Foundation or you can get Expat
(not sure where, just google it). In that case, I'd use CF stuff first
b/c it might work better with Cocoa than another library outside of X.
As for Java (I assume you mean Cocoa-Java) there is a
TemperatureConverter tutorial on the Cocoa techpubs page on the
developer site. And inside your /Developer/Examples folder there a few
Java-AppKit examples, that should help you get started. You might also
want to consider reading Learning Cocoa from O'Reilly. It focuses on
Obj-C but it covers quite a bit of principles of Cocoa application
programming and is a fairly straightforward read.
-Sandeep
DTS Intern
Cocoa and/or Java
On Thursday, July 5, 2001, at 06:26 PM, cocoa-dev-
email@hidden wrote:
From: email@hidden
Date: Fri, 6 Jul 2001 00:25:12 +0200
To: email@hidden
Subject: Cocoa, XML and Java
Hello,
I'd like to work on a cocoa application using XML and Java. Where can I
find documentations and examples ? And which parser should I use. I know
WebObject provides one, as well as QuickTimeForJava but is there any
other solution ?
Thanks for help,
olivier