<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>
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>
--- /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>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>