<?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>KodeGeek &#187; packaging</title>
	<atom:link href="http://kodegeek.com/blog/tag/packaging/feed/" rel="self" type="application/rss+xml" />
	<link>http://kodegeek.com/blog</link>
	<description>Programación, fitness, interés geek</description>
	<lastBuildDate>Sun, 29 Apr 2012 17:29:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>¿Como hacer que las aplicaciones de Java se vean como nativas en OSX?</title>
		<link>http://kodegeek.com/blog/2009/05/31/%c2%bfcomo-hacer-que-las-aplicaciones-de-java-se-vean-como-nativas-en-osx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25c2%25bfcomo-hacer-que-las-aplicaciones-de-java-se-vean-como-nativas-en-osx</link>
		<comments>http://kodegeek.com/blog/2009/05/31/%c2%bfcomo-hacer-que-las-aplicaciones-de-java-se-vean-como-nativas-en-osx/#comments</comments>
		<pubDate>Sun, 31 May 2009 16:14:37 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kodegeek.com/blog/?p=1792</guid>
		<description><![CDATA[En este caso estoy tratando de que mi aplicación, StupidZombie, tenga un instalador nativo para OSX. Si bien el uso de Webstart es increiblemente conveniente yo también quiero que mis usuarios puedan correr la aplicación de manera similar a otras aplicaciones. Me conseguí dos excelentes recursos, los cuales son muy fáciles de seguir: How to [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 308px"><img title="Bajate a StupidZombie" src="http://stupidzombie.com/images/SZdownload-button_04.png" alt="Bajate a StupidZombie" width="298" height="315" /><p class="wp-caption-text">Bajate a StupidZombie</p></div>
<p>En este caso estoy tratando de que mi aplicación, <a href="http://stupidzombie.com/StupidZombie.jnlp" target="_blank">StupidZombie</a>, tenga un instalador nativo para OSX. Si bien el uso de Webstart es increiblemente conveniente yo también quiero que mis usuarios puedan correr la aplicación de manera similar a otras aplicaciones.</p>
<p>Me conseguí dos excelentes recursos, los cuales son muy fáciles de seguir:</p>
<ul>
<li><a href="http://www.centerkey.com/mac/java/" target="_blank">How to Create a Mac OS X Installer for a Java Application</a></li>
<li>
<p class="r"><a class="l" onmousedown="return rwt(this,'','','res','10','AFQjCNHpfOMB8ggIpL7Lty5Ghs9MD2_egg','&amp;sig2=wpDcqE_i2qotI7DC-7H8sw')" href="http://homepage.mac.com/svc/macosxjava.pdf">Tuning <em>Java</em> Swing <em>applications</em> for Mac <em>OS X</em></a></p>
</li>
</ul>
<p>El segundo enlace en particular tiene información sobre como capturar eventos, jugar con la barra de estado y otros.</p>
<p>¿Y que pasa con Linux / Windows? Creo que el instalador de Windows va a ser la segunda prioridad ya que (horror) no tengo Linux instalado en ninguna de las máquinas que tengo en la casa <img src='http://kodegeek.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Veneblogs: <a rel="tag" href="http://www.veneblogs.com/etiquetas/java">java</a>, <a rel="tag" href="http://www.veneblogs.com/etiquetas/osx">osx</a>, <a rel="tag" href="http://www.veneblogs.com/etiquetas/windows">windows</a>, <a rel="tag" href="http://www.veneblogs.com/etiquetas/packaging">packaging</a></p>
<p>Blogalaxia: <a rel="tag" href="http://www.blogalaxia.com/tags/java">java</a>, <a rel="tag" href="http://www.blogalaxia.com/tags/osx">osx</a>, <a rel="tag" href="http://www.blogalaxia.com/tags/windows">windows</a>, <a rel="tag" href="http://www.blogalaxia.com/tags/packaging">packaging</a></p>
<p>To2Blogs: <a rel="tag" href="http://www.to2blogs.com/tag/java">java</a>, <a rel="tag" href="http://www.to2blogs.com/tag/osx">osx</a>, <a rel="tag" href="http://www.to2blogs.com/tag/windows">windows</a>, <a rel="tag" href="http://www.to2blogs.com/tag/packaging">packaging</a></p>
<p>Technorati: <a rel="tag" href="http://technorati.com/tag/java">java</a>, <a rel="tag" href="http://technorati.com/tag/osx">osx</a>, <a rel="tag" href="http://technorati.com/tag/windows">windows</a>, <a rel="tag" href="http://technorati.com/tag/packaging">packaging</a></p>
<p>Del.icio.us: <a rel="tag" href="http://del.icio.us/tag/java">java</a>, <a rel="tag" href="http://del.icio.us/tag/osx">osx</a>, <a rel="tag" href="http://del.icio.us/tag/windows">windows</a>, <a rel="tag" href="http://del.icio.us/tag/packaging">packaging</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kodegeek.com/blog/2009/05/31/%c2%bfcomo-hacer-que-las-aplicaciones-de-java-se-vean-como-nativas-en-osx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

