<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>ILOG JViews Blog &#187; Eclipse</title>
	<link>http://blogs.ilog.com/jviews</link>
	<description>Posting from the ILOG JViews Development Team</description>
	<pubDate>Thu, 04 Sep 2008 16:50:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>JViews Shines through on Eclipse</title>
		<link>http://blogs.ilog.com/jviews/2008/06/17/jviews-shines-through-on-eclipse/</link>
		<comments>http://blogs.ilog.com/jviews/2008/06/17/jviews-shines-through-on-eclipse/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:40:23 +0000</pubDate>
		<dc:creator>Ed Király</dc:creator>
		
		<category><![CDATA[Charts]]></category>

		<category><![CDATA[Development practices]]></category>

		<category><![CDATA[Diagrammer]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Gantt]]></category>

		<category><![CDATA[RCP]]></category>

		<category><![CDATA[SWT]]></category>

		<guid isPermaLink="false">http://blogs.ilog.com/jviews/2008/06/17/jviews-shines-through-on-eclipse/</guid>
		<description><![CDATA[Eclipse is an important platform for many of ILOG's customers, and we have been working to ensure that the ILOG JViews products work well with it. Specifically, some of our customer use the Eclipse Rich Client Platform (or RCP) as an&#8230;]]></description>
			<content:encoded><![CDATA[<p>Eclipse is an important platform for many of ILOG&#8217;s customers, and we have been working to ensure that the ILOG JViews products work well with it. Specifically, some of our customer use the Eclipse Rich Client Platform (or RCP) as an &#8220;application framework&#8221; because it provides a large number of commonly used services that all applications need, such as a consistent look-and-feel, window and view management, a good range of UI components, etc. RCP relies on SWT for drawing, however, and the drawing services offered by SWT still lag behind those of Java&#8217;s AWT and Java2D.</p>
<p>ILOG JViews tries to fill this gap, bringing rich graphical displays to Eclipse RCP. We do this in two different ways: by offering an enhanced bridge that lets you mix AWT and SWT, and also by adding professional-grade diagramming services to SWT.</p>
<p>In this 40 minute presentation, ILOG JViews Product Manager Jerome Joubert describes these two approaches and illustrates them with a number of demos. If you are using Eclipse RCP and you need highly-graphical displays, then you may find this presentation of interest.</p>
<p><em>The following movie is best viewed in full screen mode:</em></p>
<p align="center"><embed flashvars="file=http://visudemos.ilog.com/videos/EclipseWebinarMay2008.flv&amp;displayheight=360" allowscriptaccess="always" allowfullscreen="true" overstretch="true" enablejs="true" height="360" width="522" src="http://visudemos.ilog.com/videos/mediaplayer.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p>
<p><em><br />
Originally presented in May, 2008 by Jerome Joubert.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ilog.com/jviews/2008/06/17/jviews-shines-through-on-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Swing and SWT become more interoperable</title>
		<link>http://blogs.ilog.com/jviews/2008/04/22/swing-and-swt-become-more-interoperable/</link>
		<comments>http://blogs.ilog.com/jviews/2008/04/22/swing-and-swt-become-more-interoperable/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:20:59 +0000</pubDate>
		<dc:creator>Bruno Haible</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Albireo]]></category>

		<category><![CDATA[AWT]]></category>

		<category><![CDATA[event thread]]></category>

		<category><![CDATA[RCP]]></category>

		<category><![CDATA[Swing]]></category>

		<category><![CDATA[SWT]]></category>

		<guid isPermaLink="false">http://blogs.ilog.com/jviews/2008/04/22/swing-and-swt-become-more-interoperable/</guid>
		<description><![CDATA[One comes from Sun, the other comes from IBM. One emulates native look &#38; feel, the other uses the platform's widgets.

For a long time, Swing and SWT developers saw these two toolkits as conflicting. Today, it is no longer&#8230;]]></description>
			<content:encoded><![CDATA[<p>One comes from Sun, the other comes from IBM. One emulates native look &amp; feel, the other uses the platform&#8217;s widgets.</p>
<p>For a long time, Swing and SWT developers saw these two toolkits as conflicting. Today, it is no longer an either-or choice. Eclipse provides a bridge between the two toolkits, called SWT_AWT. On top of that, the project Albireo provides smoother integration. Both together allow you to embed Swing components so well that the user cannot know he is using different toolkits.</p>
<p>Albireo has just seen its first alpha release. It is available for download from the project wiki page:</p>
<p>  <a href="http://wiki.eclipse.org/Albireo_Project">http://wiki.eclipse.org/Albireo_Project</a></p>
<p>The download page is here:</p>
<p>  <a href="http://wiki.eclipse.org/Albireo_Download">http://wiki.eclipse.org/Albireo_Download</a></p>
<p>and the basic documentation is here:</p>
<p>  <a href="http://wiki.eclipse.org/Albireo_Documentation">http://wiki.eclipse.org/Albireo_Documentation</a></p>
<p>Albireo is sponsored by <a href="http://www.ilog.fr/">ILOG S.A.</a> and by <a href="http://www.sas.com/">SAS Institute Inc.</a></p>
<p>At the moment, Albireo does not provide a solution for the problem of the distinct event threads; developers have to use <tt>invokeLater</tt> and <tt>asyncExec</tt> every time in this area.</p>
<p>For the ILOG JViews components, however, a solution to this problem is available as part of JViews; it allows you to embed JViews components into SWT GUIs without thinking at multithreading.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ilog.com/jviews/2008/04/22/swing-and-swt-become-more-interoperable/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
