<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Early adopters and IDEs (integrated development experiences)</title>
	<atom:link href="http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/</link>
	<description>on emerging platforms and the power of aggregation and integration</description>
	<lastBuildDate>Fri, 23 Oct 2009 23:28:31 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Ian Murdock</title>
		<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/comment-page-1/#comment-3158</link>
		<dc:creator>Ian Murdock</dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://ianmurdock.com/?p=483#comment-3158</guid>
		<description>While I can&#039;t speak to product plans, I can say that automating the creation of IPS repositories from within the IDE is a great example of the &quot;connection developer&quot; notion I mentioned in my post. Imagine you are building a native application in NetBeans or Sun Studio (or, heck, Eclipse). You not only want the traditional edit/compile/debug an IDE gives you, you want publish as well, whether that&#039;s publication of your source code to an online community (for developers) or publication of your binary code in a form that can be easily consumed within the target platform (for users). So the &quot;connected developer&quot; notion should allow you to easily do that, publishing not only to IPS repositories (for OpenSolaris) but also APT, yum, etc. repositories for Linux etc. Tie that in to the package management system in the OS (or the plugin center, extension repositories, etc. for other products), and you have the makings of an &quot;App Store&quot; that spans multiple products, making the platform more attractive (because more software is available for it in an easily consumed format) and providing a go to market vehicle for developers that want to deliver applications directly to the users of that platform.. Win win..</description>
		<content:encoded><![CDATA[<p>While I can&#8217;t speak to product plans, I can say that automating the creation of IPS repositories from within the IDE is a great example of the &#8220;connection developer&#8221; notion I mentioned in my post. Imagine you are building a native application in NetBeans or Sun Studio (or, heck, Eclipse). You not only want the traditional edit/compile/debug an IDE gives you, you want publish as well, whether that&#8217;s publication of your source code to an online community (for developers) or publication of your binary code in a form that can be easily consumed within the target platform (for users). So the &#8220;connected developer&#8221; notion should allow you to easily do that, publishing not only to IPS repositories (for OpenSolaris) but also APT, yum, etc. repositories for Linux etc. Tie that in to the package management system in the OS (or the plugin center, extension repositories, etc. for other products), and you have the makings of an &#8220;App Store&#8221; that spans multiple products, making the platform more attractive (because more software is available for it in an easily consumed format) and providing a go to market vehicle for developers that want to deliver applications directly to the users of that platform.. Win win..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lally Singh</title>
		<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/comment-page-1/#comment-3156</link>
		<dc:creator>Lally Singh</dc:creator>
		<pubDate>Tue, 06 Jan 2009 19:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://ianmurdock.com/?p=483#comment-3156</guid>
		<description>Oh, I meant the other way around.  Will netbeans automate the creation of IPS packages for our software?</description>
		<content:encoded><![CDATA[<p>Oh, I meant the other way around.  Will netbeans automate the creation of IPS packages for our software?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luddites or weenies? &#171; niq&#8217;s soapbox</title>
		<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/comment-page-1/#comment-3155</link>
		<dc:creator>Luddites or weenies? &#171; niq&#8217;s soapbox</dc:creator>
		<pubDate>Mon, 05 Jan 2009 22:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://ianmurdock.com/?p=483#comment-3155</guid>
		<description>[...] and I’m still debugging with print statements&#8220;.  That didn&#8217;t jump out at me, but Ian Murdock saw it, and agrees.  In such distinguished company as Tim and Ian, I think I can admit to my own luddite [...]</description>
		<content:encoded><![CDATA[<p>[...] and I’m still debugging with print statements&#8220;.  That didn&#8217;t jump out at me, but Ian Murdock saw it, and agrees.  In such distinguished company as Tim and Ian, I think I can admit to my own luddite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ooga Chaka</title>
		<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/comment-page-1/#comment-3154</link>
		<dc:creator>Ooga Chaka</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://ianmurdock.com/?p=483#comment-3154</guid>
		<description>Practically at the point of using java for systems programming so here goes 

pfexec pkg install netbeans-desktop  ... done ... yay!!

now .. can I use dtrace with java/netbeans  and build an app with jython/jrbuy scriptable goodness and a xplatform UI (gtk? qt? gecko?, webkit, android?) for osol, linux, bsd, osx, iphone, openmoko, android vista? :-D Then ... hookup via a few groovy javascript extensions to cool services from Yahooo (Sun please buy Yahoo if share price falls further) and badda boom! 

At least android&#039;s vm likes java and netbeans eclipse etc makes java as easy-ish as .NET so ...</description>
		<content:encoded><![CDATA[<p>Practically at the point of using java for systems programming so here goes </p>
<p>pfexec pkg install netbeans-desktop  &#8230; done &#8230; yay!!</p>
<p>now .. can I use dtrace with java/netbeans  and build an app with jython/jrbuy scriptable goodness and a xplatform UI (gtk? qt? gecko?, webkit, android?) for osol, linux, bsd, osx, iphone, openmoko, android vista? :-D Then &#8230; hookup via a few groovy javascript extensions to cool services from Yahooo (Sun please buy Yahoo if share price falls further) and badda boom! </p>
<p>At least android&#8217;s vm likes java and netbeans eclipse etc makes java as easy-ish as .NET so &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Walker</title>
		<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/comment-page-1/#comment-3152</link>
		<dc:creator>Shawn Walker</dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://ianmurdock.com/?p=483#comment-3152</guid>
		<description>Lally,

Netbeans packages are already available at http://pkg.opensolaris.org/

You should be able to install them by just doing:

pfexec pkg install netbeans-desktop

...or from the packagemanager.</description>
		<content:encoded><![CDATA[<p>Lally,</p>
<p>Netbeans packages are already available at <a href="http://pkg.opensolaris.org/" rel="nofollow">http://pkg.opensolaris.org/</a></p>
<p>You should be able to install them by just doing:</p>
<p>pfexec pkg install netbeans-desktop</p>
<p>&#8230;or from the packagemanager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lally Singh</title>
		<link>http://ianmurdock.com/platforms/early-adopters-and-ides-integrated-development-experiences/comment-page-1/#comment-3151</link>
		<dc:creator>Lally Singh</dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://ianmurdock.com/?p=483#comment-3151</guid>
		<description>So it begs the question, when&#039;s netbeans going to put out IPS packages for us?</description>
		<content:encoded><![CDATA[<p>So it begs the question, when&#8217;s netbeans going to put out IPS packages for us?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

