932fc16d6ad5deba677d7a7274f6a0ccb5f9adde
[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="19-July-2010: Release of version 0.3">
13       <p> Version 0.3 is released. This includes the new libraries <code>support/inject</code>,
14         <code>support/cdi</code> for depenency injection with one implementation based on CDI. 
15         Also it includes <code>wicket/joe</code>, providing <em>Open Transaction in View</em>
16         and Java EE dependency injection for Wicket. 
17       </p>
18     </section>
19     
20     <section name="18-July-2010: Wicket/Joe">
21       <p> One new library has been added it is about Java EE plumbing for wicket: hence the name
22         "Joe" (the Plumber). Currently it supports Open Transaction in View (also known as Open
23         Session in View) and supports Java EE dependency injection through the cdi support
24         that was added before. 
25       </p>
26     </section>
27     
28     <section name="15-July-2010: CDI support">
29       <p>
30         Two new libraries have been added. One library <code>support/inject</code> which abstract
31         from a general dependency injection framework and another <code>support/cdi</code>, built on
32         top of that, which 
33         makes it really easy and efficient to do dependency injection using Contexts and Dependency
34         Injection (JSR-299). 
35       </p>
36     </section>
37     
38     <section name="12-July-2010: New logo and restyling">
39       <p>The last weeks a lot of restyling has been done on the site and it got a new logo. It is
40         Duke flying on a (Java) component. This image was created using the opensource 
41       <a href="http://blender.org">blender</a> 3-D rendering software. For more information see 
42         <a href="http://brakkee.org/site/2010/07/13/improved-logo-for-wamblee-org/">this post</a> and earlier
43           posts for more
44           details.</p>
45     </section>
46
47     <section name="21-June-2010: Work on the site">
48       <p>There has been a lot of work on the site now to get a consistent and non-standard look and
49         feel and to provide a much better presentation of the utilities library. Also, a mailing
50         list has been created for the utilities library. Work is still in progress and there is
51         still a lot to be done. </p>
52     </section>
53
54     <section name="12-May-2010: Version 0.2.4 released">
55       <p>Because of restrictions of the central maven repo the JPA test support extensions for
56         Hibernate 3.5.0 and Eclipse link (both JPA 2.0) could not be released. Separation of the
57         test code from the production code for these extensions did the trick and allowed removal of
58         repository settings from the poms so publication on the maven central repo is now possible.
59       </p>
60     </section>
61
62     <section name="14-April-2010: Version 0.2.1 released">
63       <p>The first version of the utilities library to be published on the central maven repo. </p>
64     </section>
65
66   </body>
67 </document>