<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.coconut-palm-software.com/the_new_visual_editor/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/feed.php">
        <title>The Visual Editor</title>
        <description></description>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/</link>
        <image rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/lib/images/favicon.ico" />
       <dc:date>2010-06-25T22:56:55-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:congratulations_to_eclipse_committers&amp;rev=1277415969&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:e4_sdk_available_-_early_adopter_testers_needed&amp;rev=1271350669&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:e4_a_first_look&amp;rev=1265426614&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:mylyn_makes_code_presentations_clearer&amp;rev=1259364597&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:refactoring_to_dsls_slides_posted&amp;rev=1259112841&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:speaking_at_chitown_scala_meeting&amp;rev=1258251812&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:agile-_stress_testing_a_release_process&amp;rev=1251492851&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:write_uis_more_easily_with_fp&amp;rev=1244470110&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/lib/images/favicon.ico">
        <title>The Visual Editor</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/</link>
        <url>http://www.coconut-palm-software.com/the_new_visual_editor/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:congratulations_to_eclipse_committers&amp;rev=1277415969&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-24T17:46:09-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:congratulations_to_eclipse_committers - created</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:congratulations_to_eclipse_committers&amp;rev=1277415969&amp;do=diff</link>
        <description>Eclipse Helios is here: Done by 39 project teams, 490 committers, creating/managing more than 33 million lines of code.

Congratulations to everyone whose code is in this release and to everyone who helped manage this thing out the door!

On time.  Again.</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:e4_sdk_available_-_early_adopter_testers_needed&amp;rev=1271350669&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-15T12:57:49-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:e4_sdk_available_-_early_adopter_testers_needed - created</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:e4_sdk_available_-_early_adopter_testers_needed&amp;rev=1271350669&amp;do=diff</link>
        <description>An exciting milestone in the E4 project passed yesterday when John Arthorne posted the following to the E4-dev mailing list:


	&quot; I have spent the last day or so self-hosting full time using Eclipse 4.0 SDK builds. While there are lots of bugs and errors in the log, I have encountered no impediment that prevented my ability to get work accomplished using these builds as my regular IDE. I strongly encourage the rest of the team, and any bleeding edge adopters in the community, to try use Eclipse …</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:e4_a_first_look&amp;rev=1265426614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-05T22:23:34-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:e4_a_first_look - created</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:e4_a_first_look&amp;rev=1265426614&amp;do=diff</link>
        <description>I've finally got some cycles to catch up on E4 a bit.  The first thing I notice is that in E4, you wind up with a lot of code that looks something like this:  (from &lt;http://www.vogella.de/articles/EclipseE4/article.html&gt;)


public class View1 {
	@Inject
	public View1(Composite parent) {
		Label label = new Label(parent, SWT.NONE);
		label.setText(&quot;E4 is new&quot;);
		Text text = new Text(parent, SWT.NONE);
		text.setText(&quot;and different&quot;);
	}
}</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:mylyn_makes_code_presentations_clearer&amp;rev=1259364597&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-27T18:29:57-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:mylyn_makes_code_presentations_clearer</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:mylyn_makes_code_presentations_clearer&amp;rev=1259364597&amp;do=diff</link>
        <description>Last week I gave a presentation on refactoring regular Java code toward a Scala DSL to the Chicago Area Scala Enthusiasts (CASE).  Along the way, I discovered a really cool way to use the Eclipse Mylyn tool to solve a perennial presenter's problem: how to smoothly switch between various code examples during the presentation.</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:refactoring_to_dsls_slides_posted&amp;rev=1259112841&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-24T20:34:01-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:refactoring_to_dsls_slides_posted - created</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:refactoring_to_dsls_slides_posted&amp;rev=1259112841&amp;do=diff</link>
        <description>Slides for last week's Scala meetup presentation in Chicago are posted on SlideShare:

&lt;http://www.slideshare.net/dvorme/refactoring-to-scala-dsls-and-liftoff-2009-recap&gt;

The topic was “Refactoring to DSLs (for beginners)” and “Scala LiftOff 2009 Recap”.</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:speaking_at_chitown_scala_meeting&amp;rev=1258251812&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-14T21:23:32-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:speaking_at_chitown_scala_meeting - Clarified.</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:speaking_at_chitown_scala_meeting&amp;rev=1258251812&amp;do=diff</link>
        <description>I'll be speaking at the Chicago Area Scala Enthusiasts (CASE) meeting this coming Thursday.  We'll cover the following:


	*  News from the Scala LiftOff East in Reston Virginia two weeks ago
	*  I'll talk about using DSLs written in Scala to improve Java projects</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:agile-_stress_testing_a_release_process&amp;rev=1251492851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-28T16:54:11-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:agile-_stress_testing_a_release_process - Tightened up</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:agile-_stress_testing_a_release_process&amp;rev=1251492851&amp;do=diff</link>
        <description>Sometimes you get on an airplane--or into a release process, and partway through the flight, something exciting happens.

You never want this to happen, but sometimes it happens anyway.  And it becomes an opportunity to find out just how resilient your processes are.</description>
    </item>
    <item rdf:about="http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:write_uis_more_easily_with_fp&amp;rev=1244470110&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-08T10:08:30-04:00</dc:date>
        <dc:creator>djo</dc:creator>
        <title>blog:write_uis_more_easily_with_fp - created</title>
        <link>http://www.coconut-palm-software.com/the_new_visual_editor/doku.php?id=blog:write_uis_more_easily_with_fp&amp;rev=1244470110&amp;do=diff</link>
        <description>At EclipseCon, I had some amazing conversations with various people about the potential to use EMF and modelling technologies to raise the abstraction level, and therefore programmer productivity, when creating user interfaces.

Since then, I've realized that XScalaWT can do all this already, for free, as long as you favor convention over configuration in your code...</description>
    </item>
</rdf:RDF>
