[Ds-java-dev] svn commit r16623 - trunk/solutions/data-services/java/docs/design/storyboards

svn at wso2.org svn at wso2.org
Wed May 7 07:49:44 PDT 2008


Author: azeez
Date: Wed May  7 07:49:37 2008
New Revision: 16623

Log:

updates

Added:
   trunk/solutions/data-services/java/docs/design/storyboards/enable-caching.html
   trunk/solutions/data-services/java/docs/design/storyboards/enable-rm.html
   trunk/solutions/data-services/java/docs/design/storyboards/enable-security.html
   trunk/solutions/data-services/java/docs/design/storyboards/enable-throttling.html
Modified:
   trunk/solutions/data-services/java/docs/design/storyboards/manage-service.html

Added: trunk/solutions/data-services/java/docs/design/storyboards/enable-caching.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/enable-caching.html	Wed May  7 07:49:37 2008
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<strong>Manage Services &gt; Employee.ds &gt; Enable Caching </strong>
+</body>
+
+</html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/enable-rm.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/enable-rm.html	Wed May  7 07:49:37 2008
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<strong>Manage Services &gt; Employee.ds &gt; Enable Reliable Messaging</strong> 
+</body>
+</html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/enable-security.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/enable-security.html	Wed May  7 07:49:37 2008
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<strong>Manage Services &gt; Employee.ds &gt; Enable Security </strong>
+</body>
+
+</html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/enable-throttling.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/enable-throttling.html	Wed May  7 07:49:37 2008
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<strong>Manage Services &gt; Employee.ds &gt; Enable Throttling </strong>
+</body>
+</html>

Modified: trunk/solutions/data-services/java/docs/design/storyboards/manage-service.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/manage-service.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/manage-service.html	Wed May  7 07:49:37 2008
@@ -16,8 +16,8 @@
 <tr><td><strong>Deployment Scope</strong></td><td>request</td></tr><tr><td><strong>Service Type</strong></td><td>data_service</td></tr>
 
 <tr><td><strong>Service Status</strong></td><td><!--true-->
-							Active&nbsp;&nbsp;[<a onclick="javascript:activationOfService(false);" style="cursor: pointer;">Deactivate</a>]
-						</td></tr><tr><td><strong>MTOM</strong></td><td><select onchange="javascript:configServiceMTOM(this[this.selectedIndex].value,'DataServiceSample1');return false;" id="serviceLevelMOTOMHandlingId"><option value="true">
+							Active&nbsp;&nbsp;[<a onClick="javascript:activationOfService(false);" style="cursor: pointer;">Deactivate</a>]
+						</td></tr><tr><td><strong>MTOM</strong></td><td><select onChange="javascript:configServiceMTOM(this[this.selectedIndex].value,'DataServiceSample1');return false;" id="serviceLevelMOTOMHandlingId"><option value="true">
 
                                 True
                             </option><option value="false">
@@ -56,10 +56,10 @@
 <p>
 <strong>Quality of Service</strong>
 <ul>
-  <li>Enable Security...</li>
-  <li>Enable Reliable Messaging...</li>
-  <li>Enable Throttling...</li>
-  <li>Enable Caching...</li>
+  <li><a href="enable-security.html">Enable Security...</a></li>
+  <li><a href="enable-rm.html">Enable Reliable Messaging...</a></li>
+  <li><a href="enable-throttling.html">Enable Throttling...</a></li>
+  <li><a href="enable-caching.html">Enable Caching...</a></li>
 </ul>
 <strong>Configuration</strong>
 <ul>



More information about the Ds-java-dev mailing list