Management features cover <wrap hi>development</wrap>, <wrap hi>deployment</wrap> and <wrap hi>administrative capabilities</wrap> of the application fabric in both SaaS (Cloud) and on-premise (Private Cloud) environments. <wrap hi>Tools</wrap> for management and deployment of application fabric components allow users to develop and administer fabric components across a wide range of SaaS infrastructure providers such as Amazon AWS, Microsoft Azure, Rackspace or Private Cloud. 

<WRAP group>
<WRAP third column>
<WRAP round box 500px center>
  * <html><a href="/dokuwiki/scheduler_calendar_facilities" x-desc="x" title= 
         "Starting with Release 3.4 users can define Scheduler Jobs that can raise events and drive
          any type of process flow or Event Handler logic.  Batch automation allows users to call
          operating system commands.">
    Batch Scheduling & Automation 
    </a>
    </html>
  * [[ Web Repository Browser ]]
  * [[ Error Log and Alerts ]]
  * [[ Global Variable Macros ]]
  * [[ Management Node Enhancement ]]
</WRAP> 
</WRAP>
<WRAP third column>
<WRAP round box 500px center>
  * [[ Fabric Resource Module Support ]]
  * [[ Check-Out, Check-In & Deploy  ]]
  * [[ Moderator API Enhancements ]]
  * [[ XML & XSD Schema Import for SDO ]]
  * [[ File and Object Query Support ]]
</WRAP>
</WRAP>
<WRAP third column>
<WRAP round box 500px center>
  * [[ New SLANG Commands ]]
  * [[ Workbench - Topology View ]] 
  * [[ Workbench - Event Console ]]
  * [[ Workbench - Log and Alerts ]]
  * [[ Quilt OS Early Access ]]
</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/computer.png);  
    background-repeat: no-repeat;
    background-size:   38px 38px;
    background-position: 16px 6px; 
    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>  