annotate d4e_body.html @ 66:26bbcc2db7a5

More thoughts about the D4E framework.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 25 Mar 2014 14:36:23 +0100
parents 0e464c5a657c
children 3dca9d62af3b
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.
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
22 <ul>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
23 <li>Wizard-Logik</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
24 <li>Workflow orientiert.</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
25 <li>Abläufe in XML konfiguierbar (minfo.xml) konkrete Anwendung</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
26 <li>Logik in Java (Interfaces)</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
27 </ul>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
28 </p>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
29 <h4>Plug-In-Shell</h4>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
30 <p>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
31 <ul>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
32 <li>Verschiedene Datenquellen (Datenbanken, CSV) z.B. Datenkorb von D4E/River (conf.xml mit Zeilennummer)</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
33 <li>Visualisierung als Diagramme oder Karten</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
34 <li>Exporte in offene Formate</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
35 </ul>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
36 </p>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
37 <h4>Mehrschichtige Architektur</h4>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
38 <ul>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
39 <li>Generischer REST-Server zur Verwaltung der Parameterisierungen/Nutzer-Projekte,
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
40 leichtgewichtige Nutzerverwaltung</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
41 <li>REST-Client (Link auf http-Client). Kann erweitert werden (Link aud D4E/River GWT-Client).</li>
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
42
26bbcc2db7a5 More thoughts about the D4E framework.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 53
diff changeset
43 </ul>
53
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
44 </div>
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
45 </div><!-- /row marketing -->
0e464c5a657c Removed D4E/Details from front page. Started tech detail sub page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
46 </div><!-- /col-xs-12 -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)