(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 21 Jun 2010 20:54:32 +0000 (20:54 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 21 Jun 2010 20:54:32 +0000 (20:54 +0000)
src/site/site.xml
src/site/xdoc/index.xml
src/site/xdoc/news.xml [new file with mode: 0644]

index 7805625b068dc0a07e69bc369017eb21a292ea45..843b87300d2d827bc339e939f4e94fa780c6dcdf 100644 (file)
@@ -16,6 +16,7 @@
 
     <menu name="info">
       <item name="overview" href="index.html"/>
+      <item name="news" href="news.html"/> 
       <item name="developers" href="developers.html"/>
       <item name="javadoc" href="apidocs/index.html"/>
     </menu>
index ac209fc82615f280ce99beef6ff435293395585e..b8cef0d86cfa132e9a9413d20b4e8257e5d503eb 100644 (file)
@@ -49,7 +49,7 @@
           23rd 2010 and Glassfish V3 is already partly using it. </li>
       </ul>
       <p> In particular, I believe that Java EE 6 with new powerful concepts such as singleton
-        beans, lifecycle management, Contexts and Dependency Injection, and Enterprise OSGI will
+        beans, lifecycle management, Contexts and Dependency Injection, used in combination with Enterprise OSGI will
         provide the most powerful way to develop applications in the future. In this. I am making
         only an exception for web frameworks to which I think JSF is not a good solution. I would
         use <a href="http://wicket.apache.org">Wicket</a> anyday if it's up to me. </p>
diff --git a/src/site/xdoc/news.xml b/src/site/xdoc/news.xml
new file mode 100644 (file)
index 0000000..111fe1a
--- /dev/null
@@ -0,0 +1,32 @@
+<?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>news</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+
+    <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
+        feel and to provide a much better presentation of the utilities library. Also, a mailing
+        list has been created for the utilities library. Work is still in progress and there is
+        still a lot to be done. </p>
+    </section>
+
+    <section name="12-May-2010: Version 0.2.4 released">
+      <p>Because of restrictions of the central maven repo the JPA test support extensions for
+        Hibernate 3.5.0 and Eclipse link (both JPA 2.0) could not be released. Separation of the
+        test code from the production code for these extensions did the trick and allowed removal of
+        repository settings from the poms so publication on the maven central repo is now possible.
+      </p>
+    </section>
+
+    <section name="14-April-2010: Version 0.2.1 released">
+      <p>The first version of the utilities library to be published on the central maven repo. </p>
+    </section>
+
+  </body>
+</document>