<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.4" -->
<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 hints, tips, and random musings</title>
	<link>http://dev.eclipse.org/blogs/wayne</link>
	<description>Wayne Beaton's blog about Eclipse.</description>
	<pubDate>Fri, 16 May 2008 21:02:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.4</generator>
	<language>en</language>
			<item>
		<title>EBERT on Sprint Titan</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/05/15/ebert-on-sprint-titan/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/05/15/ebert-on-sprint-titan/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:27:12 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Embedded]]></category>

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

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

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/05/15/ebert-on-sprint-titan/</guid>
		<description><![CDATA[Radoslav has taken it upon himself to get EBERT running on Sprint Titan (based on eRCP). How cool is that? Let me answer that for you: very cool.
See some screenshots here. I&#8217;m looking forward to Radoslav&#8217;s contributions to the project.
]]></description>
			<content:encoded><![CDATA[<p>Radoslav has taken it upon himself to get <a href="http://dev.eclipse.org/blogs/wayne/2008/05/14/introducing-ebert/">EBERT</a> running on <a href="http://developer.sprint.com/site/global/develop/technologies/sprint_titan/p_sprint_titan.jsp">Sprint Titan</a> (based on <a href="http://www.eclipse.org/ercp">eRCP</a>). How cool is that? Let me answer that for you: very cool.</p>
<p>See some screenshots <a href="http://debian.fmi.uni-sofia.bg/~radog/ebert/">here</a>. I&#8217;m looking forward to Radoslav&#8217;s contributions to the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/05/15/ebert-on-sprint-titan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing EBERT</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/05/14/introducing-ebert/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/05/14/introducing-ebert/#comments</comments>
		<pubDate>Wed, 14 May 2008 18:56:13 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Embedded]]></category>

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

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

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/05/14/introducing-ebert/</guid>
		<description><![CDATA[I blogged last week about an example application that I&#8217;ve been building. Building good examples is pretty hard: you want an example to be simple enough to understand. At the same time, it has to be real enough to useful and expose real issues. I think that this application strikes a reasonable balance. The Eclipse [...]]]></description>
			<content:encoded><![CDATA[<p>I blogged <a href="http://dev.eclipse.org/blogs/wayne/2008/05/05/three-runtimes/">last week</a> about an example application that I&#8217;ve been building. Building good examples is pretty hard: you want an example to be simple enough to understand. At the same time, it has to be real enough to useful and expose real issues. I think that this application strikes a reasonable balance. The Eclipse Business Expense Reporting and Tracking (EBERT) application is a relatively small, but provides a valuable service. At least as a business traveler who has to work with Excel-based expense forms, it&#8217;s valuable to me. </p>
<p>Here&#8217;s a snapshot of the <a href="http://www.eclipse.org/rcp">RCP</a> version of EBERT:</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/rcp.png' title='rcp.png'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/rcp.thumbnail.png' alt='rcp.png' /></a></p>
<p>Here&#8217;s what it looks like in <a href="http://www.eclipse.org/rap">RAP</a>:</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/rap1.png' title='rap1.png'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/rap1.thumbnail.png' alt='rap1.png' /></a></p>
<p>Note that the RAP version is running in a browser embedded in an Eclipse editor. It also runs fine in a regular browser like Firefox.</p>
<p>Here&#8217;s what it looks like in <a href="http://www.eclipse.org/ercp">eRCP</a> running on a Nokia E90:</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/ercp.png' title='ercp.png'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/ercp.thumbnail.png' alt='ercp.png' /></a></p>
<p>You&#8217;ll notice some similarities and some differences. The really cool part is that some 90% of the code (estimate) is exactly the same across platforms. That 90%&mdash;the exact same code without recompiling, repackaging, or manipulation of any sort&mdash;is deployed on the desktop, the server, and a phone. This is one of the great things about Equinox and the various runtime platforms at Eclipse: the exact same component model, Equinox, is used everywhere.</p>
<p>Here&#8217;s a high-level architecture of what&#8217;s going on:</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/arch.png' title='arch.png'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/arch.thumbnail.png' alt='arch.png' /></a></p>
<p>The common bundles&mdash;those in the middle&mdash;contain most of the interesting behaviour. Specifically, these two bundles contain the basic business models (core), and the various views and custom widgets (ui). Underneath these common components are the various runtime platforms which all themselves sit on Equinox (actually, the E90 uses <a href="http://www.prosyst.com/">Prosyst</a>&#8217;s implementation of <a href="http://www.osgi.org">OSGi</a>). </p>
<p>At the top are the various &#8220;application&#8221; bundles. Each of these bundles pulls the pieces together for one of the platforms. The &#8220;application&#8221; bundles provide some customization of the views, and&mdash;in the case of the eRCP version&mdash;some navigation glue that manages the views in the absence of perspectives (which are not supported on eRCP due to screen space limitations).</p>
<p>Yesterday, I (finally) submitted it to the Eclipse IP review process as the initial contribution for the <a href="http://www.eclipse.org/examples">Eclipse Examples</a> project (<a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2310">CQ 2310</a>). There&#8217;s still a lot of work to do (the application doesn&#8217;t quite live up to the Examples project&#8217;s <a href="http://www.eclipse.org/examples/website/values.php">values</a> yet), but we should hopefully soon have some code where you can find it, look at it, and maybe contribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/05/14/introducing-ebert/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More pictures from JavaOne</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/05/07/more-pictures-from-javaone/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/05/07/more-pictures-from-javaone/#comments</comments>
		<pubDate>Wed, 07 May 2008 23:27:47 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/05/07/more-pictures-from-javaone/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0952.JPG' title='img_0952.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0952.thumbnail.JPG' alt='img_0952.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0954.JPG' title='img_0954.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0954.thumbnail.JPG' alt='img_0954.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0958.JPG' title='img_0958.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0958.thumbnail.JPG' alt='img_0958.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0959.JPG' title='img_0959.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0959.thumbnail.JPG' alt='img_0959.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0960.JPG' title='img_0960.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0960.thumbnail.JPG' alt='img_0960.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0961.JPG' title='img_0961.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0961.thumbnail.JPG' alt='img_0961.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0966.JPG' title='img_0966.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0966.thumbnail.JPG' alt='img_0966.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0974.JPG' title='img_0974.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0974.thumbnail.JPG' alt='img_0974.JPG' /></a><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/crowd.JPG' title='crowd.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/crowd.thumbnail.JPG' alt='crowd.JPG' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/05/07/more-pictures-from-javaone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some pictures from JavaOne</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/05/07/some-pictures-from-javaone/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/05/07/some-pictures-from-javaone/#comments</comments>
		<pubDate>Wed, 07 May 2008 16:48:29 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/05/07/some-pictures-from-javaone/</guid>
		<description><![CDATA[The Eclipse booth at JavaOne is being hosted this year (as it is normally hosted) by a broad cast of Eclipse committers, representatives from member companies, and other generally-knowledgeable people.
Yesterday, some of the folks from nexB hung out at the booth, answering questions about Equinox and being all-around great ambassadors for Eclipse. Here are the [...]]]></description>
			<content:encoded><![CDATA[<p>The Eclipse booth at JavaOne is being hosted this year (as it is normally hosted) by a broad cast of Eclipse committers, representatives from member companies, and other generally-knowledgeable people.</p>
<p>Yesterday, some of the folks from <a href="http://www.easyeclipse.org/site/home/index.html">nexB</a> hung out at the booth, answering questions about <a href="http://www.eclipse.org/equinox">Equinox</a> and being all-around great ambassadors for Eclipse. Here are the nexB folks (along with Lynn and Donald) during a lull in the excitement (it&#8217;s hard for me to take shots when there&#8217;s lots of activity at the booth, as I end up being one of the folks chatting with the visitors).</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/javaone-nexb.jpg' title='javaone-nexb.jpg'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/javaone-nexb.thumbnail.jpg' alt='javaone-nexb.jpg'></a></p>
<p>A highlight of the show for me was meeting up with Luke Li,  and old friend from university (back then we knew him as Danny Li). Here&#8217;s Luke eating the fish after a great Sushi dinner.</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/luke.jpg' title='luke.jpg'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/luke.thumbnail.jpg' alt='luke.jpg' /></a></p>
<p>Hanging out with the nexB guys, and then later with Doug and Shaun from <a href="http://www.eclipse.org/eclipselink">EclipseLink</a> and Virgil from <a href="http://www.eclipse.org/birt">BIRT</a> is the best part of the show for me.</p>
<p>Today, be sure to drop by the Eclipse booth. I&#8217;ll be there from 1130 to 1330 to chat about Equinox, runtimes, and everything else you want to know about Eclipse. Mik Kersten will be there from 1330 to 1500 to talk about <a href="http://www.eclipse.org/mylyn">Mylyn</a>, and Oliver Wolf will be there from 1500 to 1630 to talk about <a href="http://www.eclipse.org/swordfish">Swordfish</a>. FWIW, no real swordfish were injured during our sushi-fest last night&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/05/07/some-pictures-from-javaone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaOne: Do Not Enter</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/05/06/javaone-do-not-enter/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/05/06/javaone-do-not-enter/#comments</comments>
		<pubDate>Tue, 06 May 2008 23:00:50 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/05/06/javaone-do-not-enter/</guid>
		<description><![CDATA[JavaOne is not what you might call my favourite show. This sign about sums it up for me.

How welcoming is that? It&#8217;s &#8220;Java + You&#8221;, but &#8220;Do Not Enter&#8221;. Let the lovefest begin. Did I mention the beanbag chairs?
The keynote this morning was uninspiring. With Java FX we can make lots of fancy graphics with [...]]]></description>
			<content:encoded><![CDATA[<p>JavaOne is not what you might call my favourite show. This sign about sums it up for me.</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0928.JPG' title='img_0928.JPG'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/img_0928.thumbnail.JPG' alt='img_0928.JPG' /></a></p>
<p>How welcoming is that? It&#8217;s &#8220;Java + You&#8221;, but &#8220;Do Not Enter&#8221;. Let the lovefest begin. Did I mention the beanbag chairs?</p>
<p>The keynote this morning was uninspiring. With Java FX we can make lots of fancy graphics with animated flames and stuff. How cool is that? And now&#8230; <a href="http://www.news.com/8301-13953_3-9937142-80.html?tag=nefd.lede">Neil Young</a>. Frankly, I what was not said speaks louder than anything that actually was said.</p>
<p>Mike and I did a talk today titled &#8220;The Many Moons of Eclipse&#8221;. The talk was well-received. Mike has been doing a talk like this for years. Two years ago, the audience asked for more code. Last year they asked for a demo. This year, we tried to give them both. I demoed an application that I&#8217;ve been writing running on <a href="http://www.eclipse.org/ercp">eRCP</a> on a Nokia E90, and <a href="http://www.eclipse.org/rap">RAP</a> and <a href="http://www.eclipse.org/rcp">RCP</a> on Ubuntu Linux. This is the same application that I spoke about <a href="http://dev.eclipse.org/blogs/wayne/2008/05/05/three-runtimes/">yesterday</a>. Here&#8217;s a screenshot of the RAP version:</p>
<p><a href='http://dev.eclipse.org/blogs/wayne/files/2008/05/rap.png' title='rap.png'><img src='http://dev.eclipse.org/blogs/wayne/files/2008/05/rap.thumbnail.png' alt='rap.png' /></a></p>
<p>RAP totally rocks. I feel great pity for anybody who doesn&#8217;t know about RAP (and will be taking some steps over the next week or so to resolve that problem).</p>
<p>After our talk, I spent a few hours in the exhibit hall at the Eclipse booth chatting with people about various Eclipsey things. This is the shining light for me at JavaOne: interacting with people who are as excited about Eclipse technology as I am (and I&#8217;m pretty excited about it). I spoke with a couple of folks from Quest about some first-class integration they&#8217;ve done between Eclipse and <a href="http://www.quest.com/jprobe/">JProbe</a>. I&#8217;m looking forward to getting some trial software for review. I&#8217;ve spoken with dozens of other folks who are building their businesses based around Eclipse technology.</p>
<p>Mike and I walked past James Gosling and Jonathan Schwartz today. Jonathan gave Mike a curt nod. I&#8217;m sure it was very exciting for him (Jonathan that is; Mike seemed indifferent)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/05/06/javaone-do-not-enter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Three Runtimes</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/05/05/three-runtimes/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/05/05/three-runtimes/#comments</comments>
		<pubDate>Mon, 05 May 2008 20:19:19 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Embedded]]></category>

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

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/05/05/three-runtimes/</guid>
		<description><![CDATA[I&#8217;ve been spending a great deal of time working with Eclipse runtime technology recently. Specifically, I&#8217;ve been building an example application that deploys using Eclipse Rich Client Platform (RCP), Rich Ajax Platform (RAP), and embedded Rich Client Platform (eRCP). The application itself is simple enough: I like examples to be as simple as possible, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending a great deal of time working with Eclipse runtime technology recently. Specifically, I&#8217;ve been building an example application that deploys using Eclipse <a href="http://www.eclipse.org/rcp">Rich Client Platform (RCP)</a>, <a href="http://www.eclipse.org/rap">Rich Ajax Platform (RAP)</a>, and <a href="http://www.eclipse.org/ercp">embedded Rich Client Platform (eRCP)</a>. The application itself is simple enough: I like examples to be as simple as possible, but useful, so I built an expense tracker. I figure that, if I can make it useful enough for my purposes (i.e. help me keep track of my travel expenses and automatically fill out those forms I <strike>hate</strike> love so much), it will give me great motivation to keep it up-to-date and new versions of the technology becomes available.</p>
<p>I started first with an RCP version of the application. I&#8217;ve been building applications using RCP for a while, so this seemed like a natural enough step. </p>
<p>After I got some bits of the functionality working, I switched over to RAP. The switch to the technology itself was pretty straightforward. I installed the development plug-ins from the update site (they provide some handy launchers that make testing super easy), and downloaded and unpacked the runtime target platform. RAP applications, just like RCP applications require a target platform which provides a set of bundles that form the foundation of the application. The cool thing about RAP is that it lets you build applications using almost exactly the same set of APIs that you use when building RCP applications. In the ideal case, you switch from an RCP target to an RAP target and you&#8217;re in business.</p>
<p>While RAP provides a growing subset of the the same  APIs made available to RCP developers, they are packaged differently. In my original work, I had specified a number of bundle dependencies. Since the names and organization of the bundles in RAP are, in some cases, different than those of RCP, many of the dependencies could not be found (package and class names are the same).  I switched from using bundle dependencies (<em>Require-Bundle</em>) to using package imports (<em>Import-Package</em>). I&#8217;m not sure if there is a recommended practice in this domain yet, but I opted to use package imports for all &#8220;system&#8221; dependencies, and bundle references for dependencies on other bundles I created.</p>
<p>The conversion of the application from RCP to RAP was pretty quick and relatively painless. With this success in hand, I turned my attention to eRCP.</p>
<p>The conversion to eRCP required a bit more work. First, I had made the cardinal sin of using Java 5 (language syntax and libraries). Most of the migration effort to eRCP was a pretty mechanical process of converting to the version of Java supported on the device. Specifically, I had to convert everything down to Java 1.3 and <a href="http://jcp.org/en/jsr/detail?id=218">CDC</a>-1.1/Foundation-1.1 libraries. This required more than just changing syntax as I had used some APIs not included in the target environment; this sent me searching for replacements for functionality such as regular expression parsing. Once I worked out my addictions to Java 5, I turned my attention to the user experience. Before I started down this path, I knew that eRCP didn&#8217;t have a notion of perspectives (tiny screens don&#8217;t lend themselves to perspectives), I tried to carefully design the various views in my application to work with this restriction. </p>
<p>My initial effort has resulted in an application that runs on all three platforms. Some 90% of the code is exactly the same on all platforms. In fact, I have a handful (recall that I wanted to have a relatively small application) of bundles that are just shared and so are immediately testable and deployable on the various platforms.  </p>
<p>I have an &#8220;application&#8221; bundle for each platform that pulls all the parts together in different ways. The RAP version of the application presents itself in full screen (full browser?); the RCP version uses the Nebula CDateTime widget, the eRCP version adds explicit navigation between views and leverages the special &#8220;command&#8221; buttons available on a device. I can envision other &#8220;application&#8221; bundles that assemble and manage the components for different types of devices; the way that I interact on an iPhone (at least theoretically) is different than I do on the Nokia E90 I&#8217;ve been playing with; I can capture the different navigation aspects in a separate bundle while still leveraging the 90% functionality reuse.</p>
<p>I intend to talk more about this application over the next few days and weeks (and post some pictures). When I get home from from JavaOne this week, I&#8217;ll start the process of contributing this application to the new <a href="http://www.eclipse.org/examples">Eclipse Examples Project</a>. In the meantime, I&#8217;ll be at the Eclipse booth at JavaOne. Find me there (or at the Thirsty Bear on Wednesday night).</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/05/05/three-runtimes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JAX 2008 Eclipse Nite moved</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/04/23/jax-2008-eclipse-nite-moved/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/04/23/jax-2008-eclipse-nite-moved/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 16:51:32 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/04/23/jax-2008-eclipse-nite-moved/</guid>
		<description><![CDATA[We&#8217;re mixing things up a little for Eclipse Nite at JAX 2008 tonight. I turns out that the original room is just a little too close to a live band, so we&#8217;re moving across the building to room 6A.
We&#8217;ll only be in room 6A for a few minutes; we&#8217;re going to do a couple of [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re mixing things up a little for Eclipse Nite at JAX 2008 tonight. I turns out that the original room is just a little too close to a live band, so we&#8217;re moving across the building to room 6A.</p>
<p>We&#8217;ll only be in room 6A for a few minutes; we&#8217;re going to do a couple of demos and then move over to the lounge area at the back of the exhibit hall. There, things will get a lot less formal. My vision has folks arriving with laptops in tow with problems that need solving. I have a bunch of Eclipse experts planning to be there. You should be too!</p>
<p>I have &#8220;Eclipse Installed&#8221; stickers&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/04/23/jax-2008-eclipse-nite-moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating Database Web Applications with Eclipse</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/04/17/creating-database-web-applications-with-eclipse/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/04/17/creating-database-web-applications-with-eclipse/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 19:10:08 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/04/17/creating-database-web-applications-with-eclipse/</guid>
		<description><![CDATA[Stephen Schaub has updated his article titled, &#8220;Creating Database Web Applications with Eclipse&#8220;. The article&#8217;s abstract reads:
The Eclipse Web Tools and Data Tools Projects deliver a feature-rich environment for developing Java EE database-driven web applications. This tutorial walks you through the process of creating a simple database web application using Eclipse WTP/DTP, Tomcat, and the [...]]]></description>
			<content:encoded><![CDATA[<p>Stephen Schaub has updated his article titled, &#8220;<a href="http://www.eclipse.org/articles/article.php?file=Article-EclipseDbWebapps/index.html">Creating Database Web Applications with Eclipse</a>&#8220;. The article&#8217;s abstract reads:</p>
<blockquote><p>The Eclipse <a href="http://www.eclipse.org/webtools">Web Tools</a> and <a href="http://www.eclipse.org/datatools">Data Tools</a> Projects deliver a feature-rich environment for developing Java EE database-driven web applications. This tutorial walks you through the process of creating a simple database web application using Eclipse WTP/DTP, Tomcat, and the Derby database engine.</p></blockquote>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/04/17/creating-database-web-applications-with-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse Examples Project Good to Go!</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/04/15/eclipse-examples-project-good-to-go/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/04/15/eclipse-examples-project-good-to-go/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 15:01:51 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/04/15/eclipse-examples-project-good-to-go/</guid>
		<description><![CDATA[The new Eclipse Examples Project has been created, provisioned, and set to an incubation-conforming state. In short, we&#8217;re good to go. I have some code that&#8217;s ready to move into the project (pending PMC approval and IP review). But before that, we need to finalize a proper plan for the project. If you&#8217;re interested in [...]]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://www.eclipse.org/examples">Eclipse Examples Project</a> has been created, provisioned, and set to an <a href="http://www.eclipse.org/projects/dev_process/incubation-phase.php">incubation-conforming</a> state. In short, we&#8217;re good to go. I have some code that&#8217;s ready to move into the project (pending PMC approval and IP review). But before that, we need to finalize a proper plan for the project. If you&#8217;re interested in participating in this project, add you name to the <a href="https://dev.eclipse.org/mailman/listinfo/examples-dev">mailing list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/04/15/eclipse-examples-project-good-to-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GSoC Student Application Deadline today</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/04/07/gsoc-student-application-deadline-today/</link>
		<comments>http://dev.eclipse.org/blogs/wayne/2008/04/07/gsoc-student-application-deadline-today/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 05:31:36 +0000</pubDate>
		<dc:creator>Wayne Beaton</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/wayne/2008/04/07/gsoc-student-application-deadline-today/</guid>
		<description><![CDATA[The GSoC timeline shows April 7, 5:00 PM PDT (00:00 UTC April 8, 2008) as the application deadline.  Students, make sure you get your applications in!
FWIW, we currently have 120 submissions from students
]]></description>
			<content:encoded><![CDATA[<p>The GSoC <a href="http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline">timeline</a> shows April 7, 5:00 PM PDT (00:00 UTC April 8, 2008) as the application deadline.  Students, make sure you get your applications in!</p>
<p>FWIW, we currently have 120 submissions from students</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/wayne/2008/04/07/gsoc-student-application-deadline-today/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
