<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>techbits.de &#187; gwt</title>
	<atom:link href="http://www.techbits.de/tag/gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbits.de</link>
	<description>thoughts on hardware, software, development and tech news</description>
	<lastBuildDate>Fri, 02 Dec 2011 22:51:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Still here .. with GWT and VMware image generation</title>
		<link>http://www.techbits.de/2006/11/18/still-here-with-gwt-and-vmware-image-generation/</link>
		<comments>http://www.techbits.de/2006/11/18/still-here-with-gwt-and-vmware-image-generation/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 21:00:13 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/11/18/still-here-with-gwt-and-vmware-image-generation/</guid>
		<description><![CDATA[And once again too much time has passed without me paying attention to the blog. I spent time experimenting with all sorts of apps and technologies and should&#8217;ve really posted some of my experiences. Concerning my experiments with GWT &#8211; &#8230; <a href="http://www.techbits.de/2006/11/18/still-here-with-gwt-and-vmware-image-generation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>And once again too much time has passed without me paying attention to the blog. I spent time experimenting with all sorts of apps and technologies and should&#8217;ve really posted some of my experiences. </p>
<p>Concerning my experiments with <a href="http://code.google.com/webtoolkit/">GWT</a> &#8211; I upgraded to version 1.2.22 today and did realize the promised decrease in startup time when loading the project in the hosted mode browser but imho it could still be a bit smoother. The commercial <a href="http://www.instantiations.com/gwtdesigner/index.html">GWT Designer</a> (eclipse plugin, a free edition is available) looks very promising. Especially the useful wizards, refactoring support, <a href="http://www.google.com/search?q=define%3AI18N">I18N</a> support and of course the visual designer make GWT development even more productive.</p>
<p>Another project I spend some time on lately, is the automatic generation of VMware images. The idea is basically to automate the installation of predefined software packages so that up-to-date images can be built at any time. Eventually custom images could be requested and the software installation could take place without supervision. I currently use the install scripts of the <a href="http://unattended.msfn.org/">unattended.org</a> project and an additional perl script to start the VM &#8211; as a prototype it works. I&#8217;ve also looked into other installer projects like <a href="http://wpkg.org/">WPKG</a>, but I might end up creating my own database based package and profile management to enable user based profile definition via a web interface.</p>
<p>Btw, I need to get myself a new &#8220;java server&#8221; for the backyard: <a href="http://www.sun.com/emrkt/blackbox/index.jsp">SUN&#8217;s Blackbox</a> <img src='http://www.techbits.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <br />
(<a id="p49" href="http://www.techbits.de/wp-content/uploads/2006/11/still-here-with-gwt-and-vmware-image-generation.mp3" title="Audio Version">Audio Version</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/11/18/still-here-with-gwt-and-vmware-image-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.techbits.de/wp-content/uploads/2006/11/still-here-with-gwt-and-vmware-image-generation.mp3" length="1056809" type="audio/mpeg" />
		</item>
		<item>
		<title>StarRating GWT widget</title>
		<link>http://www.techbits.de/2006/09/05/starrating-gwt-widget/</link>
		<comments>http://www.techbits.de/2006/09/05/starrating-gwt-widget/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 19:02:43 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[starrating]]></category>
		<category><![CDATA[webtoolkit]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/09/05/starrating-gwt-widget/</guid>
		<description><![CDATA[I recently experimented with Google Web Toolkit (GWT) and created a widget in the process. Itâ€™s a simple rating control as seen on many websites where users can submit a rating by clicking on a number of stars. The control &#8230; <a href="http://www.techbits.de/2006/09/05/starrating-gwt-widget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>					I recently experimented with <a href="http://code.google.com/webtoolkit/">Google Web Toolkit (GWT)</a> and created a widget in the process. Itâ€™s a simple rating control as seen on many websites where users can submit a rating by clicking on a number of stars.<br />
<img id="image41" src="http://www.techbits.de/wp-content/uploads/2006/09/starrating2.png" alt="StarRating Example Application"><br />
The control currently features:</p>
<ul>
<li>a custom number of stars in one row (horizontal)</li>
<li>a mouse hover effect</li>
<li>provides an RPC service interface to store and retrieve rating data</li>
<li>client side usage without a service is possible</li>
<li>ui customization via CSS is possible</li>
</ul>
<p>Some features that are missing:</p>
<ul>
<li>client side usage needs a listener when the rating has changed.</li>
<li>the progress indicator is not customizable (image url in the java source).</li>
<li>itâ€™s not as elegant or efficient as e.g. this <a href="http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/#">CSS based star rating</a>.</li>
<li>no keyboard support like the <a href="http://gwt.components.googlepages.com/rateit">rate it widget in the gwt components library</a>.</li>
</ul>
<p>Nevertheless I believe this is pretty usable and maybe Iâ€™ll submit the widget to the <a href="http://gwt-widget.sourceforge.net/">GWT Widget Library Project</a> if it is welcome. Anyway, feel free to use it but I wonâ€™t promise any further support &#8211; weâ€™ll see. Here is the <a href="http://www.techbits.de/wp-content/uploads/2006/09/starratingwidget.zip">sourcecode of the StarRating widget</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/09/05/starrating-gwt-widget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

