You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2012/05/02 09:29:17 UTC

svn commit: r815395 - in /websites/staging/rave/trunk/content: ./ binaries/components_diagram.odg documentation/components.html images/components_diagram.svg

Author: buildbot
Date: Wed May  2 07:29:16 2012
New Revision: 815395

Log:
Staging update by buildbot for rave

Added:
    websites/staging/rave/trunk/content/documentation/components.html
Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/binaries/components_diagram.odg
    websites/staging/rave/trunk/content/images/components_diagram.svg

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May  2 07:29:16 2012
@@ -1 +1 @@
-1332930
+1332943

Modified: websites/staging/rave/trunk/content/binaries/components_diagram.odg
==============================================================================
Binary files - no diff available.

Added: websites/staging/rave/trunk/content/documentation/components.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/components.html (added)
+++ websites/staging/rave/trunk/content/documentation/components.html Wed May  2 07:29:16 2012
@@ -0,0 +1,107 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" />
+  <link href="/css/rave.css" rel="stylesheet" type="text/css">
+  <title>Components</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache Rave" src="/images/RAVE-logo_main-logo-small.png"/>
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/documentation/index.html">Documentation</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="http://wiki.apache.org/rave/">Wiki</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/source.html">Getting Started</a></li>
+<li><a href="/ide-settings-and-debugging.html">IDE Settings and debugging</a></li>
+<li><a href="/release-management.html">Release Management</a></li>
+<li><a href="/issue-management.html">Issue Tracker</a></li>
+<li><a href="https://builds.apache.org/hudson/view/M-R/view/Rave/">Continuous Integration</a></li>
+<li><a href="https://analysis.apache.org/dashboard/index/58996">Sonar Dashboard</a></li>
+<li><a href="/edit-website.html">Website</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Components</h1>
+    <h2 id="components-in-the-demo-setup">Components in the demo setup</h2>
+<p>The demo setup comes with 4 webapps</p>
+<h3 id="portal">Portal</h3>
+<p>URL: http://localhost:8080/portal</p>
+<p>The portal is responsible for rendering and managing pages, user profiles.
+Access to the portal is restricted by Spring Security. In the demo setup an embedded ApacheDS instance is bundled to
+demonstrate LDAP authentication.</p>
+<p>The portal stores its data in an H2 database through OpenJPA. This database is shared with Shindig and can be accessed
+on http://localhost:11111</p>
+<h3 id="shindig">Shindig</h3>
+<p>URL: http://localhost:8080/ (root context)</p>
+<p>Shindig is responsible for rendering OpenSocial gadgets, providing metadata for OpenSocial gadgets and the social
+context of users (group memberships).</p>
+<h3 id="wookie">Wookie</h3>
+<p>URL: http://localhost:8080/wookie</p>
+<p>Wookie is responsible for rendering and providing metadata for W3C Widgets.</p>
+<p>Wookie stores its data in a Derby database through OpenJPA.</p>
+<h3 id="demogadgets">Demogadgets</h3>
+<p>URL: http://localhost:8080/demogadgets</p>
+<p>This webapp contains (OpenSocial) gadgets that demonstrate what gadgets can do. The gadget definitions are stored
+inside the war file.</p>
+<h2 id="diagram">Diagram</h2>
+<p>If you can't see the svg image, you can <a href="../binaries/components_diagram.odg">download its source</a> as OpenOffice drawing.</p>
+<p><img alt="Components diagram" src="../images/components_diagram.svg" /></p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2012 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache Rave, Apache, the Apache feather logo, and the Apache Rave project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Modified: websites/staging/rave/trunk/content/images/components_diagram.svg
==============================================================================
Binary files - no diff available.