<?xml version="1.0" encoding="utf-8" ?>  
 <rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
 <channel>
    <title>Web 2.0 announcer feed for open source</title>
    <link>http://open-source.web2announcer.com/</link>
    <description>Web 2.0 announcer top stories for open source</description>
    <dc:language>en</dc:language>
    <pubDate>Fri, 16 May 2008 18:55:37 GMT</pubDate><item>
	<title>NetBeans 6.1 : no go for YAML development</title>
    <link>http://web2announcer.com/go/2590225</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Highlighting some issues with the YAML editor that ships with NetBeans 6.1, which make it unusable for any serious YAML development.
	</content:encoded>
    <pubDate>Fri, 16 May 2008 18:55:37 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2590225</guid><category domain="http://eclipse.web2announcer.com/">eclipse</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Firefox 3 Themes</title>
    <link>http://web2announcer.com/go/2590034</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Here are some screen shots of the new themes for Firefox 3 for Vista, Linux, OS X and XP.
	</content:encoded>
    <pubDate>Fri, 16 May 2008 16:45:31 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2590034</guid><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://usability.web2announcer.com/">usability</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Java SwingBuilder: turbo-charging YAML with virtual constructor flow</title>
    <link>http://web2announcer.com/go/2589987</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A major hack to the YAML file format to further reduce the number of lines and indentation levels in it, thus making it way more compact than XML or JSON. Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing UI development by defining the layout/event wiring/binding in a separate YAML file and leaving the Java class to focus on pure business-side code. Inspired by Groovy SwingBuilder (the concept in general), Ruby on Rails (YAML is the new JSON/XML, but leaner) and GTK+ libGlade (for the idea of keeping layout and event wiring in a separate file). End goal of the project: to define max content with the least amount of code.
	</content:encoded>
    <pubDate>Fri, 16 May 2008 16:19:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2589987</guid><category domain="http://groovy.web2announcer.com/">groovy</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Java to get a new WebKit-based browser component</title>
    <link>http://web2announcer.com/go/2590182</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Title says it all: no more clunky integration with IE or Mozilla in Java apps. WebKit is comin&#039; to town.
	</content:encoded>
    <pubDate>Fri, 16 May 2008 16:18:52 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2590182</guid><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ria.web2announcer.com/">ria</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>SHadoop: Scala and Hadoop</title>
    <link>http://web2announcer.com/go/2589878</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Writing Hadoop applications with Scala.
	</content:encoded>
    <pubDate>Fri, 16 May 2008 14:05:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2589878</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Trolltech makes Qt run as GTK+</title>
    <link>http://web2announcer.com/go/2589132</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    It seems the fine folks at Trolltech are working on making this go away by allowing Qt apps to use GTK+ for all the rendering (not imitated, real GTK+).
	</content:encoded>
    <pubDate>Fri, 16 May 2008 03:16:10 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2589132</guid><category domain="http://c-and-cpp.web2announcer.com/">c-and-cpp</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://unix-linux.web2announcer.com/">unix-linux</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Tutorial: Send E-mail Using Spring and JavaMail</title>
    <link>http://web2announcer.com/go/2588737</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Quick tutorial to show how to use JavaMail from Spring. Shows both Spring-based and JNDI-based configuration, and also shows how to create e-mail templates.
	</content:encoded>
    <pubDate>Thu, 15 May 2008 20:26:29 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2588737</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Don&#039;t Use ExtJS</title>
    <link>http://web2announcer.com/go/2588549</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A former user of ExtJS suggesting not to use ExtJS because of licensing issues
	</content:encoded>
    <pubDate>Thu, 15 May 2008 18:36:48 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2588549</guid><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Customizing Eclipse With Pulse</title>
    <link>http://web2announcer.com/go/2587968</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Now that you know how to use Pulse to get a copy of the classic Eclipse SDK installed, I&#039;m going to walk you through customizing my install by adding Mylyn to it. Naturally, we&#039;ll need to launch the Pulse Explorer and that&#039;s easy to do off the shortcut on the Programs menu on Windows.  (Similar shortcuts are created on Linux and Macintosh as well)
	</content:encoded>
    <pubDate>Thu, 15 May 2008 11:47:56 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2587968</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>GridGain: Master-Worker in Peer-To-Peer Architecture</title>
    <link>http://web2announcer.com/go/2587890</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    We sometimes get questions from users on how to ensure Master-Worker pattern within peer-to-peer (P2P) architecture in GridGain. When designing our API and our deployment model, we purposely went with P2P architecture because we wanted to have ultimate freedom on how a grid node is used. As a result, in GridGain a node can act as master or worker or both, depending on your configuration. Moreover, you don&#039;t even have to change a single line of code to get this to work.
	</content:encoded>
    <pubDate>Thu, 15 May 2008 10:46:16 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2587890</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Visualizing Cluster-Based Applications</title>
    <link>http://web2announcer.com/go/2587677</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Detecting concurrency-related bugs and performance bottlenecks is hard, especially on clusters consisting of a large number of nodes. In an interview with Artima, Terracotta co-founder and CTO Ari Zilka explains the importance of visualization in cluster-based applications, and introduces Terracotta&#039;s open-source cluster visualizer tool.
	</content:encoded>
    <pubDate>Thu, 15 May 2008 08:20:57 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2587677</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>JUnit 4.4 - Hamcrest Asserts</title>
    <link>http://web2announcer.com/go/2586839</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    JUnit 4.4 includes Hamcrest asserts which make the unit testing assert logic more BDD&#039;ish and readable.
	</content:encoded>
    <pubDate>Wed, 14 May 2008 22:14:40 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2586839</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>5-minute guide to start developing with OSGi in Eclipse</title>
    <link>http://web2announcer.com/go/2586375</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    In this tutorial I propose a quick step-by-step guide to start developing your OSGi bundles using Eclipse IDE and a standalone Equinox implementation.&amp;#xD;
   1. Download latest Equinox distribution and unpack it&amp;#xD;
   2. Configure Eclipse Target Platform&amp;#xD;
   3. Create an OSGi Project for your bundle&amp;#xD;
   4. Develop your bundle&amp;#xD;
   5. Run or Debug your bundle inside Eclipse&amp;#xD;
   6. Deploy your bundle
	</content:encoded>
    <pubDate>Wed, 14 May 2008 16:24:44 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2586375</guid><category domain="http://eclipse.web2announcer.com/">eclipse</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Long Tail Treasure Trove</title>
    <link>http://web2announcer.com/go/2586200</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    30 Open Source projects in 50 minutes. (From JavaOne 2008)
	</content:encoded>
    <pubDate>Wed, 14 May 2008 14:28:58 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2586200</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>How To Create A Home Page Title Tag For Joomla Sites</title>
    <link>http://web2announcer.com/go/2585627</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    the home page title tag is one of the most important title tags on your site. By default, Joomla displays the site name you specify in the config which isn’t that Google friendly, because it’s good to get your important keywords in your home page title.
	</content:encoded>
    <pubDate>Wed, 14 May 2008 08:15:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2585627</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://web-design.web2announcer.com/">web design</category><category domain="http://web-services.web2announcer.com/">web services</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Lessons Learned From Spring’s @Autowired</title>
    <link>http://web2announcer.com/go/2585318</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    How to change from XML-based dependency injection to Spring&#039;s @Autowired and what you&#039;ve to do if your beans inherit from each other.
	</content:encoded>
    <pubDate>Wed, 14 May 2008 04:40:47 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2585318</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://xml.web2announcer.com/">xml</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The Basics of Database Indexes</title>
    <link>http://web2announcer.com/go/2584876</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Continuing his series on interview questions, Jesse at 20bits presents a great overview of database indexes and how they work.  A must read!
	</content:encoded>
    <pubDate>Tue, 13 May 2008 23:39:36 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2584876</guid><category domain="http://database.web2announcer.com/">database</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>GridGain: Embeddable Grid Container</title>
    <link>http://web2announcer.com/go/2584774</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    One of the unique feature that is often overlooked on a cursory overview is that fact that GridGain provides an embeddable grid container. In fact, GridGain is not a monolithic server or a runtime – but it is a lightweight container that can be easily embedded into your application, your favorite servlet container or JEE server to provide advanced grid computing capabilities. Think Jetty – and you’ll get the picture.
	</content:encoded>
    <pubDate>Tue, 13 May 2008 22:37:11 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2584774</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Series on mysql replication.  Starts with giving you quick look on how mysql replication works.</title>
    <link>http://web2announcer.com/go/2584776</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This post starts the “MySQL Replication Series” with briefly going over how MySQL replication works. Later in the series it goes over how to fine tune the settings to get replication to do what you want it to do.
	</content:encoded>
    <pubDate>Tue, 13 May 2008 22:26:04 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2584776</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://unix-linux.web2announcer.com/">unix-linux</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Points of view</title>
    <link>http://web2announcer.com/go/2584724</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Different points of view on open source software :-)
	</content:encoded>
    <pubDate>Tue, 13 May 2008 22:00:49 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2584724</guid><category domain="http://humor.web2announcer.com/">humor</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Team Concert Beta 3 Out</title>
    <link>http://web2announcer.com/go/2584580</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The IBM&#039;s Jazz project  has just released the beta number 3 of its Rational Team Concert, the first product based on the Jazz Team Server. If Eclipse could be considered a desktop integration platform, Jazz has the ambition to provide open development process integration at the server level.
	</content:encoded>
    <pubDate>Tue, 13 May 2008 20:33:55 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2584580</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>VMWare Open BlueDragon image made available</title>
    <link>http://web2announcer.com/go/2583962</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    We are happy to announce that we have made our Open BlueDragon VMWare image available.&amp;#xD;
&amp;#xD;
The image contains:&amp;#xD;
CentOS 5.1 (with all available upgrades as of 05/11/2008)&amp;#xD;
Tomcat 5.5&amp;#xD;
MySQL 5.0.22&amp;#xD;
Apache 2.x&amp;#xD;
and of course Open BlueDragon (build of 05/11/2008)
	</content:encoded>
    <pubDate>Tue, 13 May 2008 13:45:14 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2583962</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://coldfusion.web2announcer.com/">coldfusion</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Java SwingBuilder: binding done, SwingWorker done, fat trimmed</title>
    <link>http://web2announcer.com/go/2583573</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Completed work on bean binding, SwingWorker integration for long running methods. &amp;#xD;
Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing UI development by defining the layout/event wiring/binding in a separate YAML file and leaving the Java class to focus on pure business-side code. &amp;#xD;
Inspired by Groovy SwingBuilder (the concept in general), Ruby on Rails (YAML is the new JSON/XML, but leaner) and GTK+ libGlade (for the idea of keeping layout and event wiring in a separate file).&amp;#xD;
&amp;#xD;
End goal of the project: to blow JavaFX away and ensure pure Java is king. *grin*
	</content:encoded>
    <pubDate>Tue, 13 May 2008 10:36:50 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2583573</guid><category domain="http://groovy.web2announcer.com/">groovy</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>A Silverlight Beginning - The Verdict</title>
    <link>http://web2announcer.com/go/2583157</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Designers can use Expression Blend and Design to create their artifacts and the XAML end result can be handed off to developers. Now, most people have heard this type of marketing hype ad-nauseum over the past year. So, here&#039;s what sold me:
	</content:encoded>
    <pubDate>Tue, 13 May 2008 06:59:49 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2583157</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://microsoft.web2announcer.com/">Microsoft</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Comparing TWO continous build tools: Cruise Control and Hudson</title>
    <link>http://web2announcer.com/go/2581820</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A small comparision between TWO famous continous integration tools.
	</content:encoded>
    <pubDate>Mon, 12 May 2008 16:53:34 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2581820</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>JGAP 3.3.3 released (Java Genetic Algorithms Package)</title>
    <link>http://web2announcer.com/go/2581726</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    JGAP is a sophisticated Genetic Algorithms and Genetic Programming package written in Java.&amp;#xD;
&amp;#xD;
JGAP version 3.3.3 is an extensive release, featuring basically the following:&amp;#xD;
* The evolution cycle has been revamped and simplified for a better understanding&amp;#xD;
* A lot of smaller enhancements and architectural improvements, see the change log&amp;#xD;
* Some bugs have been fixed&amp;#xD;
* The basic MinimizingMakeChange example was simplified&amp;#xD;
* Improved grid computing by adding new classes and features&amp;#xD;
* Javadoc-enhancements&amp;#xD;
* New JUnit tests&amp;#xD;
&amp;#xD;
This release can be downloaded here: &amp;#xD;
http://sourceforge.net/project/showfiles.php?group_id=11618&amp;amp;package_id=48940&amp;#xD;
&amp;#xD;
For more information visit the JGAP homepage at http://jgap.sf.net&amp;#xD;
&amp;#xD;
Klaus Meffert for the JGAP team
	</content:encoded>
    <pubDate>Mon, 12 May 2008 15:06:17 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2581726</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Android handset</title>
    <link>http://web2announcer.com/go/2581727</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Android handset in the wild - E28
	</content:encoded>
    <pubDate>Mon, 12 May 2008 15:06:10 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2581727</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://mobile.web2announcer.com/">mobile</category><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>First Look at the Spring 2 Application Platform</title>
    <link>http://web2announcer.com/go/2581131</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    What is SpringSource thinking? Why are they betting everything on OSGi? What&#039;s so special about the Spring 2 Application Platform? Read this article to get your bearings.
	</content:encoded>
    <pubDate>Mon, 12 May 2008 06:49:13 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2581131</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>invokedynamic: Is It What We Really Need?</title>
    <link>http://web2announcer.com/go/2580584</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    invokedynamic from prospective of Groovy Core Developer
	</content:encoded>
    <pubDate>Sun, 11 May 2008 20:12:15 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2580584</guid><category domain="http://groovy.web2announcer.com/">groovy</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Live From JavaOne</title>
    <link>http://web2announcer.com/go/2579270</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Brennan Spies gives a run down of the first day of JavaOne.
	</content:encoded>
    <pubDate>Sat, 10 May 2008 16:19:38 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2579270</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Java SwingBuilder: latest updates on binding, SwingWorker and validations</title>
    <link>http://web2announcer.com/go/2578772</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Latest updates on bean binding, SwingWorker integration for long running methods and bean validations. Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing UI development by defining the layout/event wiring/binding in a separate YAML file and leaving the Java class to focus on pure business-side code. Inspired by Groovy SwingBuilder, Ruby on Rails (YAML) and GTK+ libGlade.
	</content:encoded>
    <pubDate>Sat, 10 May 2008 04:03:15 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2578772</guid><category domain="http://groovy.web2announcer.com/">groovy</category><category domain="http://gui.web2announcer.com/">gui</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>What methods does my Groovy/Grails class have?</title>
    <link>http://web2announcer.com/go/2578437</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    If you’ve ever wondered what methods a groovy class has available for you to call, all you need to do is ask the metaClass...
	</content:encoded>
    <pubDate>Fri, 09 May 2008 21:27:11 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2578437</guid><category domain="http://groovy.web2announcer.com/">groovy</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>CommunityOne 2008 Impressions (Day 0 of JavaOne)</title>
    <link>http://web2announcer.com/go/2578439</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The CommunityOne conference this year was on Monday, May 5, 2008, the day before JavaOne &quot;proper&quot;. It&#039;s easy to think of CommunityOne as a &quot;pre-JavaOne&quot;, or &quot;JavaOne, Day 0&quot; because, like JavaOne, it&#039;s sponsored by Sun Microsystems, it&#039;s at the same venue, and it is logistically managed as sort-of an extension of JavaOne (your JavaOne conference pass is used, but with an optional one-day add-on for CommunityOne). So why the distinct conference name and date? Aren&#039;t CommunityOne and JavaOne the same kind of conference sponsored by the same company?
	</content:encoded>
    <pubDate>Fri, 09 May 2008 21:17:50 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2578439</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>SpringSource Application Platform + Bundle Repository</title>
    <link>http://web2announcer.com/go/2578441</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Viewpoint on Spring S2AP and OBR announcements from OSGi Alliance&#039;s senior architect
	</content:encoded>
    <pubDate>Fri, 09 May 2008 21:14:47 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2578441</guid><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://standards.web2announcer.com/">standards</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>OpenOffice.org 3 Is Near</title>
    <link>http://web2announcer.com/go/2578186</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Do you really need an introduction for OpenOffice.org?
	</content:encoded>
    <pubDate>Fri, 09 May 2008 18:02:47 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2578186</guid><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Sun juggles love of code with need for cash</title>
    <link>http://web2announcer.com/go/2578111</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Ian Murdock, Sun vice president of developer and community marketing, and Marten Mickos, head of Sun&#039;s database group, used CommunityOne to outline Sun&#039;s ideals on recent acquisition MySQL, OpenSolaris and NetBeans. At the same time they explained Sun&#039;s attempts to monetize them.
	</content:encoded>
    <pubDate>Fri, 09 May 2008 17:03:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2578111</guid><category domain="http://database.web2announcer.com/">database</category><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications</title>
    <link>http://web2announcer.com/go/2577845</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications. Drop it into your new or existing application, and you’ll instantly have all the features of a basic community site.
	</content:encoded>
    <pubDate>Fri, 09 May 2008 13:33:18 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2577845</guid><category domain="http://news.web2announcer.com/">News</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Open Source - A &quot;Freemium Business Model&quot;?</title>
    <link>http://web2announcer.com/go/2577758</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Give your service away for free, acquire a lot of customers very efficiently through word of mouth, referral networks, organic search marketing, etc, then offer premium priced value added services or an enhanced version of your service to your customer base.
	</content:encoded>
    <pubDate>Fri, 09 May 2008 12:44:26 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2577758</guid><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Scripting Hadoop Jobs in Groovy</title>
    <link>http://web2announcer.com/go/2577721</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A tool for those groups that need to expose Hadoop to the &#039;casual&#039; user who needs to get and manipulate valuable data on a Hadoop cluster, but doesn&#039;t have the time to learn Java, the Hadoop API, or to think in MapReduce to solve problems that are a notch or more above trivial.
	</content:encoded>
    <pubDate>Fri, 09 May 2008 12:08:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2577721</guid><category domain="http://announcement.web2announcer.com/">announcement</category><category domain="http://groovy.web2announcer.com/">groovy</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Google and Dojo, F.E.E.D.I.N.G.</title>
    <link>http://web2announcer.com/go/2577140</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A new data store has been added to the Dojo Ajax Toolkit that uses Google&#039;s Feed API to enable you to load any Atom or RSS feed directly to your web page. With no server side redirect scripts for you to write or worry about. Load any feed, from any site, in less than 10 lines of JavaScript.
	</content:encoded>
    <pubDate>Fri, 09 May 2008 03:17:07 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2577140</guid><category domain="http://ajax.web2announcer.com/">ajax</category><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://web-20.web2announcer.com/">web 2.0</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The hottest Java Web Application ever</title>
    <link>http://web2announcer.com/go/2577059</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Well, I’m talking about hot.. deployment, obviously.&amp;#xD;
In the last months, it happened to me quite a few times to talk with different people about the possibility of being able, in a Java Web Application, to dynamically add/start/stop plugins... [...]... I turned out it was extremely simple.
	</content:encoded>
    <pubDate>Fri, 09 May 2008 01:59:37 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2577059</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Data Transformation and Processing with Smooks v1.0</title>
    <link>http://web2announcer.com/go/2576995</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Version 1.0 of the Smooks Transformation Engine has been released.  Smooks v1.0 is more than just a Transformation Engine however, and is proving itself to be a useful tool in the SOA/ESB world!
	</content:encoded>
    <pubDate>Fri, 09 May 2008 00:47:22 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576995</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>GridGain: Example of Two Job Scheduling Approaches</title>
    <link>http://web2announcer.com/go/2576509</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    There are two different approaches of job scheduling on the grid...
	</content:encoded>
    <pubDate>Thu, 08 May 2008 18:13:15 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576509</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Netbeans Maven Intragation 3.1 Released !</title>
    <link>http://web2announcer.com/go/2576463</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Netbeans Maven Intragation 3.1 Released !
	</content:encoded>
    <pubDate>Thu, 08 May 2008 17:36:41 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576463</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Session-Scoped Beans in Spring</title>
    <link>http://web2announcer.com/go/2576420</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This article explains how to create beans that are scoped to HTTP sessions.  It also includes a brief discussion as to why you might want to do that and why you might not.
	</content:encoded>
    <pubDate>Thu, 08 May 2008 16:50:21 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576420</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>When will Sun acquire Liferay ?</title>
    <link>http://web2announcer.com/go/2576313</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    I have been told last night about that announcement: In a few words, Sun and Liferay are collaborating on a common set of components that will be reused by both platforms...
	</content:encoded>
    <pubDate>Thu, 08 May 2008 15:14:49 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576313</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>GridGain Vs. Hadoop (Continued)</title>
    <link>http://web2announcer.com/go/2576271</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Recently Hadoop posted a HadoopVsGridgain comparison page on Wiki. I have always been a big fan of Hadoop. Although I believe that the product is very hard to use and API&#039;s are far from obvious, I still think they have achieved quite a lot and the fact that Yahoo Search runs on Hadoop proves that system works and scales quite well. However, this ridiculous &quot;comparison&quot; threw me a bit off and the only reason I can think they put it up is that GridGain started significantly cutting into their user base.
	</content:encoded>
    <pubDate>Thu, 08 May 2008 14:48:57 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576271</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Sling and OSGi</title>
    <link>http://web2announcer.com/go/2576175</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    We all have read about Spring adopting OSGi lately, but this article is about the Web Framework Sling, which is built on OSGi on ground up. In this article you will learn how to create a new bundle, deploy it using the Sling console and how to access your new service from a JSP.
	</content:encoded>
    <pubDate>Thu, 08 May 2008 14:03:49 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2576175</guid><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://standards.web2announcer.com/">standards</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>git vs bzr vs hg: Distributed Version Control Systems: A Not-So-Quick Guide Through</title>
    <link>http://web2announcer.com/go/2575877</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Adoption and interest for Distributed Version Control Systems is constantly rising. InfoQ  introduces the concept of DVCS and looks at 3 actors in the area: git, Mercurial and Bazaar.
	</content:encoded>
    <pubDate>Thu, 08 May 2008 07:08:18 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2575877</guid><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://reviews.web2announcer.com/">reviews</category><category domain="http://trends.web2announcer.com/">trends</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>SpringSource application server, very nice, shame about the license</title>
    <link>http://web2announcer.com/go/2575615</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    First, hats off to Rod, Adrian and the others. It&#039;s very nice and very much in line with where most people see this all going in the next few years.
	</content:encoded>
    <pubDate>Thu, 08 May 2008 01:53:32 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2575615</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://programming.web2announcer.com/">Programming</category></item></channel>
</rss>