<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/7139/Books_Cocoa_Programming_for_Mac_OS_X_Second_Edition</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 24 Nov 2009 23:49:47 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Does the sample code work this time?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I tried the previous edition, I think after seeing the review here, and was not impressed when the first bit of sample code called non-existant methods and would not compile.</description>
			<pubDate>Mon, 24 May 2004 11:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>NSController classes covered?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Does anyone know if the new NSController class is covered in the new book?<br />
I thought the first edition was pretty good, got me over a few hurdles...</description>
			<pubDate>Mon, 24 May 2004 12:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Doesn't recommend Java/Cocoa integration??</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I was hoping to check into this book as a resource for Java/Cocoa programming.  However, looking at the Amazon description, it indicates that the author lightly covers the topic but does not recommend using the two together.<br />
<br />
Anyone know why or have more info on this?  <br />
<br />
Actually, if the two don't really play well together, this is another reason to dive into GCJ's native compilation of java code (see topic from a few days ago on osnews)..</description>
			<pubDate>Mon, 24 May 2004 12:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: threehits</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Like most people who have been using Cocoa since it was NeXT, the author believes ObjC is THE ANSWER, so it's not surprising that he recommends it.  At the time of the first edition, there were still a lot of bugs in the Java/ObjC bridge, so he justifiably recommended against using Java with Cocoa.  My understanding is that a lot of those bugs have been squashed, so there's less reason to avoid it.  That said, Java apps launch slowly because they have to wait for its runtime to launch, and Cocoa was designed for use with ObjC, so it will always be a better fit with that language.<br />
<br />
Going with GCJ won't help with most of these issues, because they are language issues, not compiler issues.  An example off the top of my head is that lots of things in Cocoa still use C-style structs (ie - window areas are defined as a rectangular &quot;frame&quot; struct with an origin and size, which are in turn both structs).  Since Java doesn't allow primitives like this, the whole thing has to be reworked and new classes created to handle these things.<br />
<br />
Cheers,<br />
<br />
JT</description>
			<pubDate>Mon, 24 May 2004 12:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>ATTN: techtrucker</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>yep.. the NSController class is cover in this text. i have the text in my hands now.. and see that it's chapter 6. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 24 May 2004 14:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Nice Book!</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I received a preview copy when I went to Big Nerd Ranch in April and I must say excellent book, excellent instructor!</description>
			<pubDate>Mon, 24 May 2004 14:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Bindings!</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Also, this is the only book to cover Bindings, I believe.</description>
			<pubDate>Mon, 24 May 2004 14:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I know...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>GNUstep doesn't have implemented most of Cocoa's API<br />
<br />
Are you sure ? 90% (if not more) of Cocoa API is OpenStep, which GNUstep implements. Additions to OpenStep API could exist ot not in GNUstep, but many are (NSDocument, NSToolbar, etc.). What's missing is NSDrawer, the XML classes (because GNUstep already have ones, and you could use others framework like skyrix-xml -- but compatible classes will appear anyway), and some recent additions like the controllers stuff (panther).</description>
			<pubDate>Mon, 24 May 2004 15:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Doesn't recommend Java/Cocoa integration??</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I've read part of this book, and the author does not agree with using Java to build Cocoa apps.  He says if you want to use Java, it's better to use the Swing API because that is portable, while Cocoa/Java only exists on the Mac.</description>
			<pubDate>Mon, 24 May 2004 16:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>native written</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I should buy a copy for Adobe and send it to them considering the bad port of Premiere 6.5 a few years ago. It's no wonder why they dropped mac support, because it ran so horribly on OS X.  I'm almost positive it was a carbon app, can anyone give me any knowledge on that?  Cocoa app's run so much better on OS X.</description>
			<pubDate>Mon, 24 May 2004 17:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Objective-C</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I'm surprised at the number of cocoa/gnustep articles lately on osnews.  As usual for those coders who are somewhat interested in the API and want a brief overview, i recommend checking out my objective-c tutorial at <a href="http://otierney.net/objective-c.html" rel="nofollow">http://otierney.net/objective-c.html</a><br />
<br />
Objective-C is a great language for any platform; Windows, Linux, OR Mac.</description>
			<pubDate>Mon, 24 May 2004 17:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Objective-C</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&quot;NOTE: Exception handling is only supported in Mac OS X 10.3&quot;<br />
<br />
Is this still true? That would be a major bummer.</description>
			<pubDate>Mon, 24 May 2004 17:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> </title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&quot; I'm almost positive it was a carbon app, can anyone give me any knowledge on that?&quot;<br />
<br />
Yes, it sure was. It takes a long time to rewrite large complicated apps like that. Even the Finder, iTunes, and QuickTime Player are stil carbon. A large part of the reason they dropped it for OS X was the next version was a complete rewrite, even on Windows, and the effort for writing two completely different versions (Windows and OS X) when one wasn't going to sell very well against FCP just wasn't worth it.</description>
			<pubDate>Mon, 24 May 2004 17:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Exception handling</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&quot;NOTE: Exception handling is only supported in Mac OS X 10.3&quot; <br />
<br />
Is this still true? That would be a major bummer.<br />
<br />
No, exception handling in ObjC existed way before OSX 10.3; but a new exception handling mechanism was introduced in 10.3, and _this_ mechanism isn't supported on older apple gcc (nor it is on the fsf gcc for the moment, by the way), which is quite normal.</description>
			<pubDate>Mon, 24 May 2004 18:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Cocoa</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>After a few weeks of cocoa and a few books bought I am well on my way of doing my first real cocoa app.  OBJ-C is really cool language and after trying out perl and java bindings and a lot of different things I learnt a lot and found obj-c a really easy and cool language, I am most likely bying this book</description>
			<pubDate>Mon, 24 May 2004 20:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Exception handling</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>So what exactly has changed? Just curious...</description>
			<pubDate>Tue, 25 May 2004 00:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: Exception handling</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Well, it should be safer than the previous mechanism; the syntax has changed too, to be quite java-ish. Before, you had:<br />
<br />
NS_DURING<br />
    // Your code<br />
NS_HANDLER<br />
    // The exception handler<br />
NS_ENDHANDLER<br />
<br />
now, you'll have:<br />
<br />
@try {<br />
    // Your code<br />
}<br />
@catch {<br />
    // The exception handler<br />
}<br />
<br />
Plus, you'll have the possibility of using a finalize block. <br />
<br />
More infos on <a href="http://gcc.gnu.org/onlinedocs/gcc/Objective-C-Dialect-Options.html" rel="nofollow">http://gcc.gnu.org/onlinedocs/gcc/Objective-C-Dialect-Options.html</a></description>
			<pubDate>Tue, 25 May 2004 00:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Great book thanks</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I've struggled with a number of cocoa books in the past, but never really got my head around it. I'm not sure if it's just me coming back to it fresh, or the way this book teaches, but it all makes sense to me now. Many thanks Aaron.</description>
			<pubDate>Thu, 03 Jun 2004 02:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
