<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java2Script Pacemaker &#187; Objective-J</title>
	<atom:link href="http://blog.java2script.org/tag/objective-j/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.java2script.org</link>
	<description>Reusing existed Java codes into JavaScripts</description>
	<lastBuildDate>Tue, 01 Jun 2010 06:51:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cappuccino and Objective-J</title>
		<link>http://blog.java2script.org/2008/06/07/cappuccino-and-objective-j/</link>
		<comments>http://blog.java2script.org/2008/06/07/cappuccino-and-objective-j/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 15:37:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Objective-J]]></category>

		<guid isPermaLink="false">http://java2script.org/blog/?p=73</guid>
		<description><![CDATA[Today, I came up with 280 Slides, a web presentation design editor. I was shocked by its pretty looking Mac-like UI at the first glance. From an interview to 280 Sliders developer, I learned to know that Cappuccino is the &#8230; <a href="http://blog.java2script.org/2008/06/07/cappuccino-and-objective-j/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, I came up with <a href="http://280slides.com/">280 Slides</a>, a web presentation design editor. I was shocked by its pretty looking Mac-like UI at the first glance.</p>
<p>From an interview to 280 Sliders developer, I learned to know that Cappuccino is the framework behind the product. And Objective-J language is introduced so they can port Apple&#8217;s Cocoa framework. Cocoa is a framework based on Apple&#8217;s own language <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/">Objective-C</a>. In fact, 280 Slides&#8217; UI looks like Apple&#8217;s Keynotes. And the 280 Sliders&#8217; developers are former Apple developers. Cappuccino parses Objective-J files, which are with file extension .j, convert to JavaScript codes and executes them on the fly. </p>
<p>So, <strong>another cross compiler, Objective-C to JavaScript.</strong> It is quite worthy for further digging. </p>
<p>And digging into sources, I find that it uses lots of images to make up the whole UI, includes button, scrollbar, window borders and other components. And besides *.j and *.js files, there are some *.plist and *.sj files. *.sj use the same syntax as normal JavaScript. But from the sources, I guess they are compiled and mixed from *.j. Besides the core <a href="http://280slides.com/Editor/1212807849/Frameworks/Objective-J/Objective-J.js">Objective-J.js</a>, <a href="http://280slides.com/Editor/1212807849/Frameworks/AppKit/AppKit.sj">AppKit.sj</a>, <a href="http://280slides.com/Editor/1212807849/Frameworks/Foundation/Foundation.sj">Foundation.sj</a> and <a href="http://280slides.com/Editor/1212807849/Frameworks/SlideKit/SlideKit.sj">SlideKit.sj</a> are three important files.</p>
<p>And it is great to hear the news that Cappuccino and Objective-J will be open-sourced at <a href="http://objective-j.org/">http://objective-j.org/</a> in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.java2script.org/2008/06/07/cappuccino-and-objective-j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
