diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-08-12 09:49:53 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-08-12 09:49:53 +0000 |
commit | 47d3e899a032bb1f0509e2252146d17192bf78b9 (patch) | |
tree | e9cd149770aaa55e88eb2fb45bad77418250d408 | |
parent | a22beac926d30c22dab8f8733a1b3f2cd1acae7b (diff) | |
download | poi-47d3e899a032bb1f0509e2252146d17192bf78b9.tar.gz poi-47d3e899a032bb1f0509e2252146d17192bf78b9.zip |
Bugzilla 53064: Ugly Duckling case study
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372062 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/casestudies.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml index d1deb60bb5..c81393c170 100644 --- a/src/documentation/content/xdocs/casestudies.xml +++ b/src/documentation/content/xdocs/casestudies.xml @@ -278,7 +278,26 @@ format, <em>Author: Mark.D.Golden</em> </p> </section> - + <section> + <title>Ugly Duckling</title> + <p> + <link href="http://uglyduckling.nl/">Ugly Duckling</link> focus on Software, Management and Finance. + We have recently been using Apache POI to create tools for the mortgage group of + <link href="https://www.abnamro.nl/en/personal/index.html">ABN AMRO</link> in the Netherlands. + During this project we created a number of what we call 'Robots' using the HSSF API. + </p> + <p> + These <link href="http://uglyduckling.nl/work/robots/">robots</link> run as services on the network and + help automate the processing of large amounts of data. Our Robots can be used to spot problems that + a human might not, and also to automate repetitive tasks. + </p> + <p> + We found Apache POI to be extremely useful. We took the base API, wrapped it in a builder pattern and + thus created a DSL with a fluid interface. Throughout the project we enjoyed very much working with + Apache POI and found it to be very reliable. + </p> + </section> + </section> </body> <footer> |