X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fsite%2Fxdoc%2Findex.xml;h=fe31114573bb0b90899e5f603ae1751f51f712da;hb=8d321e0d26d7d1d8c461fc9ca8bd7105e86e6ac2;hp=ac209fc82615f280ce99beef6ff435293395585e;hpb=c3e625eaee7e16630a59330664046965620c8f8c;p=utils diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index ac209fc8..fe311145 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -31,10 +31,13 @@

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 + It is my view that there many good IOC + frameworks but that it is not a good idea to tie into any one of them + specifically. 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.

+ and typically not a big framework. Therefore, you will find a couple of small + utilities that may be familiar in the functionality they offer to what is found + in other frameworks.

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

+ use Wicket anyday if it were up to me.