JDBC access features refer to the <wrap hi>Java Database Connectivity™</wrap> capabilities of the <color green>Service Application Engine™</color>.  Any node in the application fabric along with its data collections may be <wrap hi>accessed using the industry standard JDBC</wrap> interface.  An engine may also be <wrap hi>embedded into any Java application</wrap> simply by referencing a special URL, turning such applications into fully functioning and manageable application fabric nodes.

<WRAP group>
<WRAP third column>
<WRAP round box 500px center>
  * <html><a href="/dokuwiki/scheduler_calendar_facilities" x-desc="x" title= 
         "Release 3.4 is certified to run inside BEA Weblogic .">
    Certification with BEA Weblogic 
    </a>
    </html>
  * [[ Certification with Tomcat ]]
  * [[ Remote JDBC Client Support ]]
  * [[ Extended Support for BLOB Types]]
  * [[ Extended Support for Object Types ]]
</WRAP> 
</WRAP>
<WRAP third column>
<WRAP round box 500px center>
  * [[ HTTP Protocol Tunneling for JDBC ]]
  * [[ SSL Support or HTTP Tunneling]]
  * [[ Proxy Dataspace Access ]]
  * [[ Set Datastore Properties via URL ]]
  * [[ Fault-Tolerant JDBC Connections ]]
</WRAP>
</WRAP>
<WRAP third column>
<WRAP round box 500px center>
  * [[ In-Memory JDBC Connections ]]
  * [[ Large RowSet Optimization ]] 
  * [[ Enhancements for XML and JSON ]]
  * [[ NewSQL Support for DSQL Queries ]]
  * [[ Integration with VIRTUAL TABLES ]]
</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/db.png);  
    background-repeat: no-repeat;
    background-size:   32px 32px;
    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>  