-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (81 loc) · 4.35 KB
/
index.html
File metadata and controls
87 lines (81 loc) · 4.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="./javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>dqualizer: Domain-centric runtime quality analysis of business-critical application systems</title>
</head>
<body>
<div w3-include-html="./navbar.html"></div>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a id="aboutProject" class="anchor" href="#description" aria-hidden="true"><span
class="octicon octicon-link"></span></a>dqualizer Research Project
</h3>
<p>
The runtime quality of application systems - e.g. in terms of performance, reliability and resilience - has a
direct influence
on the business success of companies in a wide range of technical domains. As a result, it is important to
continuously monitor,
evaluate and, if necessary, improve runtime quality through analysis measures. Over the last few years,
corresponding analysis
measures such as load tests or monitoring have become widespread in practice and mature commercial and
open-source tools have
been developed. However, these measures are all located at the technical level and are not interpreted at the
domain an level.
At the same time, software architecture and software development approaches such as Domain-Driven Design
(DDD), which are
becoming increasingly widespread, essentially do not consider runtime quality concerns despite their
criticality.
</p>
<p>
The research project dqualizer of Novatec Consulting GmbH and the University of Hamburg aims at closing this
gap between the
domain-specificity of application systems and the (technical) measures and findings of quality assurance by
means of a
domain-centric approach. For this purpose, possibilities for modeling and monitoring runtime quality concerns
are to be
integrated into DDD-based techniques. From a domain perspective, meaningful load and resilience tests can be
automatically
generated and interpreted by dqualizer and the links to technical monitoring can be established. The
innovative concepts
developed are to be implemented in an open source tool and made available and usable in connection with
existing tools.
</p>
<p>
The connection of the joint research project of Novatec Consulting GmbH and the University of Hamburg with
industry partners is
intended to establish the link to practice and evaluate the approach using real case studies in the complex
technical domains of
insurance and payroll/tax accounting and the corresponding technical environments. The case studies will be
provided by the
associated application partners. The consortium is already working together in various sub-constellations.
Novatec can expand
its offering through dqualizer into both business-driven architecture consulting and runtime quality analysis,
and in particular
merge the two areas. For the University of Hamburg, there are extensive opportunities for exploiting the
results in research and
teaching.
</p>
</section>
<div w3-include-html="./sidebar.html"></div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script>
includeHTML();
</script>
</div>
</div>
</body>
</html>