<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://java.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title>Recent Tips, Tricks and How-Tos</title>
 <link>http://java.dzone.com/howto/current</link>
 <description></description>
 <language>en</language>
<item>
 <title>How to implement row level access control in Lucene</title>
 <link>http://java.dzone.com/articles/how-implement-row-level-access</link>
 <description>Below I have written some fully functionally code that shows how you
could implement row level access control in Lucene (2.3.2). Basically
you have to index enough information to be able to search (in a single
query) and find all documents that a given user has access to read.

In the below example there are two fields:
DATA: Which contains any data that you want your users to be able to
search....</description>
 <comments>http://java.dzone.com/articles/how-implement-row-level-access#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://java.dzone.com/category/tags/authentication">authentication</category>
 <category domain="http://java.dzone.com/category/tags/authorization">authorization</category>
 <category domain="http://java.dzone.com/category/tags/lucene">lucene</category>
 <category domain="http://java.dzone.com/category/tags/search">search</category>
 <category domain="http://java.dzone.com/category/tags/security">security</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5285</wfw:commentRss>
 <dz:submitDate>Tue, 07 Oct 2008 15:09:02 -0400</dz:submitDate>
 <dz:readCount>692</dz:readCount>
 <dz:commentCount>2</dz:commentCount>
 <dz:submitter> <dz:username>amccurry</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-312147.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 07 Oct 2008 15:09:02 -0400</pubDate>
 <dc:creator>amccurry</dc:creator>
 <guid isPermaLink="false">5285 at http://java.dzone.com</guid>
</item>
<item>
 <title>Java RESTful clients and JAX-RS</title>
 <link>http://java.dzone.com/articles/java-restful-clients-and-jax-r</link>
 <description>RESTful architecture and JAX-RS lead to distributed architectures.  Roy Fielding&#039;s dissertation talks about a layered, client-server
architecture. The JAX-RS Spec provides a great way to develop the</description>
 <comments>http://java.dzone.com/articles/java-restful-clients-and-jax-r#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/client-side">Client-side</category>
 <category domain="http://java.dzone.com/category/tags/jax-rs">JAX-RS</category>
 <category domain="http://java.dzone.com/category/tags/rest">REST</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/soa">SOA</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5346</wfw:commentRss>
 <dz:submitDate>Tue, 07 Oct 2008 09:07:24 -0400</dz:submitDate>
 <dz:readCount>1280</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>sduskis</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-182559.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 07 Oct 2008 09:07:24 -0400</pubDate>
 <dc:creator>sduskis</dc:creator>
 <guid isPermaLink="false">5346 at http://java.dzone.com</guid>
</item>
<item>
 <title>A Simple Clustered Task Distribution System</title>
 <link>http://java.dzone.com/articles/a-simple-clustered-task-distri</link>
 <description>This article will introduce the basic concepts of JGroups and then implement a task distribution system (on top of JGroups), where tasks can be placed into the cluster and are executed by worker nodes.I&#039;ll show that worker nodes can be added at run time to add more processing power, or taken down when we don&#039;t have much load. Plus, tasks assigned to workers who subsequently crash are...</description>
 <comments>http://java.dzone.com/articles/a-simple-clustered-task-distri#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://java.dzone.com/category/tags/clustering">Clustering</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/infrastructure">Infrastructure</category>
 <category domain="http://java.dzone.com/category/tags/jgroups">JGroups</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/patterns">Patterns</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5315</wfw:commentRss>
 <dz:submitDate>Mon, 06 Oct 2008 11:09:11 -0400</dz:submitDate>
 <dz:readCount>3547</dz:readCount>
 <dz:commentCount>4</dz:commentCount>
 <dz:submitter> <dz:username>bb21206</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-97027.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 06 Oct 2008 11:09:11 -0400</pubDate>
 <dc:creator>bb21206</dc:creator>
 <guid isPermaLink="false">5315 at http://java.dzone.com</guid>
</item>
<item>
 <title>Some Perspective in JavaFX</title>
 <link>http://java.dzone.com/articles/some-perspective-javafx</link>
 <description>I&#039;ve been asked to post the slides for the JavaFX presentation that I delivered at JavaZone 2008.  Because the presentation itself was written in JavaFX, I&#039;ve bundled it up so that you can run it from a Java Web Start link.  First, however, I&#039;d like to show you some screenshots and provide an explanation of what you&#039;ll be looking at:</description>
 <comments>http://java.dzone.com/articles/some-perspective-javafx#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/tags/javafx">javafx</category>
 <category domain="http://java.dzone.com/taxonomy/term/59">RIA</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5313</wfw:commentRss>
 <dz:submitDate>Sat, 04 Oct 2008 19:56:00 -0400</dz:submitDate>
 <dz:readCount>822</dz:readCount>
 <dz:commentCount>8</dz:commentCount>
 <dz:submitter> <dz:username>jlweaver</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-254157.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Sat, 04 Oct 2008 19:56:00 -0400</pubDate>
 <dc:creator>jlweaver</dc:creator>
 <guid isPermaLink="false">5313 at http://java.dzone.com</guid>
</item>
<item>
 <title>Build Tests While Building Applications</title>
 <link>http://java.dzone.com/articles/build-tests-while-building-app</link>
 <description>I&#039;ve been doing some thinking lately about how we build and test
applications. I&#039;m no agile
expert but I am impressed with the concepts of test-first and iterative
development. Waterfall
seems like it is designed to kill developers, testers, and projects by
its nature.</description>
 <comments>http://java.dzone.com/articles/build-tests-while-building-app#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/tags/tdd">TDD</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/tools-methods/testing">Testing</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/tools-methods/agile">Agile</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5286</wfw:commentRss>
 <dz:submitDate>Thu, 02 Oct 2008 11:40:13 -0400</dz:submitDate>
 <dz:readCount>1689</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>fcohen</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-198969.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 02 Oct 2008 11:40:13 -0400</pubDate>
 <dc:creator>fcohen</dc:creator>
 <guid isPermaLink="false">5286 at http://java.dzone.com</guid>
</item>
<item>
 <title>A Look Inside the JBoss Microcontainer, Part I -- Component Models </title>
 <link>http://java.dzone.com/articles/a-look-inside-jboss-microconta</link>
 <description>Looking at the current state of Java, we can see that POJOs (Plain Old Java Objects) rule the land yet again. Their dominance stretches from enterprise applications to middleware services. At JBoss we were known for our modular JMX-based kernel. The application server was nothing more than a bunch of flexible MBeans and a powerful MicroKernel in the middle.</description>
 <comments>http://java.dzone.com/articles/a-look-inside-jboss-microconta#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://java.dzone.com/category/tags/component-models">component models</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/infrastructure">Infrastructure</category>
 <category domain="http://java.dzone.com/category/tags/jboss-microcontainer">JBoss microcontainer</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/soa">SOA</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/grid-computing">Grid Computing</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/virtualization">Virtualization</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5253</wfw:commentRss>
 <dz:submitDate>Wed, 01 Oct 2008 12:02:31 -0400</dz:submitDate>
 <dz:readCount>2582</dz:readCount>
 <dz:commentCount>8</dz:commentCount>
 <dz:submitter> <dz:username>alesj</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-295100.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 01 Oct 2008 12:02:31 -0400</pubDate>
 <dc:creator>alesj</dc:creator>
 <guid isPermaLink="false">5253 at http://java.dzone.com</guid>
</item>
<item>
 <title>fusemetrics - Build Metrics Dashboard</title>
 <link>http://java.dzone.com/articles/fusemetrics-build-metrics-dash</link>
 <description>If you have been using CI for quite sometime, you probably have a wide array of metrics for your projects - code coverage, complexity, coupling, bugs, tests, suspicious code, style violations, copy/paste detectors, performance measurements, dependency analysis and more.And with all those metrics, it can be a struggle to get a single, simple view of what&#039;s going on with your project, and, perhaps...</description>
 <comments>http://java.dzone.com/articles/fusemetrics-build-metrics-dash#comments</comments>
 <category domain="http://java.dzone.com/category/tags/build">build</category>
 <category domain="http://java.dzone.com/category/tags/ci">CI</category>
 <category domain="http://java.dzone.com/category/tags/dashboard">dashboard</category>
 <category domain="http://java.dzone.com/category/tags/metrics">metrics</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/tools-methods/build-automatio">Build Automation</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5237</wfw:commentRss>
 <dz:submitDate>Mon, 29 Sep 2008 05:52:18 -0400</dz:submitDate>
 <dz:readCount>1948</dz:readCount>
 <dz:commentCount>6</dz:commentCount>
 <dz:submitter> <dz:username>meera</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-8.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 29 Sep 2008 05:52:18 -0400</pubDate>
 <dc:creator>meera</dc:creator>
 <guid isPermaLink="false">5237 at http://java.dzone.com</guid>
</item>
<item>
 <title>Ten Useful GridGain How-To Tips</title>
 <link>http://java.dzone.com/articles/ten-useful-gridgain-how-to-tip</link>
 <description>I have assembled a list of GridGain how-to tips based on questions we usually get from our users. I will shortly put it on our Wiki as well, but here it is for now:1. How to execute a task on a grid?</description>
 <comments>http://java.dzone.com/articles/ten-useful-gridgain-how-to-tip#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/tags/grid-computing">grid computing</category>
 <category domain="http://java.dzone.com/taxonomy/term/66">java</category>
 <category domain="http://java.dzone.com/category/tags/open-source">Open Source</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/grid-computing">Grid Computing</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5195</wfw:commentRss>
 <dz:submitDate>Thu, 25 Sep 2008 02:52:58 -0400</dz:submitDate>
 <dz:readCount>1217</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>dsetrakyan</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-241464.png</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 25 Sep 2008 02:52:58 -0400</pubDate>
 <dc:creator>dsetrakyan</dc:creator>
 <guid isPermaLink="false">5195 at http://java.dzone.com</guid>
</item>
<item>
 <title>Using the Java Deployment Toolkit with JavaFX Applets</title>
 <link>http://java.dzone.com/articles/using-java-deployment-toolkit-</link>
 <description>First, let me apologize for resurrecting the very humble JavaFX program shown below, but I want to keep this example very succinct.  This will enable you to use it as &amp;quot;starter code&amp;quot; for JavaFX applet deployment.  Note: To see more functional JavaFX programs, please see articles in the JFX Custom Nodes category.</description>
 <comments>http://java.dzone.com/articles/using-java-deployment-toolkit-#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/client-side">Client-side</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5187</wfw:commentRss>
 <dz:submitDate>Thu, 25 Sep 2008 02:14:28 -0400</dz:submitDate>
 <dz:readCount>1781</dz:readCount>
 <dz:commentCount>5</dz:commentCount>
 <dz:submitter> <dz:username>jlweaver</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-254157.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 25 Sep 2008 02:14:28 -0400</pubDate>
 <dc:creator>jlweaver</dc:creator>
 <guid isPermaLink="false">5187 at http://java.dzone.com</guid>
</item>
<item>
 <title>Ant or Gant?</title>
 <link>http://java.dzone.com/articles/ant-or-gant-part-1</link>
 <description>Yes, this is exactly what I am frequently asked by my clients and many developers. It isn&#039;t easy to answer this question. There are several  projects using Ant. Should you run away from Ant just because there is a new cool tool out there called Gant? Should you switch to Gant just because you dislike XML? Not at all. Let&#039;s take a closer look and see what might make you switch to Gant.When to...</description>
 <comments>http://java.dzone.com/articles/ant-or-gant-part-1#comments</comments>
 <category domain="http://java.dzone.com/category/tags/ant">ant</category>
 <category domain="http://java.dzone.com/category/tags/build">build</category>
 <category domain="http://java.dzone.com/category/tags/gant">gant</category>
 <category domain="http://java.dzone.com/taxonomy/term/38">groovy</category>
 <category domain="http://java.dzone.com/category/tags/scripting">scripting</category>
 <category domain="http://java.dzone.com/category/tags/xml">XML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5147</wfw:commentRss>
 <dz:submitDate>Tue, 23 Sep 2008 05:51:22 -0400</dz:submitDate>
 <dz:readCount>7649</dz:readCount>
 <dz:commentCount>33</dz:commentCount>
 <dz:submitter> <dz:username>meera</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-8.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 23 Sep 2008 05:51:22 -0400</pubDate>
 <dc:creator>meera</dc:creator>
 <guid isPermaLink="false">5147 at http://java.dzone.com</guid>
</item>
<item>
 <title>Putting Java to REST</title>
 <link>http://java.dzone.com/articles/putting-java-rest</link>
 <description>Last month I gave you an Introduction to REST.  It was 100%
theory, so now its time to see a little bit of REST in action.  Since
I am primarily a Java programmer, Part II of this series will focus
on writing RESTFul Web services using the Java language.  REST does
not require a specific client or server-side framework in order to
write your Web services.  All you need is a client or server...</description>
 <comments>http://java.dzone.com/articles/putting-java-rest#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://java.dzone.com/taxonomy/term/66">java</category>
 <category domain="http://java.dzone.com/category/tags/jax-rs">JAX-RS</category>
 <category domain="http://java.dzone.com/category/tags/rest">REST</category>
 <category domain="http://java.dzone.com/category/tags/web-services">web services</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5102</wfw:commentRss>
 <dz:submitDate>Mon, 22 Sep 2008 10:21:05 -0400</dz:submitDate>
 <dz:readCount>6325</dz:readCount>
 <dz:commentCount>14</dz:commentCount>
 <dz:submitter> <dz:username>bb97198</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-97023.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 22 Sep 2008 10:21:05 -0400</pubDate>
 <dc:creator>bb97198</dc:creator>
 <guid isPermaLink="false">5102 at http://java.dzone.com</guid>
</item>
<item>
 <title>5 Tips For Writing Interesting Technical Articles</title>
 <link>http://java.dzone.com/articles/5-tips-for-writing-interesting</link>
 <description>I have received several emails over the past few weeks asking me for tips on how I manage writing articles on a continuous basis. As I said in one of my previous article, I write for Javalobby, Test Early and also my personal blog. So, here are a few tips for writing interesting technical articles. </description>
 <category domain="http://java.dzone.com/category/tags/artciles">artciles</category>
 <category domain="http://java.dzone.com/category/tags/blogs">Blogs</category>
 <category domain="http://java.dzone.com/category/tags/writing">writing</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/industry">Industry</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/industry/opinions">Opinions</category>
 <dz:submitDate>Fri, 19 Sep 2008 07:45:50 -0400</dz:submitDate>
 <dz:readCount>3053</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>meera</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-8.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 19 Sep 2008 07:45:50 -0400</pubDate>
 <dc:creator>meera</dc:creator>
 <guid isPermaLink="false">5107 at http://java.dzone.com</guid>
</item>
<item>
 <title>Caching, Parallelism and Scalability </title>
 <link>http://java.dzone.com/articles/caching-parallelism-scalability</link>
 <description> When
your boss asks you to rewrite your application to be more performant and handle
greater throughput, what do you do?  Once
upon a time, when Moore’s Law held steady, all you had to do was to go drink a
soy latte, play some Doom, twiddle your thumbs for a few months on the pretext
of rewriting your application, and then redeploy it.  Unchanged. 
Just onto more current hardware. Moore’s...</description>
 <comments>http://java.dzone.com/articles/caching-parallelism-scalability#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://java.dzone.com/category/tags/caching">caching</category>
 <category domain="http://java.dzone.com/category/tags/high-availability">High Availability</category>
 <category domain="http://java.dzone.com/category/tags/parallelism">parallelism</category>
 <category domain="http://java.dzone.com/category/tags/scalability">Scalability</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/architecture/performance">Performance</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5104</wfw:commentRss>
 <dz:submitDate>Thu, 18 Sep 2008 11:48:08 -0400</dz:submitDate>
 <dz:readCount>8283</dz:readCount>
 <dz:commentCount>7</dz:commentCount>
 <dz:submitter> <dz:username>maniksurtani</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-222412.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 18 Sep 2008 11:48:08 -0400</pubDate>
 <dc:creator>maniksurtani</dc:creator>
 <guid isPermaLink="false">5104 at http://java.dzone.com</guid>
</item>
<item>
 <title>Compiling Your Own Byte Array Trojan With JAXB 2.0</title>
 <link>http://java.dzone.com/articles/compiling-your-own-byte-array-</link>
 <description>When I started to use continuous integration against my own code, the very first results was buggy as expected, a lot of warnings, bugs and minor mistakes. Step by step, I am tailoring my source code in order to satisfy the quality criteria of PMD and Findbugs, but some warnings persists and some of them make me worry about the code quality I am delivering to my customers.</description>
 <comments>http://java.dzone.com/articles/compiling-your-own-byte-array-#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5084</wfw:commentRss>
 <dz:submitDate>Wed, 17 Sep 2008 11:54:45 -0400</dz:submitDate>
 <dz:readCount>1638</dz:readCount>
 <dz:commentCount>2</dz:commentCount>
 <dz:submitter> <dz:username>fgaucho</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-193078.png</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 17 Sep 2008 11:54:45 -0400</pubDate>
 <dc:creator>fgaucho</dc:creator>
 <guid isPermaLink="false">5084 at http://java.dzone.com</guid>
</item>
<item>
 <title>Is easyb Easy?</title>
 <link>http://java.dzone.com/articles/is-easyb-easy</link>
 <description>I was introduced to easyb by none other than the creator of easyb: Andrew Glover. In spite of hearing and reading a lot about easyb from Andy, I never had a chance to actually work on easyb. So, I spent a couple of hours last weekend to dig deep into this framework and to see if easyb was any easy at all. easyb is a BDD framework for the Java platform. If you have no clue what BDD is, here is a...</description>
 <comments>http://java.dzone.com/articles/is-easyb-easy#comments</comments>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://java.dzone.com/category/tags/bdd">BDD</category>
 <category domain="http://java.dzone.com/category/tags/easyb">Easyb</category>
 <category domain="http://java.dzone.com/taxonomy/term/38">groovy</category>
 <category domain="http://java.dzone.com/category/tags/tdd">TDD</category>
 <category domain="http://java.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://java.dzone.com/crss/node/5054</wfw:commentRss>
 <dz:submitDate>Wed, 17 Sep 2008 03:54:33 -0400</dz:submitDate>
 <dz:readCount>6493</dz:readCount>
 <dz:commentCount>10</dz:commentCount>
 <dz:submitter> <dz:username>meera</dz:username>
 <dz:userimage>http://java.dzone.com/sites/all/files/avatars/picture-8.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 17 Sep 2008 03:54:33 -0400</pubDate>
 <dc:creator>meera</dc:creator>
 <guid isPermaLink="false">5054 at http://java.dzone.com</guid>
</item>
</channel>
</rss>
