<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.escapek.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.escapek.org/feed.php">
        <title>EscapeK wiki</title>
        <description></description>
        <link>http://wiki.escapek.org/</link>
        <image rdf:resource="http://wiki.escapek.org/lib/images/favicon.ico" />
       <dc:date>2008-11-19T11:51:19+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=dev:postgresql_8_3_installation_on_macos&amp;rev=1226694893&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=dev:development&amp;rev=1226694439&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=dev:how_to_upload_third-party_jar_to_escapek_maven_repository&amp;rev=1226694249&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=dev:development_environment_setup_notes&amp;rev=1226693967&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:manage_entities&amp;rev=1226610756&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:0.1_hypervision_module_design&amp;rev=1226610410&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:hypervision_module&amp;rev=1226609817&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:broker_component_architecture_design&amp;rev=1226609233&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:technical_architecture_design&amp;rev=1226608738&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:escapek_server_architecture_design&amp;rev=1226608705&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.escapek.org/doku.php?id=design:escapek_gui_architecture_design&amp;rev=1226608320&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.escapek.org/lib/images/favicon.ico">
        <title>EscapeK wiki</title>
        <link>http://wiki.escapek.org/</link>
        <url>http://wiki.escapek.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=dev:postgresql_8_3_installation_on_macos&amp;rev=1226694893&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-14T21:34:53+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>PostgreSQL 8 3 installation on MacOS - created</title>
        <link>http://wiki.escapek.org/doku.php?id=dev:postgresql_8_3_installation_on_macos&amp;rev=1226694893&amp;do=diff</link>
        <description>This is a quick guide for installing PostgreSQL 8.3 on MacOS 10.4.

	*  Download and install Apple developer tools. This software is needed for compilation of PostgreSQL sources.
	*  Download and install the last version of Fink. This software will install ports of popular UNIX tools on MacOS.
	*  Download PostgreSQL source package.
	*  make sure readline is installed : Open a terminal window and run:</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=dev:development&amp;rev=1226694439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-14T21:27:19+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>Development</title>
        <link>http://wiki.escapek.org/doku.php?id=dev:development&amp;rev=1226694439&amp;do=diff</link>
        <description>*  Development environment setup notes
	*  How to upload third-party jar to EscapeK maven repository
	*  Development environment setup
	*  Hibernate in OSGi
	*  PostgreSQL 8 3 installation on MacOS</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=dev:how_to_upload_third-party_jar_to_escapek_maven_repository&amp;rev=1226694249&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-14T21:24:09+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>How to upload third-party jar to EscapeK maven repository - created</title>
        <link>http://wiki.escapek.org/doku.php?id=dev:how_to_upload_third-party_jar_to_escapek_maven_repository&amp;rev=1226694249&amp;do=diff</link>
        <description>Example:



  mvn deploy:deploy-file
    -DgroupId=org.eclipse.ui
    -DartifactId=ide -Dversion=3.3.2.M20080207-0800
    -Dpackaging=jar
    -Dfile=org.eclipse.ui.ide_3.3.2.M20080207-0800.jar
    -Durl=http://repo.escapek.org/archiva/repository/internal/
    -DrepositoryId=internal</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=dev:development_environment_setup_notes&amp;rev=1226693967&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-14T21:19:27+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>Development environment setup notes - created</title>
        <link>http://wiki.escapek.org/doku.php?id=dev:development_environment_setup_notes&amp;rev=1226693967&amp;do=diff</link>
        <description>PROJECT_ROOT is the path of project root location.

	*  Install m2eclipse.
	*  From PROJECT_ROOT, create Eclipse _workspace_ directory and initializes maven environment:


  $ cd $PROJECT_ROOT
  $ mkdir workspace
  $ mvn -Declipse.workspace=. eclipse:add-maven-repo</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:manage_entities&amp;rev=1226610756&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T22:12:36+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>Manage entities - created</title>
        <link>http://wiki.escapek.org/doku.php?id=design:manage_entities&amp;rev=1226610756&amp;do=diff</link>
        <description>Title  Manage entities  Name  HYP-ME  Goal  Allow infrastructure manager to create, update or delete entities which must be known by the system. Provide a way for entities to register themselves on the system through management protocols.  Actors  Infrastructure manager. Managed entities (through management protocols)  Preconditions  The user is logged in the system as a user having entities administration privileges. 
Create entity
 Title  Create entity  Name  HYP-ME-1  Summary  The infrastruct…</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:0.1_hypervision_module_design&amp;rev=1226610410&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T22:06:50+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>0.1 HYPERVISION module design</title>
        <link>http://wiki.escapek.org/doku.php?id=design:0.1_hypervision_module_design&amp;rev=1226610410&amp;do=diff</link>
        <description>Name  Description  Cardinality  Administrator  Administrator is a human actor which monitors the IT ecosystem availability. This includes tasks like hardware resource monitoring, alert lookout or running test scenarios.  unbounded  Managed entity  Any hardware or software components which provides a monitoring interface. Managed entities must be able to provide access to their status and/or statistical data. This actor is not a _human actor_.  unbounded  Infrastructure manager  Infrastructure ma…</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:hypervision_module&amp;rev=1226609817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T21:56:57+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>HYPERVISION module</title>
        <link>http://wiki.escapek.org/doku.php?id=design:hypervision_module&amp;rev=1226609817&amp;do=diff</link>
        <description>General information


The HYPERVISION module brings together all the features which allow to control the IT ecosystem and monitor its activity. Read the [module presentation]([odp]) for more informations.

Module design


Below are documentations on HYPVERSION module design phases:</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:broker_component_architecture_design&amp;rev=1226609233&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T21:47:13+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>Broker component architecture design - created</title>
        <link>http://wiki.escapek.org/doku.php?id=design:broker_component_architecture_design&amp;rev=1226609233&amp;do=diff</link>
        <description>EscapeK broker component is a lightweight component whose principal goal is to monitor managed entities of the IT ecosystem. This component is made to be deployed on small servers, for example on remote sites. It can also be integrated beside the server component for small sized organizations. The component architecture uses multithreading and concurrent programming for managing large number of entities together.</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:technical_architecture_design&amp;rev=1226608738&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T21:38:58+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>Technical architecture design</title>
        <link>http://wiki.escapek.org/doku.php?id=design:technical_architecture_design&amp;rev=1226608738&amp;do=diff</link>
        <description>This document describes the technical architecture design retained for EscapeK project.

This first section will describe the general architecture, software components involved and interactions between them. It will also give some explanations on some solutions which have been chosen. Then each component will be presented in details, especially to explain what are the requirements, advantages and drawbacks of the chosen implementations.</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:escapek_server_architecture_design&amp;rev=1226608705&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T21:38:25+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>EscapeK server architecture design</title>
        <link>http://wiki.escapek.org/doku.php?id=design:escapek_server_architecture_design&amp;rev=1226608705&amp;do=diff</link>
        <description>EscapeK server is the central component in EscapeK's software architecture. This is where all business rules and processes are implemented. This is also the place application data is centralized and persisted. EscapeK server component also provides access for GUI and brokers components, through HTTP remoting.</description>
    </item>
    <item rdf:about="http://wiki.escapek.org/doku.php?id=design:escapek_gui_architecture_design&amp;rev=1226608320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T21:32:00+01:00</dc:date>
        <dc:creator>nico</dc:creator>
        <title>EscapeK GUI architecture design</title>
        <link>http://wiki.escapek.org/doku.php?id=design:escapek_gui_architecture_design&amp;rev=1226608320&amp;do=diff</link>
        <description>EscapeK GUI is the presentation layer in EscapeK multitier model. This is the main software component that human users will use interacting with the platform. It provides a powerful and highly configurable GUI for viewing and manipulating EscapeK data model and there associated data.</description>
    </item>
</rdf:RDF>
