<?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: Packaging Eclipse-based RCP for the use in enterprise context</title>
	<atom:link href="http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/</link>
	<description>Journal on Java Technology</description>
	<lastBuildDate>Tue, 23 Aug 2011 08:02:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Simon Zambrovski</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-19817</link>
		<dc:creator>Simon Zambrovski</dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-19817</guid>
		<description>I don&#039;t know why you ask it here, but you could use Spring as the server-side framework for the RCP serving as presentation layer...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you ask it here, but you could use Spring as the server-side framework for the RCP serving as presentation layer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casino Experte</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-19815</link>
		<dc:creator>Casino Experte</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-19815</guid>
		<description>What does Spring have to do with Eclipse and OSGi? Well, just as Spring 2.0 was being prepared for final release, several of the core developers working on Spring started to take notice of OSGi, and they liked what they saw. In particular they liked services, which they realized were similar in many ways to the “beans” that Spring wires together. However OSGi is dynamic, whereas Spring is largely static.</description>
		<content:encoded><![CDATA[<p>What does Spring have to do with Eclipse and OSGi? Well, just as Spring 2.0 was being prepared for final release, several of the core developers working on Spring started to take notice of OSGi, and they liked what they saw. In particular they liked services, which they realized were similar in many ways to the “beans” that Spring wires together. However OSGi is dynamic, whereas Spring is largely static.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Launching Eclipse RCP via Java Web Start</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-17665</link>
		<dc:creator>Launching Eclipse RCP via Java Web Start</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-17665</guid>
		<description>[...] order to package the RCP I suggest to use feature-based products as described in a previous article. Following it, you should have a top-level plug-in (also refered as product-defining plug-in) and [...]</description>
		<content:encoded><![CDATA[<p>[...] order to package the RCP I suggest to use feature-based products as described in a previous article. Following it, you should have a top-level plug-in (also refered as product-defining plug-in) and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-13797</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-13797</guid>
		<description>Hi,

I am currently trying to build up such an application framework for our company.
One big thing is the use of menus and base commands.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am currently trying to build up such an application framework for our company.<br />
One big thing is the use of menus and base commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-13782</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-13782</guid>
		<description>Just follow the instructions here: &lt;a href=&quot;http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/guide/java_web_start.htm&quot;&gt;Deploying eclipse based application with Java Web Start&lt;/a&gt; and export the top-level feature</description>
		<content:encoded><![CDATA[<p>Just follow the instructions here: <a href="http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/guide/java_web_start.htm">Deploying eclipse based application with Java Web Start</a> and export the top-level feature</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuron</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-13781</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-13781</guid>
		<description>Hi Simon, thank you for your work on this important topic. As you mentioned such packaging is suitable for use with Java Web Start Technology. May be you can tel us your experience on this and sketch the steps of packaging an RCP App with JWS. Thank you anyway!</description>
		<content:encoded><![CDATA[<p>Hi Simon, thank you for your work on this important topic. As you mentioned such packaging is suitable for use with Java Web Start Technology. May be you can tel us your experience on this and sketch the steps of packaging an RCP App with JWS. Thank you anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Zambrovski &#124; Packaging Eclipse-based RCP</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-13767</link>
		<dc:creator>Simon Zambrovski &#124; Packaging Eclipse-based RCP</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-13767</guid>
		<description>[...] posted an article on packaging of RCP application on TechJava. I wanted to include more enterprise systems-related stuff in it, but somehow it is more about [...]</description>
		<content:encoded><![CDATA[<p>[...] posted an article on packaging of RCP application on TechJava. I wanted to include more enterprise systems-related stuff in it, but somehow it is more about [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

