From 233b206571da3d744844bac769e04733112b9dd1 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 21 Jun 2010 22:18:11 +0000 Subject: [PATCH] --- src/site/xdoc/index.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index b8cef0d8..7b5dfe51 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -31,8 +31,9 @@

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.

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

-- 2.31.1