<menu name="info">
<item name="overview" href="index.html"/>
+ <item name="features" href="features.html"/>
<item name="news" href="news.html"/>
<item name="developers" href="developers.html"/>
<item name="javadoc" href="apidocs/index.html"/>
--- /dev/null
+<?xml version="1.0"?>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+ <properties>
+ <title>features</title>
+ <author email="erik@brakkee.org">Erik Brakkee</author>
+ </properties>
+ <body>
+ <section name="Features">
+ <p>Since the utility library provides many small utilities and is also split up into several
+ parts, it it useful to know which features are available and where they can be found. The
+ following table gives an overview of the main features: </p>
+ <table>
+ <tr>
+ <th>Location</th>
+ <th>Feature</th>
+ </tr>
+ <tr>
+ <td>support/general</td>
+ <td>various smaller utilities</td>
+ </tr>
+ <tr>
+ <td>support/inject</td>
+ <td>pluggable dependency injection mini-framework</td>
+ </tr>
+ <tr>
+ <td>support/cdi</td>
+ <td>Contexts and Dependency Injection support</td>
+ </tr>
+ <tr>
+ <td rowspan="2">test/enterprise</td>
+ <td>JPA testing</td>
+ </tr>
+ <tr>
+ <td>JNDI mocking</td>
+ </tr>
+ <tr>
+ <td rowspan="2">security/usermgt</td>
+ <td>security user authentication with DB persistence</td>
+ </tr>
+ <tr>
+ <td>security user authorization with DB persistence</td>
+ </tr>
+ </table>
+ </section>
+
+ </body>
+</document>
<author email="erik@brakkee.org">Erik Brakkee</author>
</properties>
<body>
+
+ <section name="15-July-2010: CDI support">
+ <p>
+ Two new libraries have been added. One library <code>support/inject</code> which abstract
+ from a general dependency injection framework and another <code>support/cdi</code>, built on
+ top of that, which
+ makes it really easy and efficient to do dependency injection using Contexts and Dependency
+ Injection (JSR-299).
+ </p>
+ </section>
+
+ <section name="12-July-2010: New logo and restyling">
+ <p>The last weeks a lot of restyling has been done on the site and it got a new logo. It is
+ Duke flying on a (Java) component. This image was created using the opensource
+ <a href="http://blender.org">blender</a> 3-D rendering software. For more information see
+ <a href="http://brakkee.org/site/2010/07/13/improved-logo-for-wamblee-org/">this post</a> and earlier
+ posts for more
+ details.</p>
+ </section>
<section name="21-June-2010: Work on the site">
<p>There has been a lot of work on the site now to get a consistent and non-standard look and