You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/21 21:29:33 UTC

svn commit: r883617 [2/2] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/getting-started/ content/getting-started/images/ content/getting-started/images/screenshots/ content/images/index-screenshots/ content/images/screenshots2/ content/i...

Added: websites/staging/isis/trunk/content/getting-started/simple-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/getting-started/simple-archetype.html (added)
+++ websites/staging/isis/trunk/content/getting-started/simple-archetype.html Mon Oct 21 19:29:31 2013
@@ -0,0 +1,416 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+
+    <meta charset="utf-8">
+      <title>Simple Archetype</title>
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    
+    <!-- Le styles -->
+    <link href="./../bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
+    <link href="./../prettify.css" rel="stylesheet">
+
+    <style type="text/css">
+        body {
+          padding-top: 60px;
+        }
+        .sprite {
+            display: inline-block;
+            height: 20px;
+            margin: 0 auto 4px;
+            outline: medium none;
+            text-indent: -999em;
+            width: 24px;
+            background-image: url('./../images/sprites.png');
+            background-repeat: no-repeat;
+            overflow: hidden;
+            cursor: pointer;
+        }
+        .edit-page {
+            display: inline-block;
+            height: 20px;
+            margin: 0 auto 4px;
+            outline: medium none;
+            text-indent: -999em;
+            width: 24px;
+            background-image: url('./../images/edit.png');
+            background-repeat: no-repeat;
+            overflow: hidden;
+            cursor: pointer;
+        }
+        .fb-share {
+            background-position: 0px -40px;
+        }
+        .gp-share {
+            background-position: 0px 0px;
+        }
+        .tw-share {
+            background-position: 0px -80px;
+        }
+        .markdown-content {
+            min-height: 500px;
+        }
+        .book-image img {
+          border: 1px;
+          border-style: solid;
+        }
+        .release-matrix .heading {
+            background-color: #eeeeee;
+        }
+        .release-matrix .new {
+            color: #dd0000;
+            font-weight: bolder;
+        }
+        .stub,.note {
+            position: relative;
+            padding: 7px 15px;
+            margin-bottom: 18px;
+            color: #404040;
+            background-color: #eedc94;
+            background-repeat: repeat-x;
+            background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
+            background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
+            background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
+            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
+            background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
+            background-image: -o-linear-gradient(top, #fceec1, #eedc94);
+            background-image: linear-gradient(top, #fceec1, #eedc94);
+            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
+            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+            border-color: #eedc94 #eedc94 #e4c652;
+            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+            border-width: 1px;
+            border-style: solid;
+            -webkit-border-radius: 4px;
+            -moz-border-radius: 4px;
+            border-radius: 4px;
+            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+        }
+        
+        div.XXXisis-tweak form {
+            margin-top: 6px;
+            margin-bottom: -2px;
+        }
+        
+        div.row div.col-md-12 {
+          border-top: 1px solid #eeeeee;
+        }
+        
+        
+        /* Isis specific stuff */
+
+        .container {
+          width: 940px;
+        }
+
+        .markdown-content .documentation .span-one-third p {
+          margin-bottom: 0px;
+        }
+
+        .markdown-content .documentation .group {
+          margin-top: 9px;
+        }
+
+        .documentation .group h2 {
+          border-bottom: 1px solid #DDD
+        }
+        .documentation h2 a, .documentation h3 a {
+          /* same as code style */
+          padding: 0 3px 2px;
+          font-family: Monaco, Andale Mono, Courier New, monospace;
+          font-size: 12px;
+          -webkit-border-radius: 3px;
+          -moz-border-radius: 3px;
+          border-radius: 3px;
+          padding: 1px 3px;
+        }
+        
+        .carousel-indicators li {
+          border: 1px solid rgb(192,70,1);
+        }
+
+        .carousel-indicators li.active {
+          background-color: rgb(192,70,1);
+        }
+        
+        .carousel-control .icon-prev,
+        .carousel-control .icon-next {
+          color: rgb(192,70,1);
+          font-size: 60px;
+        }
+        
+        .page-header {
+          margin-top: 0px;
+        }
+        
+    </style>
+    <script type="text/javascript">
+      function fbshare () {
+          window.open(
+                  "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
+                  'Share on Facebook',
+                  'width=640,height=426');
+      };
+      function gpshare () {
+          window.open(
+                  "https://plus.google.com/share?url="+document.URL,
+                  'Share on Google+',
+                  'width=584,height=385');
+      };
+      function twshare () {
+          window.open(
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Simple Archetype",
+                  'Share on Twitter',
+                  'width=800,height=526');
+      };
+    </script>
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="./../images/favicon.ico">
+
+    <script src="./../javascript/prettify.js" type="text/javascript"></script>
+    
+    <script src="//code.jquery.com/jquery.js"></script>
+    <script src="./../javascript/prettyprint.js"></script>
+    <script src="./../bootstrap-3.0.0/js/bootstrap.js"></script>
+
+
+    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+    <!--
+    <DISABLEDscript src="./../javascript/common.js"></DISABLEDscript>
+    -->
+
+    
+    
+    
+
+    <script>
+    $(function () { prettyPrint() })
+    $().dropdown()
+    </script>
+
+  </head>
+
+  <body>
+
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <a class="navbar-brand" href="./../index.html">Apache Isis&trade;</a>
+        <ul class="nav navbar-nav">
+          <li><a href="./../download.html">Download</a></li>
+          <li><a href="./../documentation.html">Documentation</a></li>
+          <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screencasts<b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="./../getting-started/screencasts.html">Screencasts</a></li>
+              <li><a href="./../getting-started/powered-by.html">Powered by</a></li>
+              <!--
+              <li><a href="#">Online Demo</a></li>
+              -->
+            </ul>
+          </li>
+          <li><a href="./../support.html">Support</a></li>
+
+          <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+            <div class="form-group">
+              <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
+              <INPUT type="hidden" name="cof" value="FORID:0">
+              <INPUT class="form-control" name="q" type="text" placeholder="Search">
+            </div>
+          </FORM>
+          
+          <li class="dropdown  navbar-right">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li>
+                <a href="http://www.apache.org/">Apache Homepage <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/licenses/">Licenses <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/security/">Security <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/foundation/thanks.html">Thanks <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="./../more-thanks.html">More thanks <i class="icon-share-alt"></i></a>
+              </li>
+            </ul>
+          </li>
+        </ul>
+
+      </div>
+    </nav>
+
+    <div class="container">
+      <div class="markdown-content">
+      
+
+<div class="page-header">
+<p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../getting-started/about.html">Getting Started</a></p>
+<h1>Simple Archetype
+
+</h1>
+</div>
+
+<p>The quickest way to get started with Apache Isis is to run the simple archetype.  This will generate a very simple one-class domain model, called <code>SimpleObject</code>, with a single property <code>name</code>.  There is also a corresponding <code>SimpleObjectRepository</code> domain service.  From this you can easily rename these initial classes, and extend to build up your own Isis domain application.</p>
+
+<p>If you want to see a more functionally complete example, also check out the <a href="quickstart-archetype.html">ToDo app (quickstart) archetype</a>; this will give you a good idea of what makes up a not-too-complex Isis application.  In fact, we recommend that you run both archetypes: this simple archetype generates a very simple application for you to refactor and extend, while the ToDo app provides to guide your own development.</p>
+
+<h3>Generating the App</h3>
+
+<p>Create a new directory, and <code>cd</code> into that directory.</p>
+
+<p>Then run the following command:</p>
+
+<pre>
+mvn archetype:generate  \
+    -D archetypeGroupId=org.apache.isis.archetype \
+    -D archetypeArtifactId=simple_wicket_restful_jdo-archetype \
+    -D archetypeVersion=1.3.0 \
+    -D groupId=com.mycompany \
+    -D artifactId=myapp
+</pre>
+
+<p>where:</p>
+
+<ul>
+<li><code>groupId</code> represents your own organization, and</li>
+<li><code>artifactId</code> is a unique identifier for this app within your organization.</li>
+</ul>
+
+<p>You'll then be prompted for some further properties; you can generally leave these as the default:</p>
+
+<ul>
+<li>enter a version, eg <code>1.0-SNAPSHOT</code></li>
+<li>enter a package</li>
+<li>confirm the entry</li>
+</ul>
+
+<p>The archetype generation process will then run; it only takes a few seconds.</p>
+
+<h3>Building the App</h3>
+
+<p>Switch into the root directory of your newly generated app, and build your app:</p>
+
+<pre>
+cd myapp
+mvn clean install
+</pre>
+
+<p>where <code>myapp</code> is the <code>artifactId</code> entered above.</p>
+
+<h3>Running the App</h3>
+
+<p>The <code>simple_wicket_restful_jdo</code> archetype generates a single WAR file, configured to run both the <a href="../components/viewers/wicket/about.html">Wicket viewer</a> and the <a href="../components/viewers/wicket/about.html">Restful Objects viewer</a>.  The archetype also configures the <a href="../components/objectstores/jdo/about.html">JDO Objectstore</a> to use an in-memory HSQLDB connection.  </p>
+
+<p>Once you've built the app, you can run the WAR in a variety of ways. </p>
+
+<p>The recommended approach when getting started is to run the self-hosting version of the WAR, allowing Isis to run as a standalone app; for example:</p>
+
+<pre>
+java -jar viewer-webapp/target/myapp-viewer-webapp-1.0-SNAPSHOT-jetty-console.war
+</pre>
+
+<p>This can also be accomplished using an embedded Ant target provided in the build script:</p>
+
+<pre>
+mvn antrun:run
+</pre>
+
+<p>The first is to simply deploying the generated WAR (<code>webapp/target/myapp-webapp-1.0-SNAPSHOT.war</code>) to a servlet container.</p>
+
+<p>Alternatively, you could run the WAR in a Maven-hosted Jetty instance, using:</p>
+
+<pre>
+mvn jetty:run
+</pre>
+
+<p>If you do this, note that the context path changes; check the console output.</p>
+
+<p>Finally, you can also run the app by deploying to a standalone servlet container such as <a href="http://tomcat.apache.org">Tomcat</a>.</p>
+
+<h3>Using the App</h3>
+
+<p>The archetype provides a welcome page that explains the classes and files generated, and provides detailed guidance and what to do next.</p>
+
+<p>The app itself is configured to run using shiro security, as configured in the <code>WEB-INF/shiro.ini</code> config file.  To log in, use <code>sven/pass</code>.</p>
+
+<h3>Modifying the App</h3>
+
+<p>Once you are familiar with the generated app, you'll want to start modifying it.  There is plenty of guidance on this site (check out the <a href="../documentation.html">getting started</a> section first).</p>
+
+<p>If you use Eclipse, do also install the <a href="../getting-started/editor-templates.html">Eclipse templates</a>; these will help you follow the Isis naming conventions.  </p>
+
+<h4>App Structure</h4>
+
+<p>As noted above, the generated app is a very simple application consisting of a single domain object that can be easily renamed and extended. The intention is not to showcase all of Isis' capabilities; rather it is to allow you to very easily modify the generated application (eg rename <code>SimpleObject</code> to <code>Customer</code>) without having to waste time deleting lots of generated code.</p>
+
+<table>
+<tr><th>Module</th><th>Description</th></tr>
+<tr><td>myapp</td><td>The parent (aggregator) module</td></tr>
+<tr><td>myapp-dom</td><td>The domain object model, consisting of <tt>SimpleObject</tt> and <tt>SimpleObjects</tt> (repository) domain service.</td></tr>
+<tr><td>myapp-fixture</td><td>Domain object fixtures used for initializing the system when being demo'ed or for unit testing.</td></tr>
+<tr><td>myapp-integtests</td><td>End-to-end <a href="../core/integtestsupport.html">integration tests</a>, that exercise from the UI through to the database</td></tr>
+<tr><td>myapp-webapp</td><td>Run as a webapp (from <tt>web.xml</tt>) using either the Wicket viewer or the RestfulObjects viewer</td></tr>
+</table>
+
+<p>If you run into issues, please don't hesitate to ask for help on the <a href="../support.html">users mailing list</a>.</p>
+
+
+
+      </div>
+
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
+            <div class="modal-header">
+                <a class="close" data-dismiss="modal">x</a>
+
+                <h3>Thank you for contributing to the documention!</h3>
+            </div>
+            <div class="modal-body">
+                <h4>Any help with the documentation is greatly appreciated.</h4>
+                <p>All edits are reviewed before going live, so feel free to do much more than fix typos or links.  If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it.  Don't be surprised if we like it so much we ask you for help with other pages :)</p>
+                <small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
+                <!--[if gt IE 6]>
+                <h4>Internet Explorer Users</h4>
+                <p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
+                <![endif]-->
+
+            </div>
+            <div class="modal-footer">
+                Do you have an Apache ID?
+                <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
+                <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
+            </div>
+        </div>
+        <!--
+        <script src="./../javascript/bootstrap-modal.js"></script>
+        -->
+
+      <footer>
+        <p>
+        Copyright &copy; 2012~2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+        <br/>
+        Apache Isis, Isis, Apache, the Apache feather logo, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+
+    </div> <!-- /container -->
+
+  </body>
+</html>

Added: websites/staging/isis/trunk/content/images/index-screenshots/010-sign-in.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/010-sign-in.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/010-sign-in.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/010-sign-in.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/020-object-layout.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/020-object-layout.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/020-object-layout.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/020-object-layout.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/030-declarative-business-rules.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/030-declarative-business-rules.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/030-declarative-business-rules.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/030-declarative-business-rules.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/040-imperative-business-rules.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/040-imperative-business-rules.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/040-imperative-business-rules.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/040-imperative-business-rules.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/050-action-with-args.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/050-action-with-args.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/050-action-with-args.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/050-action-with-args.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/060-action-with-args-autocomplete.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/060-action-with-args-autocomplete.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/060-action-with-args-autocomplete.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/060-action-with-args-autocomplete.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/070-jdo.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/070-jdo.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/070-jdo.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/070-jdo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/080-rest-api.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/080-rest-api.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/080-rest-api.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/080-rest-api.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/images/index-screenshots/090-integtesting.pdn
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/090-integtesting.pdn
------------------------------------------------------------------------------
    svn:mime-type = image/x-paintnet

Added: websites/staging/isis/trunk/content/images/index-screenshots/090-integtesting.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/images/index-screenshots/090-integtesting.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/isis/trunk/content/index.html
==============================================================================
--- websites/staging/isis/trunk/content/index.html (original)
+++ websites/staging/isis/trunk/content/index.html Mon Oct 21 19:29:31 2013
@@ -304,54 +304,54 @@
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/010-sign-in.png"></img>
+          <img src="images/index-screenshots/010-sign-in.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/020-object-layout.png"></img>
+          <img src="images/index-screenshots/020-object-layout.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/030-declarative-business-rules.png"></img>
+          <img src="images/index-screenshots/030-declarative-business-rules.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/040-imperative-business-rules.png"></img>
+          <img src="images/index-screenshots/040-imperative-business-rules.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/050-action-with-args.png"></img>
+          <img src="images/index-screenshots/050-action-with-args.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/060-action-with-args-autocomplete.png"></img>
+          <img src="images/index-screenshots/060-action-with-args-autocomplete.png"></img>
         </a>
       </div>
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/070-jdo.png"></img>
+          <img src="images/index-screenshots/070-jdo.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/080-rest-api.png"></img>
+          <img src="images/index-screenshots/080-rest-api.png"></img>
         </a>
       </div>
 
       <div class="item">
         <a href="#">
-          <img src="images/screenshots3/090-integtesting.png"></img>
+          <img src="images/index-screenshots/090-integtesting.png"></img>
         </a>
       </div>