Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
10/05/11 21:33:49 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    33[[TracNav(TOC|nocollapse)]] 
    44 
    5 !EventBench is a collection of tools and libraries for the testing of event-driven software systems developed as part of a research project at the Georg-August-Universität Göttingen. 
     5[[Image(LayerModel2.png, nolink, align=right, border=2, width=500)]] 
     6'''!EventBench''' is a collection of tools and libraries for the testing of event-driven software systems developed as part of a research project at [http://www.ifi.informatik.uni-goettingen.de/ Institute of Computer Science] at the [http://www.uni-goettingen.de Georg-August-Universität Göttingen]. It is a joined effort of the research group for [http://www.tcs.informatik.uni-goettingen.de/ Theoretical Computer Science and Algorithmic Methods] and [http://www.swe.informatik.uni-goettingen.de/ Software Engineering for Distributed Systems]. 
    67 
    7 The software components are implemented on different layers and build upon each other.  
    8  
    9 [[Image(LayerModel2.png)]] 
    10  
    11 All Java implementations are provided as Eclipse projects and have successfully been tested and compiled with Eclipse 3.6.1. 
    12  
    13 == Recent Changes == 
    14  
    15 [[ChangeLog(/trunk, 3)]] 
     8The software components are implemented on different layers and build upon each other. There are three layers: 1) the event layer; 2) the translation layer; 3) the platform layer. The figure to the right visualizes this layer concept and shows the tools and responsibilities of each layer. As part of the part of this project, we developed several tools for the different layers. 
    169 
    1710== Software == 
    1811=== Event Layer Software === 
    19  * [wiki:Software/EventBenchCore EventBenchCore] 
     12 * [wiki:Software/EventBenchCore EventBenchCore]: A Java library that implements event layer functionality, including various stochastic processes for usage modeling, calculation of coverage criteria, and an abstract way to define assertions.  
    2013 
    2114=== Translation Layer Software === 
    22  * [wiki:Software/EventBenchConsole EventBenchConsole] 
    23  
     15 * [wiki:Software/EventBenchConsole EventBenchConsole]: A tool written in Java that utilizes the [wiki:Software/EventBenchCore EventBenchCore] and provides translation layers for several platforms: Windows MFC, Web applications, and GUITAR. The tool provides two interfaces: a interface for the command line and a GUI.  
    2416 
    2517=== Platform Layer Software ===