Has anyone done any serious work with Cocoa? It seems to be a nice interface/tool. However the documentation is still lacking. I have been struggling through java browser to figure out how to do stuff. Does anyone have some source code which can be used as an example?
I'm dabbling with a chat program (like everyone else, it seems & the source to Fire has helped me out a lot http://www.epicware.com/fire.html
I'll have to check out JediKnight... I didn't think source for that was available
For docs, try Vermont Recipes at stepwise.com and download the Object Oriented Programming & Objective C, System Overview, and the Java and Obj-C tutorial PDFs. There are also ones called RhapsodyDiscOS.pdf and Tools&Techniques that I'm having trouble finding right now..they may be in the legacy section
After you get through the first steps of creating outlets and actions, it's actually easy and intuitive after that. Try looking through the first few sections of the Vermont Recipes, and when it gets boring, try experimenting.
Most of the old NeXTSTEP hackers who are still working with Cocoa subscribe to the macosx-dev mailing list, which is hosted by Omni Development (the guys who wrote OmniWeb). You can sign up for them at http://www.omnigroup.com.
I just finished reading Tools & Techniques and despite being a few years old, it's the best documentation I've found so far. After searching all over Apple's site, I finally found it in my /Developer folder.. duh.