annotate d4e_body.html @ 67:3dca9d62af3b

More about D4E framework.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 26 Mar 2014 11:47:26 +0100
parents 26bbcc2db7a5
children 2d85efd5ac12
rev   line source
53
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1 <div class="col-xs-12 col-sm-6 col-md-8">
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2 <p class="pull-right visible-xs">
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
3 <button type="button" class="btn btn-primary btn-xs"
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
4 data-toggle="dive4elements">News Feed</button>
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
5 </p>
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
6 <div class="jumbotron">
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
7 <h3>Dive4Elements</h3>
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
8 <p class="lead">Dive4Elements ist das Freie Software Basis-Framework,
66
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
9 in dem Fachanwendungen eingebettet werden können. Analysen können
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
10 sich gegenseitig beeinflussen und auch im Zusammenhang dargestellt werden.
53
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
11 </p>
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
12 </div><!-- /jumbobutton-->
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
13
66
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
14 <div class="marketing">
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
15 <div>
53
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
16 <h4>Parameterisierung</h4>
66
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
17 <p>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
18 Fachliche Abläufe werden in einzelne Parameterisierungsabläfe zerlegt,
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
19 die dann mit dem Nutzer zusammen so
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
20 durchschritten werden, dass am Ende ihrer Abarbeitung die resultierenden
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
21 Analysen visualisiert und exportiert werden können.
67
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
22 <ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
23 <li>Wizard-Logik</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
24 <li>Workflow orientiert.</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
25 <li>Abläufe in XML konfiguierbar (minfo.xml) konkrete Anwendung</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
26 <li>Logik in Java (Interfaces)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
27 </ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
28 </p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
29 <h4>Plug-In-Shell</h4>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
30 <p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
31 <ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
32 <li>Verschiedene Datenquellen (Datenbanken, CSV) z.B. Datenkorb von
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
33 D4E/River (conf.xml mit Zeilennummer)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
34 <li>Visualisierung als Diagramme oder Karten</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
35 <li>Exporte in offene Formate</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
36 </ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
37 </p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
38 <h4>Mehrschichtige Architektur</h4>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
39 <p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
40 <ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
41 <li>Generischer REST-Server zur Verwaltung der Parameterisierungen/Nutzer-Projekte,
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
42 leichtgewichtige Nutzerverwaltung</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
43 <li>REST-Client (Link auf http-Client). Kann erweitert werden (Link aud D4E/River GWT-Client).</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
44 </ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
45 </p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
46 <h4>Verwendete Technologien</h4>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
47 <p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
48 TODO: Warum in D4E/River und nicht in D4E?
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
49 <ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
50 <li>Caching (Ehcache)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
51 <li>Diagramme (JFreeChart)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
52 <li>SVG (Batik)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
53 <li>PDF (iText)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
54 <li>Weitere Grafik-Export über Java2D</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
55 <li>CSV (OpenCSV)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
56 <li>Report-Generierung (JasperReports)</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
57 <li>Hibernate</li>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
58 </ul>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
59 </p>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
60 <h4>Freie Software</h4>
3dca9d62af3b More about D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 66
diff changeset
61 <p>TODO: Write me!</p>
53
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
62 </div>
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
63 </div><!-- /row marketing -->
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
64 </div><!-- /col-xs-12 -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)