-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (77 loc) · 4.97 KB
/
Copy pathindex.html
File metadata and controls
99 lines (77 loc) · 4.97 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
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="dsoa-platform : " />
<link href="images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>dsoa-platform</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/dsoa-team/dsoa-platform">View on GitHub</a>
<h1 id="project_title">dsoa-platform</h1>
<h2 id="project_tagline"></h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/dsoa-team/dsoa-platform/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/dsoa-team/dsoa-platform/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Introduction</h3>
<p>This project aims to develop DSOA (Dynamic Service-Oriented Architecture), a middleware platform that intents to support the development of dynamically adaptive service compositions based on QoS criteria. Basically this plataform builds on the ideas of adaptive systems and autonomous computing to propose an environment that supports QoS-based service compositions using an adaptive loop implemented atop of dependency injection, event processing and service-oriented computing technologies.</p>
<p> In order to introduce the platform, we start our journey through the worlds of distributed systems and middleware. Afterwords, we take a look at the adative middleware and autonomic computing arenas... Please, fasten your seatbelts and lets start our trip!!! </p>
<h3>Wiki</h3>
<p>Read about our work
<a href="https://github.com/dsoa-team/dsoa-platform/wiki">dsoa-wiki</a></p>
<h3>Mettings</h3>
Link to our <a href="https://docs.google.com/document/d/1w1RX5Zl90b1ZnLXRGOO9uvK5H46ofyfLQZgBbGdBt04/edit">agenda</a>.
<h3>TODO List</h3>
Link to our <a href="https://trello.com/dsoa">board</a>.
<h3>Publications</h3>
<!-- SCC 2015 -->
International Conference on Services Computing - <a href="http://conferences.computer.org/scc/2015/">2015</a>
<ul><li><a href="https://www.researchgate.net/publication/277018180_A_Meta-model_for_QoS_Monitoring_in_a_Dynamic_Service-Component_Platform">A Meta-model for QoS Monitoring in a Dynamic Service-Component Platform</a></li></ul>
<!-- SCC 2014 -->
International Conference on Services Computing - <a href="http://conferences.computer.org/scc/2014/">2014</a>
<ul><li><a href="https://www.researchgate.net/publication/261027800_Ranking_Strategies_for_Quality-Aware_Service_Selection">Ranking Strategies for Quality-Aware Service Selection</a></li></ul>
<!-- PDP 2013 -->
Parallel, Distributed, and Network-Based Processing - <a href="http://www.pdp2013.org/">2013</a>
<ul><li><a href="https://www.researchgate.net/publication/253953194_Adaptive_and_Dynamic_Quality-Aware_Service_Selection">Adaptive and Dynamic Quality-Aware Service Selection</a></li></ul>
<!-- DOA 2011 -->
International Symposium on Secure Virtual Infrastructures - 2011
<ul><li><a href="https://www.researchgate.net/publication/220830080_Dynamic_Event-Based_Monitoring_in_a_SOA_Environment">Dynamic Event-Based Monitoring in a SOA Environment</a></li></ul>
<h3>Knowledge Base</h3>
<p>Research <a href="http://papers.dsoa-team.com">dsoa-team</a>.</p>
<p>Restricted area, contact us at <a href="http://groups.google.com/group/dsoa-team">google-groups</a></p>
<h3>The Team</h3>
<ul>
<li>Fábio Souza - <a href="fns@cin.ufpe.br">fns@cin.ufpe.br</a></li>
<li>David Cavalcanti - <a href="mailto:djmc@cin.ufpe.br">djmc@cin.ufpe.br</a></li>
<li>Tarcisio Coutinho - <a href="tcs5@cin.ufpe.br">tcs5@cin.ufpe.br</a></li>
</ul>
<h3>References</h3>
<ol>
<li>
<a href="http://www.osgi.org/Main/HomePage">OSGi™ - The Dynamic Module System for Java™</a>
</li>
<li>
<a href="http://felix.apache.org/site/apache-felix-ipojo.html">iPOJO - A flexible and extensible service component model</a>
</ol>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Dsoa-platform maintained by <a href="https://github.com/dsoa-team">dsoa-team</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>