From a57546c981a6a320c162d59239e83fd248ea7c4d Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 21 Jun 2010 20:54:32 +0000 Subject: [PATCH] --- src/site/site.xml | 1 + src/site/xdoc/index.xml | 2 +- src/site/xdoc/news.xml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 src/site/xdoc/news.xml diff --git a/src/site/site.xml b/src/site/site.xml index 7805625b..843b8730 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -16,6 +16,7 @@ + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index ac209fc8..b8cef0d8 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -49,7 +49,7 @@ 23rd 2010 and Glassfish V3 is already partly using it.

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 Wicket anyday if it's up to me.

diff --git a/src/site/xdoc/news.xml b/src/site/xdoc/news.xml new file mode 100644 index 00000000..111fe1a5 --- /dev/null +++ b/src/site/xdoc/news.xml @@ -0,0 +1,32 @@ + + + + + news + Erik Brakkee + + + +
+

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.

+
+ +
+

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. +

+
+ +
+

The first version of the utilities library to be published on the central maven repo.

+
+ + +
-- 2.31.1