f9624b548c7e4d9cd2a78bc9fb13e71c0a495783
[utils] / src / site / xdoc / news.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5
6   <properties>
7     <title>news</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     
12     <section name="15-July-2010: CDI support">
13       <p>
14         Two new libraries have been added. One library <code>support/inject</code> which abstract
15         from a general dependency injection framework and another <code>support/cdi</code>, built on
16         top of that, which 
17         makes it really easy and efficient to do dependency injection using Contexts and Dependency
18         Injection (JSR-299). 
19       </p>
20     </section>
21     
22     <section name="12-July-2010: New logo and restyling">
23       <p>The last weeks a lot of restyling has been done on the site and it got a new logo. It is
24         Duke flying on a (Java) component. This image was created using the opensource 
25       <a href="http://blender.org">blender</a> 3-D rendering software. For more information see 
26         <a href="http://brakkee.org/site/2010/07/13/improved-logo-for-wamblee-org/">this post</a> and earlier
27           posts for more
28           details.</p>
29     </section>
30
31     <section name="21-June-2010: Work on the site">
32       <p>There has been a lot of work on the site now to get a consistent and non-standard look and
33         feel and to provide a much better presentation of the utilities library. Also, a mailing
34         list has been created for the utilities library. Work is still in progress and there is
35         still a lot to be done. </p>
36     </section>
37
38     <section name="12-May-2010: Version 0.2.4 released">
39       <p>Because of restrictions of the central maven repo the JPA test support extensions for
40         Hibernate 3.5.0 and Eclipse link (both JPA 2.0) could not be released. Separation of the
41         test code from the production code for these extensions did the trick and allowed removal of
42         repository settings from the poms so publication on the maven central repo is now possible.
43       </p>
44     </section>
45
46     <section name="14-April-2010: Version 0.2.1 released">
47       <p>The first version of the utilities library to be published on the central maven repo. </p>
48     </section>
49
50   </body>
51 </document>