<?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: Swing &amp; OSGi &#8212; please play nice!</title>
	<atom:link href="http://lsd.luminis.eu/en/swing-and-osgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://lsd.luminis.eu/en/swing-and-osgi/</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2012 08:31:42 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Angelo van der Sijpt</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31293</link>
		<dc:creator>Angelo van der Sijpt</dc:creator>
		<pubDate>Wed, 09 Feb 2011 10:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31293</guid>
		<description>To build the project, right-click the build.xml and select &#039;Run As -&gt; Ant Build&#039;. This will build you the bundles, ready for deployment.</description>
		<content:encoded><![CDATA[<p>To build the project, right-click the build.xml and select &#8216;Run As -&gt; Ant Build&#8217;. This will build you the bundles, ready for deployment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dead_devil_66</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31239</link>
		<dc:creator>dead_devil_66</dc:creator>
		<pubDate>Tue, 08 Feb 2011 19:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31239</guid>
		<description>sorry but...right click and what option do i choose???</description>
		<content:encoded><![CDATA[<p>sorry but&#8230;right click and what option do i choose???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dead_devil_66</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31237</link>
		<dc:creator>dead_devil_66</dc:creator>
		<pubDate>Tue, 08 Feb 2011 19:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31237</guid>
		<description>no no. I just want to generate a console for each service that i start.</description>
		<content:encoded><![CDATA[<p>no no. I just want to generate a console for each service that i start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo van der Sijpt</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31233</link>
		<dc:creator>Angelo van der Sijpt</dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31233</guid>
		<description>The zip above contains, among other files, a build.xml, which you can run with Ant. You can install Ant from the link in the article, or you can just import the project into Eclipse and right-click on the build.xml. This will build the example bundles.
Note that the bundles are meant as an illustration of the principle outlined above, and you are free to base your own code on it; they are not a framework or general solution.

The approach above is intended for a situation in which you know at startup-time what components will be in your UI; you give up runtime dynamism for a simpler startup. If I understand you correctly, you want to dynamically generate components, and plug them into an existing UI. This is very well possible, also in OSGi, but the approach above won&#039;t help you.</description>
		<content:encoded><![CDATA[<p>The zip above contains, among other files, a build.xml, which you can run with Ant. You can install Ant from the link in the article, or you can just import the project into Eclipse and right-click on the build.xml. This will build the example bundles.<br />
Note that the bundles are meant as an illustration of the principle outlined above, and you are free to base your own code on it; they are not a framework or general solution.</p>
<p>The approach above is intended for a situation in which you know at startup-time what components will be in your UI; you give up runtime dynamism for a simpler startup. If I understand you correctly, you want to dynamically generate components, and plug them into an existing UI. This is very well possible, also in OSGi, but the approach above won&#8217;t help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dead_devil_66</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31229</link>
		<dc:creator>dead_devil_66</dc:creator>
		<pubDate>Tue, 08 Feb 2011 17:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31229</guid>
		<description>example: i have several services and i want a console for each one. So, i&#039;m associating streams, Jframe&#039;s and JTextPane&#039;s to each service.</description>
		<content:encoded><![CDATA[<p>example: i have several services and i want a console for each one. So, i&#8217;m associating streams, Jframe&#8217;s and JTextPane&#8217;s to each service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dead_devil_66</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31227</link>
		<dc:creator>dead_devil_66</dc:creator>
		<pubDate>Tue, 08 Feb 2011 17:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31227</guid>
		<description>because i need to deploy some services over servicemix and add some GUI elements to control some of the services.

by the way, how do i run the ant script, in Windows??? Sorry but i can&#039;t find the script (im a noob with with OSGi)</description>
		<content:encoded><![CDATA[<p>because i need to deploy some services over servicemix and add some GUI elements to control some of the services.</p>
<p>by the way, how do i run the ant script, in Windows??? Sorry but i can&#8217;t find the script (im a noob with with OSGi)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo van der Sijpt</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31204</link>
		<dc:creator>Angelo van der Sijpt</dc:creator>
		<pubDate>Tue, 08 Feb 2011 12:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31204</guid>
		<description>Hi,

I guess you could, but there&#039;s no need for that; just run the ant build and you&#039;ll be fine.

Can I ask why you would want to run this in ServiceMix?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I guess you could, but there&#8217;s no need for that; just run the ant build and you&#8217;ll be fine.</p>
<p>Can I ask why you would want to run this in ServiceMix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dead_devil_66</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-31177</link>
		<dc:creator>dead_devil_66</dc:creator>
		<pubDate>Tue, 08 Feb 2011 03:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-31177</guid>
		<description>Greetings.

Is it possible to run this example just by using Apache Servicemix???

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Greetings.</p>
<p>Is it possible to run this example just by using Apache Servicemix???</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Link Collection: Java User Interface Frameworks &#171; Knowledge Networks</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-20575</link>
		<dc:creator>Link Collection: Java User Interface Frameworks &#171; Knowledge Networks</dc:creator>
		<pubDate>Sun, 31 Oct 2010 05:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-20575</guid>
		<description>[...] GUIs (Swing/ASP) (Last Update 2003) Good overview on different approaches to design a GUI in Java van der Sijpt: Blogpost on how Swing and OSGi declarative services can work togather (2009) Swing Action Manager JDesktop Integration [...]</description>
		<content:encoded><![CDATA[<p>[...] GUIs (Swing/ASP) (Last Update 2003) Good overview on different approaches to design a GUI in Java van der Sijpt: Blogpost on how Swing and OSGi declarative services can work togather (2009) Swing Action Manager JDesktop Integration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _yak technoblog » OSGI/Eclipse &#8211; Tips and Tricks</title>
		<link>http://lsd.luminis.eu/en/swing-and-osgi/comment-page-1/#comment-4061</link>
		<dc:creator>_yak technoblog » OSGI/Eclipse &#8211; Tips and Tricks</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=421#comment-4061</guid>
		<description>[...] http://lsd.luminis.nl/swing-and-osgi/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://lsd.luminis.nl/swing-and-osgi/" rel="nofollow">http://lsd.luminis.nl/swing-and-osgi/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

