You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/09/13 12:34:06 UTC

svn commit: r1522851 - /incubator/stratos/site/trunk/content/events/hangouts.mdtext

Author: madhura
Date: Fri Sep 13 10:34:06 2013
New Revision: 1522851

URL: http://svn.apache.org/r1522851
Log:
hangout page updated with 5th hangout


Modified:
    incubator/stratos/site/trunk/content/events/hangouts.mdtext

Modified: incubator/stratos/site/trunk/content/events/hangouts.mdtext
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/events/hangouts.mdtext?rev=1522851&r1=1522850&r2=1522851&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/events/hangouts.mdtext (original)
+++ incubator/stratos/site/trunk/content/events/hangouts.mdtext Fri Sep 13 10:34:06 2013
@@ -26,47 +26,30 @@ display:none;
 <p style="padding-bottom: 50px;">With Apache Stratos now in the incubator phase, We wish to invite committers to join our Apache Stratos Hangouts, learn the architecture, follow the next steps of the project and help to decide the way forward to make this a successful project.</p>
 
 <div class="cHangoutContainer">
-<!--<div class="cHangout">
+<div class="cHangout">
 <h2>Next Hangout - The role of Elastic Load Balancer (ELB)</h2>
-<span class="date" style="padding-bottom:0px; background: #ffffff; color: #07648d; padding: 0px;">Tuesday, 27th August, 2013 - 7.30 AM (PDT)</span>
-<h3>Agenda for this week:</h3>
+<span class="date" style="padding-bottom:0px; background: #ffffff; color: #07648d; padding: 0px;">Tuesday, 17th of September, 2013 - 7.30 AM (PDT)</span>
+
+
+<h3>Introduction:</h3>
+<p>At the moment, the Stratos admin interfaces are tightly coupled to Carbon admin services. Hence All the backend interfaces are exposed as web-services.  This in turn has encouraged developers to develop stratos controller front-ends as Carbon UI components.</p>
+<p>It is possible to develop Stratos backend interfaces as RESTful services. The initial proposal is to develop them as a seperate JAX-WS webapp. But the topic is open for discusssion. </p>
+<p>This would allow Stratos developers to,</p>
 <ul>
-   <li style="margin-bottom:10px;"><strong>Introduction to Load Balancing</strong>
-        <ul>
-            <li>What is Load Balancing</li>
-            <li>Algorithms</li>
-            <li>Node Configuration Modes</li>
-            <li>Why is it called Elastic?</li>
-            <li>Purpose</li>
-            <li>Features</li>
-        </ul>    
-    </li>
- <li style="margin-bottom:10px;"><strong>Component Architecture of Apache Stratos ELB</strong>
-        <ul>
-            <li>Auto Scaling Module</li>
-            <li>Synapse Mediation Framework</li>
-            <li>Apache Axis2 Clustering</li>
-            <li>Apache Tribes Group Management</li>
-            <li>Binary Relay</li>
-        </ul>   
-    </li>
-  <li style="margin-bottom:10px;"><strong>ELB's role in Apache Stratos PaaS</strong>
-        <ul>
-            <li>Apache Stratos Logical Architecture</li>
-            <li>Workflow</li>
-        </ul>
-    </li>
-<li style="margin-bottom:10px;"><strong>Auto-Scaling Process</strong>
-        <ul>
-            <li>Auto-Scaling Process</li>
-            <li>Configuration</li>
-            <li>Auto-scaling Algorithm</li>
-            <li>Plugging in Custom Algorithm</li>
-        </ul>
-    </li>
-    <li style="margin-bottom:10px;"><strong>How to Avoid Single Point of Failure of ELB</strong></li>
+    <li>Create front-ends (simple web-apps) that make use of restful APIs.</li>
+    <li>Commandline tooling can make use of REST APIs as well.</li>
+</ul>
+<h3>Following is the agenda:</h3>
+<ul>
+    <li>Carbon admin services and how frontend components interacts with them</li>
+    <li>Stratos controller API (existing) and its UI components.</li>
+    <li>What it takes to deploy a web-app in Carbon kernel</li>
+    <li>Accessing core OSGi services by means of CarbonContext API</li>
+    <li>JAX-RS web-app exposing admin services of Stratos - big picture</li>
+    <li>How Custom web-app frontend/command line tooling can interact with the deployed REST apis.</li>
 </ul>
-</div>-->
+
+</div>
 
     
    <div class="cHangout">