<?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>EclipseSource Blog &#187; swt</title>
	<atom:link href="http://eclipsesource.com/blogs/tag/swt/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Fri, 18 May 2012 15:00:41 +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>An open source visual editor for Rich Internet Applications &#8211; the Eclipse way</title>
		<link>http://eclipsesource.com/blogs/2011/02/21/an-open-source-visual-editor-for-rich-internet-applications-the-eclipse-way/</link>
		<comments>http://eclipsesource.com/blogs/2011/02/21/an-open-source-visual-editor-for-rich-internet-applications-the-eclipse-way/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 17:34:05 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[instantiations]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[rich internet applications]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swt designer]]></category>
		<category><![CDATA[visual editor]]></category>
		<category><![CDATA[windowbuilder]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=5394</guid>
		<description><![CDATA[A few weeks ago Google announced their WindowBuilder contribution to the Eclipse Foundation. The WindowBuilder was originally created by Instantiations and moved to Google after they swallowed Instantiations back in 2010. Anyway, the WindowBuilder is a first class visual editor for creating UIs and will be maintained by Google. It contains an Editor for three [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago Google announced their <a href="http://www.eclipse.org/windowbuilder/">WindowBuilder</a> contribution to the <a href="http://eclipse.org/org/">Eclipse Foundation</a>. The WindowBuilder was originally created by <a href="http://www.instantiations.com/">Instantiations</a> and moved to Google after they <a href="http://java.dzone.com/articles/google-acquires-java-tool">swallowed Instantiations</a> back in 2010. Anyway, the WindowBuilder is a first class visual editor for creating UIs and will be maintained by Google. It contains an Editor for three UI toolkits: <a href="http://code.google.com/webtoolkit/">GWT</a>, <a href="http://en.wikipedia.org/wiki/Swing_(Java)">Swing</a> and <a href="http://eclipse.org/swt/">SWT</a>. And the coolest thing about the WindowBuilder is that it&#8217;s completely open source because it&#8217;s an Eclipse project now.</p>
<p>So, you probably know that there is a Rich Internet Application technology under the umbrella of Eclipse too. It&#8217;s called <a href="http://eclipse.org/rap/">Rich Ajax Platform (RAP)</a>. RAP provides the SWT API which is also used within Eclipse. As a result, theoretically it should be no problem to use the WindowBuilder&#8217;s SWT Designer to create RAP applications and with it a Rich Internet Application. Today I found some time to check it out and I&#8217;m happy to say that it works like a charm.</p>
<p>All I had to do was create an Eclipse Plug-In project, change the dependency from org.eclipse.ui to org.eclipse.rap.ui and I could start designing my UI.</p>
<p style="text-align: left;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/windowBuilder1.png"><img class="aligncenter size-large wp-image-5396" title="windowBuilder1" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/windowBuilder1-1024x620.png" alt="windowBuilder1 1024x620 An open source visual editor for Rich Internet Applications   the Eclipse way" width="491" height="298" /></a></p>
<p style="text-align: left;">On the screenshot above you can see my little experiment. It&#8217;s an SWT Shell with a group box and some TabItems filled with random Controls. One nice feature of the SWT Designer is that it provides a preview of the UI. So, the UI will look very similar to the one on my Mac below.</p>
<p style="text-align: left;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/windowBuilder2.png"><img class="aligncenter size-full wp-image-5397" title="windowBuilder2" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/windowBuilder2.png" alt="windowBuilder2 An open source visual editor for Rich Internet Applications   the Eclipse way" width="659" height="442" /></a></p>
<p style="text-align: left;">The next step after designing this UI (I know it&#8217;s really a masterful work <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink An open source visual editor for Rich Internet Applications   the Eclipse way" class='wp-smiley' title="An open source visual editor for Rich Internet Applications   the Eclipse way" /> ) was to create a <a href="http://eclipse.org/rap/">RAP</a> launch configuration that would start the application in a browser. And poof, there it was: a RAP application completely created with the <a href="http://www.eclipse.org/windowbuilder/">WindowBuilder</a>.</p>
<p style="text-align: left;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/windowBuilder3.png"><img class="aligncenter size-full wp-image-5400" title="windowBuilder3" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/windowBuilder3.png" alt="windowBuilder3 An open source visual editor for Rich Internet Applications   the Eclipse way" width="687" height="548" /></a></p>
<p style="text-align: left;">I don&#8217;t know if the Google guys know this, but their WindowBuilder actually supports 4 UI toolkits. The three mentioned above and <a href="http://wiki.eclipse.org/RWTOverview">RWT</a>, the SWT port for RAP.</p>
<p style="text-align: left;">To try it yourself,  I recommend that you download the latest Eclipse package containing RAP from <a href="http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/heliossr1">here</a>. After installing you can use the <a href="http://www.eclipse.org/windowbuilder/download.php">WindowBuilder&#8217;s software site</a> to install it into your IDE.  You can use my <a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/02/org.eclipse.rap_.swt_.designer.demo_.zip">example project</a> which already contains a launch configuration (don&#8217;t forget to <a href="http://www.eclipse.org/rap/getting-started/runtime-install/">switch your target</a> before launching.)</p>
<p style="text-align: left;">Have fun clicking the UI together <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink An open source visual editor for Rich Internet Applications   the Eclipse way" class='wp-smiley' title="An open source visual editor for Rich Internet Applications   the Eclipse way" /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2011/02/21/an-open-source-visual-editor-for-rich-internet-applications-the-eclipse-way/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>JQuery, Eclipse RAP and a carousel</title>
		<link>http://eclipsesource.com/blogs/2010/12/08/jquery-eclipse-rap-and-a-carousel/</link>
		<comments>http://eclipsesource.com/blogs/2010/12/08/jquery-eclipse-rap-and-a-carousel/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 10:47:34 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[browser widget]]></category>
		<category><![CDATA[indigo]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[rcp]]></category>
		<category><![CDATA[swt]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=5034</guid>
		<description><![CDATA[A few weeks ago, my colleague Ralf Sternberg, announced that RAP supports a JQuery integration. What we still needed to do was to create an example that shows how to integrate some JQuery stuff into RAP. Yesterday I took a little time to work on it. I used the JQueryUI Carousel widget as a base. [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, my colleague Ralf Sternberg, announced that <a href="http://eclipsesource.com/blogs/2010/11/13/rap-1-4-m3-supports-jquery-reduced-client-size/">RAP supports a JQuery integration</a>. What we still needed to do was to create an example that shows how to integrate some <a href="http://jquery.com/">JQuery</a> stuff into <a href="http://eclipse.org/rap/">RAP</a>. Yesterday I took a little time to work on it. I used the <a href="http://jquery-ui.googlecode.com/svn/branches/labs/carousel/">JQueryUI Carousel widget</a> as a base. Two hours later the integration and a book store example were completed. You can see the result in the <a href="http://vimeo.com/17593397">screencast below</a>.</p>
<p>The special thing about this integration is that it uses the SWT Browser widget with BrowserFunctions. This makes this type of integration very lightweight and simple to develop. As I mentioned before, two hours were enough to create the example. Of course, besides JQuery you can integrate all kinds of Frameworks, Mashups and other things that are running in a browser. Ian Bull highlighted this by developing a <a href="http://eclipsesource.com/blogs/2009/06/16/eclipse-galileo-feature-top-10-list-number-9/">GMap example</a>. The cool thing about this technique is that it works with RAP (RWT) and RCP (<a href="http://eclipse.org/swt/">SWT</a>).</p>
<p>I made the source code publicly available via github. You can find the repository<a href="https://github.com/eclipsesource/org.eclipse.rap.widget.carousel"> here</a>. It would be great to see some other examples. So, please feel free to post your examples in a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/12/08/jquery-eclipse-rap-and-a-carousel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>An Oscilloscope in the browser?</title>
		<link>http://eclipsesource.com/blogs/2010/08/25/an-oscilloscope-in-the-browser/</link>
		<comments>http://eclipsesource.com/blogs/2010/08/25/an-oscilloscope-in-the-browser/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 09:57:32 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[nebula]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[swt]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4690</guid>
		<description><![CDATA[Last week Wim Jongman bloged about the Nebula Oscilloscope widget. It&#8217;s just an awesome widget for monitoring activity. See Wim&#8217;s post to form an opinion yourself. So, for me as a RAP developer, the first question I always ask myself when seeing such a cool thing is: &#8220;Will it run on RAP?&#8221;. I followed the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week <a href="http://industrial-tsi-wim.blogspot.com/2010/08/extreme-feedback-from-nebula.html">Wim Jongman bloged</a> about the <a href="http://eclipse.org/nebula/">Nebula</a> Oscilloscope widget. It&#8217;s just an awesome widget for monitoring activity. See <a href="http://industrial-tsi-wim.blogspot.com/2010/08/extreme-feedback-from-nebula.html">Wim&#8217;s post</a> to form an opinion yourself.</p>
<p>So, for me as a RAP developer, the first question I always ask myself when seeing such a cool thing is: &#8220;Will it run on <a href="http://eclipse.org/rap/">RAP</a>?&#8221;. I followed the steps Wim described to get the Oscilloscope running, <a href="http://eclipse.org/rap/getting-started/runtime-install/">changed the target to RAP</a>, commented out one line of code and started the application. You can see the result in the <a href="http://vimeo.com/14415956">screencast below</a>.</p>
<p style="text-align: center;"><iframe src="http://player.vimeo.com/video/14415956?portrait=0" width="600" height="375" frameborder="0"></iframe></p>
<p style="text-align: left;">I think the result is just awesome. It runs very smooth with almost no lags. For all of you who don&#8217;t know it yet, this is possible because we implemented the GC and published it with <a href="http://eclipse.org/rap/noteworthy/1.3/#RWT">RAP 1.3</a>. The updates from the server are realized via the <a href="http://wiki.eclipse.org/RAP/FAQ#How_to_update_the_UI_from_a_background_thread">UICallback mechanism</a> of RAP. I think this video shows that, in the meantime, RAP became a very sophisticated technology. We are all looking forward to seeing a lot more cool things like this working with RAP.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/08/25/an-oscilloscope-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Helios DemoCamp Darmstadt review</title>
		<link>http://eclipsesource.com/blogs/2010/07/16/helios-democamp-darmstadt-review/</link>
		<comments>http://eclipsesource.com/blogs/2010/07/16/helios-democamp-darmstadt-review/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 10:28:14 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[democamp]]></category>
		<category><![CDATA[eclipseRT]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[equinox]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[rcp]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4482</guid>
		<description><![CDATA[Two days ago was the Helios DemoCamp in Darmstadt at Deutsche Telekom.  I think it was a very successful evening with a whole bunch of good talks. Two of them are very noteworthy. The first one was presented by Marcel Bruch. He talked about the Eclipse Code Recommenders project which he&#8217;s working on at TU Darmstadt. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Two days ago was the <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Darmstadt">Helios DemoCamp in Darmstadt at Deutsche Telekom</a>.  I think it was a very successful evening with a whole bunch of good talks. Two of them are very noteworthy.</p>
<p style="text-align: left;">The first one was presented by <a href="http://www.stg.tu-darmstadt.de/staff/marcel_bruch/index.en.jsp">Marcel Bruch</a>. He talked about the <a href="http://www.stg.tu-darmstadt.de/research/core/overview/home/index.en.jsp">Eclipse Code Recommenders</a> project which he&#8217;s working on at TU Darmstadt. The basic idea behind this project is to provide a way to recommend code. He used the analogy of the Amazon online store. When you buy a book you always get a recommendation along the lines of, &#8220;People who bought this book also found this one interesting&#8230;&#8221;. The Code Recommenders does exactly the same just with code.  Watch the <a href="http://cage.st.informatik.tu-darmstadt.de/frameworks/demo/usage.htm">great screencast</a> the Code Recommenders Team provides if you don&#8217;t want to take my word for it.</p>
<table style="text-align: center; margin: auto;">
<tbody>
<tr>
<td><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_2.jpg"><img class="aligncenter size-thumbnail wp-image-4493" title="marcel_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_2-150x150.jpg" alt="marcel 2 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
<td style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_1.jpg"><img class="aligncenter size-thumbnail wp-image-4492" title="marcel_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_1-150x150.jpg" alt="marcel 1 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align: left;">Another especially noteworthy demo for me was presented by <a href="https://www.xing.com/profile/Stefan_Lay2">Stefan Lay</a>. He demo&#8217;d the <a href="http://eclipse.org/egit/">Eclipse Git Team provider called EGit</a>.  In addition to the tooling he presented <a href="http://code.google.com/p/gerrit/">Gerrit</a>. Gerrit is an automated review tool for Git. The scenario he presented was to push some changes to a remote repository. The changes were caught by gerrit to be reviewed.   With those changes however, an automated build failed and gerrit sent an automated message that the changes couldn&#8217;t be applied because they broke the build. I think this will make the workflow much easier for code review and keeping the repository stable. The EGit project already uses Gerrit for their productive work.</p>
<table style="text-align: center; margin: auto;">
<tbody>
<tr>
<td><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_1.jpg"><img class="aligncenter size-thumbnail wp-image-4497" title="Lay_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_1-150x150.jpg" alt="Lay 1 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
<td style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_2.jpg"><img class="aligncenter size-thumbnail wp-image-4498" title="Lay_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_2-150x150.jpg" alt="Lay 2 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align: left;">To put it all in a nutshell it was a very cool DemoCamp with 120 attendees and nice buffet afterwards. At this point I want to thank Ralph Müller and the Foundation who organized a spontanous Eclipse Stammtisch after the DemoCamp. It was great to talk to all the guys individually. The bad thing about this is that the evening went by too fast. But there also a good thing. Most of those people will also attend the <a href="http://www.eclipsecon.org/summiteurope2010/">Eclipse Summit Europe in November</a> and we can meet again.</p>
<table style="text-align: center; margin: auto;">
<tbody>
<tr>
<td><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_2.jpg"><img class="aligncenter size-thumbnail wp-image-4499" title="stammtisch_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_2-150x150.jpg" alt="stammtisch 2 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
<td style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_1.jpg"><img class="aligncenter size-thumbnail wp-image-4500" title="stammtisch_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_1-150x150.jpg" alt="stammtisch 1 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/07/16/helios-democamp-darmstadt-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sketch your UI</title>
		<link>http://eclipsesource.com/blogs/2010/04/26/sketch-your-ui/</link>
		<comments>http://eclipsesource.com/blogs/2010/04/26/sketch-your-ui/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 18:56:53 +0000</pubDate>
		<dc:creator>Benjamin Muskalla</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[eclipse ui]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[wireframesketcher]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4006</guid>
		<description><![CDATA[From time to time, I&#8217;m in the situation when I want to suggest a UI change or even try to come up with a completely new UI. While I love programming, it may be easier in these situations to just &#8220;sketch&#8221; the idea instead of really getting your feet wet. As many people asked me [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time, I&#8217;m in the situation when I want to <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=245308">suggest</a> a UI change or even try to come up with a <a href="http://eclipsesource.com/blogs/2010/04/14/revamping-eclipse-examples/">completely</a> new UI. While I love programming, it may be easier in these situations to just &#8220;sketch&#8221; the idea instead of really getting your feet wet. As many people asked me what I use for UI sketches, I thought I should share it with you &#8211; the tool is called <a href="http://wireframesketcher.com">WireframeSketcher</a>. It&#8217;s &#8220;just&#8221; an Eclipse plugin to create sketches pretty easily. As most of the UIs in my life are SWT-based, WireframeSketcher comes with one absolutely cool feature &#8211; turn an existing dialog into a sketch. Fire up any dialog, hit the magic &#8220;Alt+Shift+F5&#8243; and you&#8217;re done. Is it that easy? Yes &#8211; I really love it. Here is an example of the Import Wizard which I also used in <a href="http://eclipsesource.com/blogs/2010/04/14/revamping-eclipse-examples/">my latest blog</a> post to further modify it with my ideas.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/04/import.png"><img class="size-full wp-image-4035 alignnone" title="import" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/04/import.png" alt="import Sketch your UI" width="525" height="550" /></a></p>
<p>Not only is it easy to operate, it also has pretty good Eclipse integration and you always find the things where you expect them (eg. select and button and you can modify everything in the Properties View).</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/04/button_props.png"><img class="size-full wp-image-4036 alignnone" title="button_props" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/04/button_props.png" alt="button props Sketch your UI" width="392" height="285" /></a></p>
<p>As Eclipse commiter, you can get a <a href="http://wireframesketcher.com/buy.html">free licence</a> of the plugin or you can buy the plugin from the author if you want to use it commercially. Either way, give it a try the next time you want to mock a new UI prototype.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/04/26/sketch-your-ui/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Error marker for SWT table rows &#8211; easy as pie</title>
		<link>http://eclipsesource.com/blogs/2010/03/04/error-marker-for-swt-table-rows-easy-as-pie/</link>
		<comments>http://eclipsesource.com/blogs/2010/03/04/error-marker-for-swt-table-rows-easy-as-pie/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:19:44 +0000</pubDate>
		<dc:creator>Elias Volanakis</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[eclipse ui]]></category>
		<category><![CDATA[riena]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3874</guid>
		<description><![CDATA[Here&#8217;s a nice addition to Riena&#8217;s TableRidget: you can now mark a table-row as incorrect. This is done with an RowErrorMessageMarker. When hovering over the marked row, the corresponding error message will be shown in a tooltip. IMarker marker = new RowErrorMessageMarker(&#34;An error message...&#34;, zorro); tableRidget.addMarker(marker); // to remove: tableRidget.removeMarker(marker); Full snippet here. This is [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice addition to Riena&#8217;s TableRidget: you can now mark a table-row as incorrect.</p>
<p>This is done with an <strong>RowErrorMessageMarker</strong>. When hovering over the marked row, the corresponding error message will be shown in a tooltip.</p>
<pre class="brush: java">
IMarker marker = new RowErrorMessageMarker(&quot;An error message...&quot;, zorro);
tableRidget.addMarker(marker);
// to remove:
tableRidget.removeMarker(marker);
</pre>
<p><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.riena/org.eclipse.riena.sample.snippets/src/org/eclipse/riena/sample/snippets/SnippetTableRidget007.java?root=RT_Project&amp;view=co">Full snippet here</a>. This is shipping with the upcoming Riena 2.0 M6.</p>
<p><img class="size-full wp-image-3882 alignnone" title="row_marker_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/03/row_marker_1.png" alt="row marker 1 Error marker for SWT table rows   easy as pie" width="398" height="250" /></p>
<p><img class="size-full wp-image-3883 alignnone" title="row_marker_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/03/row_marker_2.png" alt="row marker 2 Error marker for SWT table rows   easy as pie" width="398" height="250" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/03/04/error-marker-for-swt-table-rows-easy-as-pie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I See You &#8212; SWT Spy</title>
		<link>http://eclipsesource.com/blogs/2010/01/07/i-see-you-swt-spy/</link>
		<comments>http://eclipsesource.com/blogs/2010/01/07/i-see-you-swt-spy/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:15:37 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3674</guid>
		<description><![CDATA[I spent part of today trying to debug a Linux specific issue in which wizard pages are not being shown properly.  Actually, the content of some wizard pages are not showing up at all (Bug 298805 if you&#8217;re interested). While thinking through the problem on IRC (yes, you should be on IRC), Susan McCourt had [...]]]></description>
			<content:encoded><![CDATA[<p>I spent part of today trying to debug a Linux specific issue in which wizard pages are not being shown properly.  Actually, the content of some wizard pages are not showing up at all (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=298805">Bug 298805</a> if you&#8217;re interested).</p>
<p>While thinking through the problem on IRC (yes, you should be on IRC), Susan McCourt had a great idea &#8212; <em>install the SWT Spy and see what it shows</em>.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/01/spy.jpg"><img class="aligncenter size-full wp-image-3672" title="spy" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/01/spy.jpg" alt="spy I See You    SWT Spy" width="461" height="259" /></a></p>
<p style="text-align: left;">The SWT Spy is a small tool that allows you to place your mouse over a widget and get information about that widget, including:</p>
<ol>
<li>Layout information</li>
<li>Bounds</li>
<li>Siblings</li>
<li>Parent Chain (back to the shell)</li>
</ol>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/01/spy_action.png"><img class="aligncenter size-full wp-image-3673" title="spy_action" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/01/spy_action.png" alt="spy action I See You    SWT Spy" width="768" height="628" /></a></p>
<p style="text-align: left;">I hacked the tool a bit to add the visibility field.  The SPY is available from: <strong>http://www.eclipse.org/swt/tools.php</strong>. Once installed, you can toggle the spy using CTRL+ALT+SHIFT+&#8221;.&#8221;.</p>
<p style="text-align: left;">An oldie but a goodie.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/01/07/i-see-you-swt-spy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drag and Drop in Eclipse RAP</title>
		<link>http://eclipsesource.com/blogs/2009/11/27/drag-and-drop-in-rap/</link>
		<comments>http://eclipsesource.com/blogs/2009/11/27/drag-and-drop-in-rap/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:06:11 +0000</pubDate>
		<dc:creator>Rüdiger Herrmann</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[Single Sourcing]]></category>
		<category><![CDATA[swt]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3534</guid>
		<description><![CDATA[Support for drag and drop just made it into the RAP source code repository. You can use the same API as known from SWT and thus re-use even more code when single-sourcing RCP applications. It will be available in the M4 build. In the meanwhile you can check out the sources from CVS and explore [...]]]></description>
			<content:encoded><![CDATA[<p>Support for drag and drop just made it into the RAP source code repository. You can use the same API as known from <a href="http://eclipse.org/swt">SWT</a>  and thus re-use even more code when single-sourcing RCP applications.<br />
It will be available in the <a href="http://www.eclipse.org/rap/noteworthy/news_13M4.php">M4 build</a>. In the meanwhile you can check out the sources from CVS and explore the new functionality <a href="http://rap.eclipsesource.com/rapdemo/examples">online</a> (go to the <i>List</i> page).<br />
<a href="http://rap.eclipsesource.com/rapdemo/examples"><br />
<img src="http://eclipsesource.com/blogs/wp-content/uploads/2009/11/dnd.png" alt="dnd Drag and Drop in Eclipse RAP" title="dnd" width="344" height="158" class="alignnone size-full wp-image-3543" /><br />
</a><br />
There are still some things left to do, for more details see this <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=285390">bug</a>. We would be very happy to gain feedback about how your existing drag and drop code works on RAP. In case something doesn&#8217;t work as expected, please <a href="http://www.eclipse.org/rap/support.php#newsgroup">drop us a line</a> or <a href="http://www.eclipse.org/rap/bugs.php">open a bug</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/11/27/drag-and-drop-in-rap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Spread Sheet in the RAP Incubator</title>
		<link>http://eclipsesource.com/blogs/2009/11/17/spread-sheet-in-the-rap-incubator/</link>
		<comments>http://eclipsesource.com/blogs/2009/11/17/spread-sheet-in-the-rap-incubator/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 14:46:24 +0000</pubDate>
		<dc:creator>Rüdiger Herrmann</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[Single Sourcing]]></category>
		<category><![CDATA[swt]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3388</guid>
		<description><![CDATA[I am very pleased to see that the first code arrived in the RAP incubator project. The contribution consists of the very early steps towards a spread sheet component. It is still in the proof of concept phase. The goal so far was to find out whether a spread sheet that is composed of existing [...]]]></description>
			<content:encoded><![CDATA[<p>I am very pleased to see that the first code arrived in the <a href="http://eclipse.org/rap">RAP</a> incubator project. The contribution consists of the very early steps towards a spread sheet component.</p>
<p><img src="http://eclipsesource.com/blogs/wp-content/uploads/2009/11/spread-sheet.png" alt="spread sheet Spread Sheet in the RAP Incubator" title="spread-sheet" width="488" height="240" class="alignnone size-full wp-image-3406" /></p>
<p>It is still in the proof of concept phase. The goal so far was to find out whether a spread sheet that is composed of existing widgets could work with regard to performance and usability. This seems to work out rather well. As a consequence of composing the spread sheet of existing widgets the same code runs on <a href="http://eclipse.org/swt">SWT</a> as well.</p>
<p>In case you whish to play around with it or even contribute, the source code can be obtained from <a href="http://eclipse.org/rap/cvs.php">CVS</a> and resides in the <code>incubator/spreadsheet</code> module.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/11/17/spread-sheet-in-the-rap-incubator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse e4 on the web</title>
		<link>http://eclipsesource.com/blogs/2009/08/25/e4-on-the-web/</link>
		<comments>http://eclipsesource.com/blogs/2009/08/25/e4-on-the-web/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:38:33 +0000</pubDate>
		<dc:creator>Benjamin Muskalla</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[databinding]]></category>
		<category><![CDATA[e4]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[Single Sourcing]]></category>
		<category><![CDATA[swt]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2371</guid>
		<description><![CDATA[With e4 0.9 out in the wild, we should think again about the goals e4 tries to provide. One of them was to reduce the gap between Desktop and Web &#8211; not only speaking of reusing widgets but also to enable the platform handle multi-user scenarios. While the core e4 team concentrated on eliminating bad smells like [...]]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://eclipsesource.com/blogs/2009/08/03/eclipse-e4-0-9-alpha-release/">e4 0.9</a> out in the wild, we should think again about the goals e4 tries to provide. One of them was to reduce the gap between Desktop and Web &#8211; not only speaking of reusing widgets but also to enable the platform handle multi-user scenarios. While the core e4 team concentrated on eliminating bad smells like singletons, the RAP team worked on better support for single sourcing applications in general. With an experimental version of RAP which includes some features not yet in the current release, we were able to run the demo out of the box including the whole underlying infrastructure like the modeled workbench &#8211; without touching the e4 code.</p>
<p><a href="http://eclipse.org/rap/demos.php"><img src="http://eclipsesource.com/blogs/wp-content/uploads/2009/08/e4_contacts.png" alt="e4 contacts Eclipse e4 on the web" title="e4_contacts" width="250" height="190" class="alignnone size-full wp-image-2862" /></a></p>
<p>If you take a look at the <a href="http://eclipse.org/rap/demos.php">RAP Demos</a> page you&#8217;ll find the e4 contacts demo running on RAP. If you want to try it out yourself or even help to contribute to this effort, take a look this <a href="http://wiki.eclipse.org/E4/RAP_Integration/Experimental">wiki page</a>. In case you&#8217;re interested what you can do with e4, be sure to participate in the <a href="http://www.eclipse.org/community/e4webinar/abstracts.php">e4 webinars</a>.This week, there will be Part 2 with topics like RAP, the Compatibility layer and the flexible resources model. Looking at the questions that came up in the last <a href="http://live.eclipse.org/node/718">RAP webinar</a> and the first part of the E4 webinar, people seem to be very interested how e4 and RAP play together. I&#8217;ll try to answer the open questions during the webinar this week. Looking forward to a great event.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/08/25/e4-on-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

