From a3e7b705ac03a431ee961cb27091f19ec0b66965 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Thu, 15 Jul 2010 14:53:46 +0000 Subject: [PATCH] --- src/site/site.xml | 1 + src/site/xdoc/features.xml | 50 ++++++++++++++++++++++++++++++++++++++ src/site/xdoc/news.xml | 19 +++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 src/site/xdoc/features.xml diff --git a/src/site/site.xml b/src/site/site.xml index 4787c9c4..5c98a84a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -16,6 +16,7 @@ + diff --git a/src/site/xdoc/features.xml b/src/site/xdoc/features.xml new file mode 100644 index 00000000..907957c8 --- /dev/null +++ b/src/site/xdoc/features.xml @@ -0,0 +1,50 @@ + + + + + features + Erik Brakkee + + +
+

Since the utility library provides many small utilities and is also split up into several + parts, it it useful to know which features are available and where they can be found. The + following table gives an overview of the main features:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LocationFeature
support/generalvarious smaller utilities
support/injectpluggable dependency injection mini-framework
support/cdiContexts and Dependency Injection support
test/enterpriseJPA testing
JNDI mocking
security/usermgtsecurity user authentication with DB persistence
security user authorization with DB persistence
+
+ + +
diff --git a/src/site/xdoc/news.xml b/src/site/xdoc/news.xml index 111fe1a5..f9624b54 100644 --- a/src/site/xdoc/news.xml +++ b/src/site/xdoc/news.xml @@ -8,6 +8,25 @@ Erik Brakkee + +
+

+ Two new libraries have been added. One library support/inject which abstract + from a general dependency injection framework and another support/cdi, built on + top of that, which + makes it really easy and efficient to do dependency injection using Contexts and Dependency + Injection (JSR-299). +

+
+ +
+

The last weeks a lot of restyling has been done on the site and it got a new logo. It is + Duke flying on a (Java) component. This image was created using the opensource + blender 3-D rendering software. For more information see + this post and earlier + posts for more + details.

+

There has been a lot of work on the site now to get a consistent and non-standard look and -- 2.31.1