X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fsite%2Fxdoc%2Findex.xml;h=0d0bd3ea805c0b7449a40b5f9b0748c976d4f41d;hb=e72743b6a9fac5a99b842f92b1687fba65ef3210;hp=bbddc5d6386b06eb185966ef625b430412d80cb7;hpb=37f0ad8d198ce7869cba8d4ce44cee7c715731cc;p=utils diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml index bbddc5d6..0d0bd3ea 100644 --- a/support/general/src/site/xdoc/index.xml +++ b/support/general/src/site/xdoc/index.xml @@ -4,65 +4,62 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> - overview + user guide Erik Brakkee -
-

The general support library contains various smaller utilities that - can be useful for any java project. 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: -

+
+

The general support library contains various smaller utilities that can be useful for any + java project. Utilities are available in the following areas:

-
-
-

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

- + +
+

The following maven dependency must be used:

+ + + + + + + + + +
groupIdartifactId
org.wambleewamblee-support-general
+

In addition there are optional dependencies on the following maven artifacts that need only + be used when Dom4j or EhCache utlities are used:

+ + + + + + + + + + + + + + + + + +
groupIdartifactId
dom4jdom4j
jaxenjaxen
net.sf.ehcacheehcache
+