<?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 - Individual</title>
		<link>http://live.eclipse.org/category/320/0</link>
		<description></description>
		<language>en</language>
		<pubDate>Mon, 26 Oct 2009 11:52:00 -0400</pubDate>
		<generator>Drupal TotalFeeds Module</generator>
			<item>
		<title>Which Open Source License is Best?</title>
		<link>http://live.eclipse.org/node/797</link>
		<description>   


  Andrew Ross (FOSSLC)


  


	Abstract:  
	
	  Which license is the best license for business? For community? For academia? For government? What are the key factors that influence the decision regarding an open source license? Are there certain things you should look out for?

This debate featured a panel of experts to examine the key factors influencing the decision to choose a particular license, as well as the subtle differences between the GPL, EPL, and BSD licences. These licenses cover a good range of the open source license spectrum.

The panel was:

Eclipse Foundation Executive Director, Mike Milinkovich
Alfresco VP Business Development, Matt Asay
Coverity Open Source Strategist, David Maxwell


	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Andrew Ross (FOSSLC)</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/797">Which Open Source License is Best?</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>Which license is the best license for business? For community? For academia? For government? What are the key factors that influence the decision regarding an open source license? Are there certain things you should look out for?</p>

<p>This debate featured a panel of experts to examine the key factors influencing the decision to choose a particular license, as well as the subtle differences between the GPL, EPL, and BSD licences. These licenses cover a good range of the open source license spectrum.</p>

<p>The panel was:
<ul>
<li>Eclipse Foundation Executive Director, Mike Milinkovich</li>
<li>Alfresco VP Business Development, Matt Asay</li>
<li>Coverity Open Source Strategist, David Maxwell</li>
</ul></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%2FVideo" 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%2FVideo" 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%2FVideo" 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, 02 Sep 2009 14:51:48 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/797</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Creating an Eclipse Download Package &quot;From Scratch&quot;</title>
		<link>http://live.eclipse.org/node/779</link>
		<description>   


  Eric Rizzo


  


	Abstract:  
	
	  With the Eclipse Galileo release, the Cocoa port for Mac graduated from incubation. However, the Eclipse Packaging Project (EPP) has limited resources and they can not produce the packages for every hardware/OS platform on which Eclipse is known to run. Of particular interest to me is the conspicuous absence of EPP package builds for 64-bit OS X. So, what do we do if we want to make full use of all the 64-bit goodness of our operating system and Java 6 JVM? Well, it turns out that re-constructing the EPP packages from the &quot;base platform&quot; SDK is not all that difficult.

The URL of the EPP update site used in the screencast is http://download.eclipse.org/technology/epp/packages/galileo/

UPDATE: The package downloads page has been updated so that the Mac 64-bit SDK download is available directly, rather than having to go through the &quot;Other Downloads&quot; page. This makes the process a bit simpler than what is demonstrated in the screencast. If you&#039;re following this process for 64-bit Cocoa on OS X, you can get the Platform SDK directly in the Eclipse Classic section.
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Eric Rizzo</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/779">Creating an Eclipse Download Package "From Scratch"</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>With the Eclipse Galileo release, the Cocoa port for Mac graduated from incubation. However, the Eclipse Packaging Project (EPP) has limited resources and they can not produce the packages for every hardware/OS platform on which Eclipse is known to run. Of particular interest to me is the conspicuous absence of EPP package builds for 64-bit OS X. So, what do we do if we want to make full use of all the 64-bit goodness of our operating system and Java 6 JVM? Well, it turns out that re-constructing the EPP packages from the "base platform" SDK is not all that difficult.</p>

<p>The URL of the EPP update site used in the screencast is <a href="http://download.eclipse.org/technology/epp/packages/galileo/" target="blank">http://download.eclipse.org/technology/epp/packages/galileo/</a></p>

<p><b>UPDATE:</b> The package downloads page has been updated so that the Mac 64-bit SDK download is available directly, rather than having to go through the "Other Downloads" page. This makes the process a bit simpler than what is demonstrated in the screencast. If you're following this process for 64-bit Cocoa on OS X, you can get the Platform SDK directly in the Eclipse Classic section.</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%2FVideo" 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%2FVideo" 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%2FVideo" 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, 22 Jul 2009 10:55:27 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/779</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/765">Galileo</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Converting SWT UI to a mockup using WireframeSketcher Spy</title>
		<link>http://live.eclipse.org/node/753</link>
		<description>   


  Peter Severin


  


	Abstract:  
	
	  The WireframeSketcher Spy plugin allows you to convert existing SWT UI to a mockup. Thus when you to revise some existing UI you don&#039;t need to start from zero.

How does it work? Open the dialog you want to mockup. Press Alt-Shift-F2 and the XML of the mockup is put into the clipboard. Open the “New Screen” wizard, and on the second page paste the XML. Hit Finish and you are done!
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Peter Severin</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/753">Converting SWT UI to a mockup using WireframeSketcher Spy</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 WireframeSketcher Spy plugin allows you to convert existing SWT UI to a mockup. Thus when you to revise some existing UI you don't need to start from zero.</p>

<p>How does it work? Open the dialog you want to mockup. Press Alt-Shift-F2 and the XML of the mockup is put into the clipboard. Open the “New Screen” wizard, and on the second page paste the XML. Hit Finish and you are done!</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%2FVideo" 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%2FVideo" 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%2FVideo" 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, 04 Jun 2009 06:35:46 -0400</pubDate>
		<dc:creator>peter@wireframesketcher.com</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/753</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/129">IDE</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Less is More: Redefining the “I” of the IDE  (W-JAX Keynote)</title>
		<link>http://live.eclipse.org/node/676</link>
		<description>   


  Mik Kersten (Tasktop Technologies)


  


	Abstract:  
	
	  Not long ago the notion of a tool that hides more of the program than it shows sounded crazy. To some it probably still does. But as Mylyn continues its rapid adoption, hundreds of thousands of developers are already part of the next big step in the evolution of the IDE. Tasks are more important than files, focus is more important than features, and an explicit context is the biggest productivity boost since code completion. This talk discusses how Java, OSGi, Eclipse, Mylyn, and a combination of open source frameworks and commercial extensions like Tasktop have enabled this transformation. It then reviews lessons learned for the next generation of tool innovations, and looks ahead at how we are redefining the “I” of the IDE.

Total running time 45:25 minutes
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Mik Kersten (Tasktop Technologies)</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/676">Less is More: Redefining the “I” of the IDE  (W-JAX Keynote)</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>Not long ago the notion of a tool that hides more of the program than it shows sounded crazy. To some it probably still does. But as Mylyn continues its rapid adoption, hundreds of thousands of developers are already part of the next big step in the evolution of the IDE. Tasks are more important than files, focus is more important than features, and an explicit context is the biggest productivity boost since code completion. This talk discusses how Java, OSGi, Eclipse, Mylyn, and a combination of open source frameworks and commercial extensions like Tasktop have enabled this transformation. It then reviews lessons learned for the next generation of tool innovations, and looks ahead at how we are redefining the “I” of the IDE.</p>

<p>Total running time 45:25 minutes</p></span><br/>
	  <span class="field-item"><a href="http://del.icio.us/post?url=http%3A%2F%2Flive.eclipse.org%2Fnode%2F18&amp;title=Webinar" 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%2F18&amp;title=Webinar" 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%2F18&amp;title=Webinar" 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, 18 Feb 2009 04:45:34 -0500</pubDate>
		<dc:creator>robert.elves@tasktop.com</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/676</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/18">Webinar</category>
						<category domain="http://live.eclipse.org/node/125">Enterprise</category>
						<category domain="http://live.eclipse.org/node/126">Framework</category>
						<category domain="http://live.eclipse.org/node/129">IDE</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Eclipse Tools for Silverlight Interoperability Demo</title>
		<link>http://live.eclipse.org/node/677</link>
		<description>   


  Jean-Christophe Cimetiere (eclipse4SL)


  


	Abstract:  
	
	  The Eclipse tools for Silverlight project, aka eclipse4SL, is an eclipse plug-in that enables Eclipse developers to use the Eclipse IDE to create applications that run on the Microsoft Silverlight runtime platform. The interoperability scenarios this project enables are very interesting, as it provides more choices to Java/Eclipse developers and opens up new opportunities for Silverlight adoption. This demo gives an overview of the developer experience of creating a basic Silverlight application in Eclipse, shows how collaborating with a designer could work, and gives a sample Silverlight application talking to a Java web service.

More on http://www.eclipse4sl.org.

Total running time 09:09 minutes
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Jean-Christophe Cimetiere (eclipse4SL)</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/677">Eclipse Tools for Silverlight Interoperability Demo</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 tools for Silverlight project, aka eclipse4SL, is an eclipse plug-in that enables Eclipse developers to use the Eclipse IDE to create applications that run on the Microsoft Silverlight runtime platform. The interoperability scenarios this project enables are very interesting, as it provides more choices to Java/Eclipse developers and opens up new opportunities for Silverlight adoption. This demo gives an overview of the developer experience of creating a basic Silverlight application in Eclipse, shows how collaborating with a designer could work, and gives a sample Silverlight application talking to a Java web service.</p>

<p>More on <a href="http://www.eclipse4sl.org/" target="blank">http://www.eclipse4sl.org</a>.</p>

<p>Total running time 09:09 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%2FVideo" 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%2FVideo" 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%2FVideo" 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>Tue, 17 Feb 2009 13:16:50 -0500</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/677</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Using Semantic UI Framework to create &#039;Task List&#039;  view</title>
		<link>http://live.eclipse.org/node/630</link>
		<description>   


  Pavel Petrochenko (OnPositive)


  


	Abstract:  
	
	  This screen cast shows how to create &#039;Task List&#039; view with Semantic UI Framework 

Semantic UI Framework is a productivity framework that is developed by OnPositive Technologies and is licensed under EPL license.


Framework uses xml files to describe UI structure and metadata descriptions (Java annotations or xml files) to describe details of UI and data binding. Framework supports tracking of changes and features rich undo redo support. Also, framework includes tooling support for tag libraries creation and WTP based editor for editing GUI description files. Semantic UI Framework allows you to quickly build interactive, Java-based rich client applications based on SWT/JFace. (More rendering backends are planned later) . 

Total running time 07:35 minutes

	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Pavel Petrochenko (OnPositive)</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/630">Using Semantic UI Framework to create 'Task List'  view</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">This screen cast shows how to create 'Task List' view with <a href="http://onpositive.com/semantic">Semantic UI Framework</a> <br>
<p>
<a href="http://onpositive.com/semantic">Semantic UI Framework</a> is a productivity framework that is developed by <a href="http://onpositive.com/">OnPositive Technologies</a> and is licensed under EPL license.
</p>
<p>
Framework uses xml files to describe UI structure and metadata descriptions (Java annotations or xml files) to describe details of UI and data binding. Framework supports tracking of changes and features rich undo redo support. Also, framework includes tooling support for tag libraries creation and WTP based editor for editing GUI description files. Semantic UI Framework allows you to quickly build interactive, Java-based rich client applications based on SWT/JFace. (More rendering backends are planned later) . 
</p>
<p>Total running time 07:35 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%2FVideo" 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%2FVideo" 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%2FVideo" 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>Sat, 13 Dec 2008 04:56:43 -0500</pubDate>
		<dc:creator>pavel@onpositive.com</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/630</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/129">IDE</category>
						<category domain="http://live.eclipse.org/node/136">RCP</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Building Platforms with Jeff McAffer</title>
		<link>http://live.eclipse.org/node/606</link>
		<description>   


  Jeff McAffer (Code 9), Martin Lippert (SE-Radio)


  


	Abstract:  
	
	  In this episode of SE-Radio, Martin Lippert talks with Jeff McAffer about building platforms. We start with a brief discussion about what a platform is in contrast to a framework or an application. Drawing from his experiences working on the Eclipse platform for years, Jeff talks with us about how to develop platforms, why developing a platform is different from developing an application, what makes a good platform great, and why API design becomes so extremely important for platforms. He provides us with some insights on how the development process and the client collaboration for platform development could look like and what has and has not worked in the past.

Total running time 57:09 minutes
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Jeff McAffer (Code 9), Martin Lippert (SE-Radio)</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/606">Building Platforms with Jeff McAffer</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 episode of SE-Radio, Martin Lippert talks with Jeff McAffer about building platforms. We start with a brief discussion about what a platform is in contrast to a framework or an application. Drawing from his experiences working on the Eclipse platform for years, Jeff talks with us about how to develop platforms, why developing a platform is different from developing an application, what makes a good platform great, and why API design becomes so extremely important for platforms. He provides us with some insights on how the development process and the client collaboration for platform development could look like and what has and has not worked in the past.</p>

<p>Total running time 57:09 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, 10 Oct 2008 15:32:53 -0400</pubDate>
		<dc:creator>lynn.gayowski@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/606</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/20">Podcast</category>
						<category domain="http://live.eclipse.org/node/129">IDE</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>Getting Started with the Android Development Tools</title>
		<link>http://live.eclipse.org/node/595</link>
		<description>   


  Vojimir Golem


  


	Abstract:  
	
	  Now that we have ADT officially released and world&#039;s first Android-powered phone announced it&#039;s a good time to take a second look at Android Development Tools (ADT).

The first screencast introduces installation and usage of ADT within the Eclipse Ganymede SR1 environment - total running time 03:10 minutes.

The second screencast shows ADT in declarative UI development - total running time 02:30 minutes. 
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Vojimir Golem</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/595">Getting Started with the Android Development Tools</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>Now that we have ADT officially released and world's first Android-powered phone announced it's a good time to take a second look at Android Development Tools (ADT).</p>

<p>The first screencast introduces installation and usage of ADT within the Eclipse Ganymede SR1 environment - total running time 03:10 minutes.</p>

<p>The second screencast shows ADT in declarative UI development - total running time 02:30 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%2FVideo" 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%2FVideo" 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%2FVideo" 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, 29 Sep 2008 10:04:55 -0400</pubDate>
		<dc:creator>thescreencast.com@gmail.com</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/595</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/419">Mobile</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		<item>
		<title>PHP Tutorial: Using Eclipse+PDT as a PHP IDE</title>
		<link>http://live.eclipse.org/node/578</link>
		<description>   


  PHP Developer Blog


  


	Abstract:  
	
	  PHPDeveloperBlog.com presents: How to install and use Eclipse--a free, open source platform--as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging and everything else programmers expect in an IDE are available in a PHP IDE for free!

Total running time 08:50 minutes
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">PHP Developer Blog</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/578">PHP Tutorial: Using Eclipse+PDT as a PHP IDE</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>PHPDeveloperBlog.com presents: How to install and use Eclipse--a free, open source platform--as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging and everything else programmers expect in an IDE are available in a PHP IDE for free!</p>

<p>Total running time 08:50 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%2FVideo" 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%2FVideo" 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%2FVideo" 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, 18 Aug 2008 11:11:56 -0400</pubDate>
		<dc:creator>wayne@eclipse.org</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/578</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</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>EuGENia: Kick-start your GMF Editor Development</title>
		<link>http://live.eclipse.org/node/575</link>
		<description>   


  Dimitrios Kolovos


  


	Abstract:  
	
	  This screencast demonstrates the EuGENia tool implemented in the context of the Epsilon GMT component. EuGENia can generate the .gmfgraph, .gmfmap and .gmftool models required to build a GMF-based editor directly from the ECore metamodel itself (augmented with some GMF-specific annotations). The screencast demonstrates using EuGENia to implement a GMF-based editor for an exemplar FileSystem metamodel without needing to touch any of the intermediate models manually. A detailed presentation of EuGENia and instructions on installing and using it are available here.
	   delicious |  digg |  dzone
	
	



	  







  






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

<div id="author" class="field field-type-text field-field-author">
  <span class="field-item">Dimitrios Kolovos</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/575">EuGENia: Kick-start your GMF Editor Development</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">This screencast demonstrates the EuGENia tool implemented in the context of the <a href="http://www.eclipse.org/gmt/epsilon">Epsilon GMT component</a>. EuGENia can generate the .gmfgraph, .gmfmap and .gmftool models required to build a GMF-based editor directly from the ECore metamodel itself (augmented with some GMF-specific annotations). The screencast demonstrates using EuGENia to implement a GMF-based editor for an exemplar FileSystem metamodel without needing to touch any of the intermediate models manually. A detailed presentation of EuGENia and instructions on installing and using it are available <a href="http://epsilonlabs.wiki.sourceforge.net/EuGENia" target="_blank">here</a>.</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%2FVideo" 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%2FVideo" 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%2FVideo" 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 Aug 2008 09:14:29 -0400</pubDate>
		<dc:creator>dkolovos@cs.york.ac.uk</dc:creator>
		<guid isPermaLink="true">http://live.eclipse.org/node/575</guid>
							<category domain="http://live.eclipse.org/node/320">Individual</category>
						<category domain="http://live.eclipse.org/node/19">Demo/Video</category>
						<category domain="http://live.eclipse.org/node/420">Modeling</category>
						<category domain="http://live.eclipse.org/node/14">English</category>
						</item>
		</channel>
	</rss>
	