<?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/"
	>
	<channel>
		<title>Eclipse Live - EclipseCon 2007</title>
		<link>http://live.eclipse.org/category/287/0</link>
		<description></description>
		<language>en</language>
		<pubDate>Mon, 10 Dec 2007 10:45:41 -0500</pubDate>
		<generator>Drupal TotalFeeds Module</generator>
			<item>
		<title>OSGi - The Good, the Bad, and the Ugly</title>
		<link>http://live.eclipse.org/node/324</link>
		<description>   


  Gregory Brail (BEA), John Wells (BEA)


  


	Abstract:  
	
	  The microService Architecture (mSA) Backplane is an OSGi-based infrastructure that will be the basis for many future software products from BEA. This project has been in development for about a year, and currently consists of about 100 different OSGi bundles that encompass functions such as logging, thread management, HTTP servlets, web services, and transaction management.

In the course of our work, we have learned a great deal about the process of breaking down existing, production-quality software into individual modules, and we have learned how to effectively use some of the best features of OSGi, such as the class loading infrastructure and the service registry. We also continue to be challenged by other aspects of OSGi, such as the security infrastructure and the mechanisms for starting and launching bundles.

In this talk, we will describe the mSA Backplane, and we will concentrate on the lessons we have learned about OSGi in the process of building it. We will assume that attendees are familiar with fundamental OSGi concepts.

Total running time 46:25 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Gregory Brail (BEA), John Wells (BEA)</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/324">OSGi - The Good, the Bad, and the Ugly</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>The microService Architecture (mSA) Backplane is an OSGi-based infrastructure that will be the basis for many future software products from BEA. This project has been in development for about a year, and currently consists of about 100 different OSGi bundles that encompass functions such as logging, thread management, HTTP servlets, web services, and transaction management.</p>

<p>In the course of our work, we have learned a great deal about the process of breaking down existing, production-quality software into individual modules, and we have learned how to effectively use some of the best features of OSGi, such as the class loading infrastructure and the service registry. We also continue to be challenged by other aspects of OSGi, such as the security infrastructure and the mechanisms for starting and launching bundles.</p>

<p>In this talk, we will describe the mSA Backplane, and we will concentrate on the lessons we have learned about OSGi in the process of building it. We will assume that attendees are familiar with fundamental OSGi concepts.</p>

<p>Total running time 46:25 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Mon, 09 Jul 2007 11:44:23 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/324</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/19">Demo</category>
						<category domain="http://live.eclipse.org/node/132">Equinox</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Eclipse RCP: Tips &amp; Tricks</title>
		<link>http://live.eclipse.org/node/300</link>
		<description>   


  Kai Todter (Siemens AG)


  


	Abstract:  
	
	  The Eclipse Rich Client Platform provides a feature rich framework for the development of rich client applications. This talk presents tips and tricks for the development of such applications. Kai introduces some general development tricks that are helpful for all users of the Eclipse SDK, such as the usage of extension locations in combination with links, conditional breakpoints, and some logging tips.

XML contributions vs. code
Eclipse RCP offers several ways of contributing UI elements to the application: Pure Java code, predefined actions and declarative extension points. Kai introduces these different approaches with pros and cons and will give recommendations.

Package and Plug-in Structures
In the Java world we often see best practices regarding how to structure the software. Kai will introduce common practices from the Eclipse world covering how to create package and plug-in structures.

Deployment &amp; Update
One of the building blocks often reused in domain specific rich client applications is &quot;update&quot;. Kai discusses several ways how a developer could leverage the update functionality of the Eclipse RCP. Also several deployment options are discussed.

Issues when using 3rd Party Libraries
With 3rd party libraries there are some typical issues in the Eclipse world: How to package them so they could be reused in an OSGi based environment, and how to deal with dynamically created classes that often lead to ClassNotFound exceptions or NoClassDefFound errors.

Total running time 46:06 mintues

(Demo contains a slide by slide breakdown of the agenda in the left menu.)
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Kai Todter (Siemens AG)</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/300">Eclipse RCP: Tips & Tricks</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>The Eclipse Rich Client Platform provides a feature rich framework for the development of rich client applications. This talk presents tips and tricks for the development of such applications. Kai introduces some general development tricks that are helpful for all users of the Eclipse SDK, such as the usage of extension locations in combination with links, conditional breakpoints, and some logging tips.<p>

<p><strong>XML contributions vs. code</strong><br>
Eclipse RCP offers several ways of contributing UI elements to the application: Pure Java code, predefined actions and declarative extension points. Kai introduces these different approaches with pros and cons and will give recommendations.</p>

<p><strong>Package and Plug-in Structures</strong><br>
In the Java world we often see best practices regarding how to structure the software. Kai will introduce common practices from the Eclipse world covering how to create package and plug-in structures.</p>

<p><strong>Deployment & Update</strong><br>
One of the building blocks often reused in domain specific rich client applications is "update". Kai discusses several ways how a developer could leverage the update functionality of the Eclipse RCP. Also several deployment options are discussed.</p>

<p><strong>Issues when using 3rd Party Libraries</strong><br>
With 3rd party libraries there are some typical issues in the Eclipse world: How to package them so they could be reused in an OSGi based environment, and how to deal with dynamically created classes that often lead to ClassNotFound exceptions or NoClassDefFound errors.</p>

<p>Total running time 46:06 mintues</p>

<p>(Demo contains a slide by slide breakdown of the agenda in the left menu.)</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Fri, 15 Jun 2007 12:54:52 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/300</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/19">Demo</category>
						<category domain="http://live.eclipse.org/node/136">RCP</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Impressions of EclipseCon 2007</title>
		<link>http://live.eclipse.org/node/292</link>
		<description>   


  Craig Castelaz, Daniel Steinberg


  


	Abstract:  
	
	  Daniel Steinberg stops an attendee at EclipseCon 2007 to gather his impressions of the conference and what projects he found most interesting.

Total running time 02:31 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Craig Castelaz, Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/292">Impressions of EclipseCon 2007</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>Daniel Steinberg stops an attendee at EclipseCon 2007 to gather his impressions of the conference and what projects he found most interesting.</p>

<p>Total running time 02:31 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Thu, 07 Jun 2007 13:28:46 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/292</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>How to Search for Code with Krugle</title>
		<link>http://live.eclipse.org/node/291</link>
		<description>   


  John Mitchell (Krugle), Daniel Steinberg


  


	Abstract:  
	
	  John Mitchell, Chief Architect, discusses Krugle, a search engine for developers.  Krugle gathers source code from the entire Net and makes it available as code, not just text.  The search engine currently supports 35 languages and now has an Eclipse plugin available.

Total running time 04:10 minutes

	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">John Mitchell (Krugle), Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/291">How to Search for Code with Krugle</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item">John Mitchell, Chief Architect, discusses Krugle, a search engine for developers.  Krugle gathers source code from the entire Net and makes it available as code, not just text.  The search engine currently supports 35 languages and now has an Eclipse plugin available.

<p>Total running time 04:10 minutes</p>
</span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Thu, 07 Jun 2007 13:18:55 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/291</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Romel Lefkowitz on Reading and Writing Programs</title>
		<link>http://live.eclipse.org/node/290</link>
		<description>   


  Romel Lefkowitz, Daniel Steinberg


  


	Abstract:  
	
	  Romel Lefkowitz, keynote speaker at EclipseCon 2007, talks to Daniel Steinberg about learning to read and write programs, and the difference between the two.

Total running time 06:38 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Romel Lefkowitz, Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/290">Romel Lefkowitz on Reading and Writing Programs</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>Romel Lefkowitz, keynote speaker at EclipseCon 2007, talks to Daniel Steinberg about learning to read and write programs, and the difference between the two.</p>

<p>Total running time 06:38 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Thu, 07 Jun 2007 13:10:24 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/290</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Eclipse on Swing</title>
		<link>http://live.eclipse.org/node/288</link>
		<description>   


  Dieter Krachtus (University of Heidelberg)


  


	Abstract:  
	
	  The power of Eclipse is a direct result of its capability to embrace new technologies. Here we present a unique approach to embrace Swing, which might determine the future of Eclipse on all levels, such as Client, Embedded, RCP and RIA.

Wouldn&#039;t it be great, if one had the choice between SWT and Swing not only at the beginning of a project but throughout development? How about using the familiar APIs to develop Eclipse-Plug-ins, RCP-applications or a JFace/SWT-GUI and still keep the option to switch back and forth between SWT and Swing without changes to your code?

The sister projects SWTSwing and Eclipse on Swing (EOS) by Christopher Deckers and Dieter Krachtus offer this solution. The prerequisites needed to understand and successfully use this technology are minimal since the EOS-Project offers a plug-in that hooks into the preferences of Eclipse or any RCP-based application and allows switching between SWT and Swing. Since it is easy to understand how, it is more important to understand when, where, and why to use this new technology. We both explain the technical details and advantages a Swing implementation of SWT offers already today.

Unlike most parts of Eclipse, SWT is a unique and irreplaceable element right at the root of Eclipse. Therefore, we also focus on the motivations behind the EOS project, which is not only about offering a whole new set of possibilities, but also about flexibility and security considering the future of Eclipse. At last we demonstrate the quality of our solution by running popular applications like Azureus, Bioclipse and even Eclipse itself on Swing.

Total running time 47:05 minutes

(Demo contains a slide by slide breakdown of the agenda in the left menu.)
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Dieter Krachtus (University of Heidelberg)</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/288">Eclipse on Swing</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>The power of Eclipse is a direct result of its capability to embrace new technologies. Here we present a unique approach to embrace Swing, which might determine the future of Eclipse on all levels, such as Client, Embedded, RCP and RIA.</p>

<p>Wouldn't it be great, if one had the choice between SWT and Swing not only at the beginning of a project but throughout development? How about using the familiar APIs to develop Eclipse-Plug-ins, RCP-applications or a JFace/SWT-GUI and still keep the option to switch back and forth between SWT and Swing without changes to your code?</p>

<p>The sister projects SWTSwing and Eclipse on Swing (EOS) by Christopher Deckers and Dieter Krachtus offer this solution. The prerequisites needed to understand and successfully use this technology are minimal since the EOS-Project offers a plug-in that hooks into the preferences of Eclipse or any RCP-based application and allows switching between SWT and Swing. Since it is easy to understand how, it is more important to understand when, where, and why to use this new technology. We both explain the technical details and advantages a Swing implementation of SWT offers already today.</p>

<p>Unlike most parts of Eclipse, SWT is a unique and irreplaceable element right at the root of Eclipse. Therefore, we also focus on the motivations behind the EOS project, which is not only about offering a whole new set of possibilities, but also about flexibility and security considering the future of Eclipse. At last we demonstrate the quality of our solution by running popular applications like Azureus, Bioclipse and even Eclipse itself on Swing.</p>

<p>Total running time 47:05 minutes</p>

<p>(Demo contains a slide by slide breakdown of the agenda in the left menu.)</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F19&amp;title=Demo" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Wed, 06 Jun 2007 10:57:36 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/288</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/19">Demo</category>
						<category domain="http://live.eclipse.org/node/136">RCP</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Eclipse Rich Client Development at Dutch Railways</title>
		<link>http://live.eclipse.org/node/242</link>
		<description>   


  Jeroen Leenarts, Daniel Steinberg


  


	Abstract:  
	
	  In this podcast, Jeroen Leenarts discusses the use of Eclipse Rich Client Platform and other Eclipse technology at Dutch Railways.

Total running time 06:25 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Jeroen Leenarts, Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/242">Eclipse Rich Client Development at Dutch Railways</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>In this podcast, Jeroen Leenarts discusses the use of Eclipse Rich Client Platform and other Eclipse technology at Dutch Railways.</p>

<p>Total running time 06:25 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Fri, 23 Mar 2007 17:31:45 -0400</pubDate>
		<dc:creator>admin</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/242</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/136">RCP</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Rich Client Platform with Scott Delap</title>
		<link>http://live.eclipse.org/node/241</link>
		<description>   


  Scott Delap (Rich Client Solutions), Daniel Steinberg


  


	Abstract:  
	
	  In this podcast, Scott Delap talk about his experiences bringing Eclipse Rich Client Platform (RCP) to his clients.

Total running time 05:00 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Scott Delap (Rich Client Solutions), Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/241">Rich Client Platform with Scott Delap</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>In this podcast, Scott Delap talk about his experiences bringing Eclipse Rich Client Platform (RCP) to his clients.</p>

<p>Total running time 05:00 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Fri, 23 Mar 2007 17:29:02 -0400</pubDate>
		<dc:creator>admin</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/241</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/136">RCP</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Alex Tarachanowicz Discusses PHPEclipse</title>
		<link>http://live.eclipse.org/node/240</link>
		<description>   


  Alex Tarachanowicz, Daniel Steinberg


  


	Abstract:  
	
	  In this podcast, Alex Tarachanowicz discusses the current state of PHPEclipse, motivation for building tools on top of Eclipse, and more.

Total running time 02:21 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Alex Tarachanowicz, Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/240">Alex Tarachanowicz Discusses PHPEclipse</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>In this podcast, Alex Tarachanowicz discusses the current state of PHPEclipse, motivation for building tools on top of Eclipse, and more.</p>

<p>Total running time 02:21 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Fri, 23 Mar 2007 17:27:00 -0400</pubDate>
		<dc:creator>admin</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/240</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/125">Enterprise</category>
						<category domain="http://live.eclipse.org/node/129">IDE</category>
						<category domain="http://live.eclipse.org/node/133">RIA</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Robert Elves Discusses Mylar</title>
		<link>http://live.eclipse.org/node/239</link>
		<description>   


  Robert Elves, Daniel Steinberg


  


	Abstract:  
	
	  In this podcast, Robert Elves, committer on the Mylar project responsible for Bugzilla integration, talk about the value of using Mylar.

Total running time 08:53 minutes
	   delicious |  digg |  dzone
	
	



	  







  






</description>
		<content:encoded><![CDATA[   

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Robert Elves, Daniel Steinberg</span>
</div>

<div class="resource-icon"><img${1} src="http://live.eclipse.org/${2}">&nbsp;</div>  
<!--
<div class="field field-type-text field-field-title">
  <span class="field-item"><span class="title"><a href="http://live.eclipse.org/node/239">Robert Elves Discusses Mylar</a></span></span>
</div>
-->
<div id="abstract">
	<span class="field-label">Abstract:</span>  
	<div class="field field-type-text field-field-author">
	  <span class="field-item"><p>In this podcast, Robert Elves, committer on the Mylar project responsible for Bugzilla integration, talk about the value of using Mylar.</p>

<p>Total running time 08:53 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Bookmark this post on del.icio.us." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="delicious" /> delicious</a> | <a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Digg this post on digg.com." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="digg" /> digg</a> | <a href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F20&amp;title=Podcast" title="Tag this post on DZone." rel="nofollow"><img${1} src="http://live.eclipse.org/${2}" alt="dzone" /> dzone</a></span>
	</div>
	
</div>

<div id="embedded">
	  </div>

<!-- <div id="comment_holder"></div> -->



<!-- ADMIN visible only fields -->

  






]]></content:encoded>
		<pubDate>Fri, 23 Mar 2007 17:22:11 -0400</pubDate>
		<dc:creator>admin</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/239</guid>
							<category domain="http://live.eclipse.org/node/287">EclipseCon 2007</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/125">Enterprise</category>
						<category domain="http://live.eclipse.org/node/129">IDE</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		</channel>
	</rss>
	