Cloud Service features facilitate and improve the ability to develop <wrap hi>cloud-scale Services</wrap>.  The application fabric provides <wrap hi>built-in features for scaling</wrap> and accessing services and data collections, making it easy to build modern systems in <wrap hi>SaaS environments</wrap>.

<WRAP group>
<WRAP third column>
<WRAP round box center>
  * <html><a href="/dokuwiki/scheduler_calendar_facilities" x-desc="x" title= 
         "Release 3.4 adds support for RESTful service access and all that  ">
    REST Access to Services
    </a>
    </html>
  * [[ REST Access to Dataspaces ]]
  * [[ REST API Customization ]]
  * [[ Services and Event Handler Pools ]]
  * [[ Location-Transparent Dataspaces ]]
</WRAP> 
</WRAP>
<WRAP third column>
<WRAP round box center>
  * [[ Integrated Drop-Box Support ]]
  * [[ Real-Time Messaging over HTTP ]]
  * [[ Delegate Authentication ]]
  * [[ Cross-Origin Resource Sharing ]]
  * [[ Sticky (Replicated) HTTP Sessions ]]
</WRAP> 
</WRAP>
<WRAP third column>
<WRAP round box center>
  * [[ Cloud-based Deployment and Admin ]]
  * [[ HTTP Support for JDBC Driver ]]
  * [[ Location-Agnostic URL's ]]
  * [[ Service and API Versioning ]]
</WRAP> 
</WRAP>
</WRAP>

<html>
<head>
  <script>
  jQuery(function() {
    jQuery( "a[x-desc]" ).tooltip({
      position: {
        my: "center bottom-20",
        at: "center top",
        using: function( position, feedback ) {
          jQuery( this ).css( position );
          jQuery( "<div>" )
            .addClass( "arrow" )
            .addClass( feedback.vertical )
            .addClass( feedback.horizontal )
            .appendTo( this );
        }
      }
    });
  });
  </script>
  <style>
  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    border-radius: 10px;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
    background-image: url(/dokuwiki/_media/icons_large/cloudscale.png);  
    background-repeat: no-repeat;
    background-size:   32px 28px;
    background-position: 16px 10px; 
    white-space: pre-line;
    min-width:320px;
    max-width:320px;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  </style>
  
</head>
</html>  