X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsite%2Fxdoc%2Findex.xml;h=ac209fc82615f280ce99beef6ff435293395585e;hb=c3e625eaee7e16630a59330664046965620c8f8c;hp=49e798b9ce53dc78c4eda3e58f7753b5578bc679;hpb=b8c938dfe85e02cef0ef59dc02567623645e2680;p=utils diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 49e798b9..ac209fc8 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -2,19 +2,58 @@ - + overview Erik Brakkee
-

- The utilities library consists of software to support development of - Java and in particular Java EE applications. - See the links on the left side for information about various - components of the utilities library. -

+

The utilities library consists of software to support development of Java and in + particular Java EE applications. I started this in 2005 when I realized that it would be + very nice to have a support library readily available instead of having to cut and paste + from old code.

+

There are many purposes for this documentation:

+ +

See the links on the left side for information about various components of the utilities + library.

+ +
+
+

Some parts in the utilities library may seem familiar to users of other popular frameworks + such as Spring and Guice. This is not always a coincidence. + It is my view that Spring is just another IOC framework and that there can be many IOC + frameworks. Also, the support that one actually needs to develop applications and in + particular enterprise applications efficiently only requires a few basic support utilities + and typically not a big framework.

+

Apart from this, there are many other interesting developments going on:

+ +

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

+