(no commit message)
authorErik Brakkee <erik@brakkee.org>
Thu, 15 Jul 2010 14:53:46 +0000 (14:53 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 15 Jul 2010 14:53:46 +0000 (14:53 +0000)
src/site/site.xml
src/site/xdoc/features.xml [new file with mode: 0644]
src/site/xdoc/news.xml

index 4787c9c45924d76ab8109d9395aef5c7cc519359..5c98a84aead0e6e6ad655e86c609c4c63898b3b8 100644 (file)
@@ -16,6 +16,7 @@
 
     <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"/>
diff --git a/src/site/xdoc/features.xml b/src/site/xdoc/features.xml
new file mode 100644 (file)
index 0000000..907957c
--- /dev/null
@@ -0,0 +1,50 @@
+<?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>
index 111fe1a5e9623df6cc79873d864bd6884eb120a7..f9624b548c7e4d9cd2a78bc9fb13e71c0a495783 100644 (file)
@@ -8,6 +8,25 @@
     <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