Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 71d40963b505df4524269198e237b3e3 > files > 830

virtuoso-opensource-doc-6.1.4-2.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
 <head profile="http://internetalchemy.org/2003/02/profile">
  <link rel="foaf" type="application/rdf+xml" title="FOAF" href="http://www.openlinksw.com/dataspace/uda/about.rdf" />
  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
  <meta name="dc.title" content="3. Quick Start &amp; Tours" />
  <meta name="dc.subject" content="3. Quick Start &amp; Tours" />
  <meta name="dc.creator" content="OpenLink Software Documentation Team ;&#10;" />
  <meta name="dc.copyright" content="OpenLink Software, 1999 - 2009" />
  <link rel="top" href="index.html" title="OpenLink Virtuoso Universal Server: Documentation" />
  <link rel="search" href="/doc/adv_search.vspx" title="Search OpenLink Virtuoso Universal Server: Documentation" />
  <link rel="parent" href="quicktours.html" title="Chapter Contents" />
  <link rel="prev" href="qsvspexamples.html" title="VSP Examples" />
  <link rel="next" href="troutips.html" title="Troubleshooting Tips" />
  <link rel="shortcut icon" href="../images/misc/favicon.ico" type="image/x-icon" />
  <link rel="stylesheet" type="text/css" href="doc.css" />
  <link rel="stylesheet" type="text/css" href="/doc/translation.css" />
  <title>3. Quick Start &amp; Tours</title>
  <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" />
  <meta name="author" content="OpenLink Software Documentation Team ;&#10;" />
  <meta name="copyright" content="OpenLink Software, 1999 - 2009" />
  <meta name="keywords" content="" />
  <meta name="GENERATOR" content="OpenLink XSLT Team" />
 </head>
 <body>
  <div id="header">
    <a name="qshostingplugs" />
    <img src="../images/misc/logo.jpg" alt="" />
    <h1>3. Quick Start &amp; Tours</h1>
  </div>
  <div id="navbartop">
   <div>
      <a class="link" href="quicktours.html">Chapter Contents</a> | <a class="link" href="qsvspexamples.html" title="VSP Examples">Prev</a> | <a class="link" href="troutips.html" title="Troubleshooting Tips">Next</a>
   </div>
  </div>
  <div id="currenttoc">
   <form method="post" action="/doc/adv_search.vspx">
    <div class="search">Keyword Search: <br />
        <input type="text" name="q" /> <input type="submit" name="go" value="Go" />
    </div>
   </form>
   <div>
      <a href="http://www.openlinksw.com/">www.openlinksw.com</a>
   </div>
   <div>
      <a href="http://docs.openlinksw.com/">docs.openlinksw.com</a>
   </div>
    <br />
   <div>
      <a href="index.html">Book Home</a>
   </div>
    <br />
   <div>
      <a href="contents.html">Contents</a>
   </div>
   <div>
      <a href="preface.html">Preface</a>
   </div>
    <br />
   <div class="selected">
      <a href="quicktours.html">Quick Start &amp; Tours</a>
   </div>
    <br />
   <div>
      <a href="newadminui.html">Where to Start</a>
   </div>
   <div>
      <a href="qsclientcon.html">Client Connections</a>
   </div>
   <div>
      <a href="qsvdbsrv.html">Virtual Database Server</a>
   </div>
   <div>
      <a href="qswebserver.html">Web Server</a>
   </div>
   <div>
      <a href="qswebdav.html">WebDAV</a>
   </div>
   <div>
      <a href="qswebservices.html">Web Services</a>
   </div>
   <div>
      <a href="qstexpwsmodules.html">Exposing Persistent Stored Modules as Web Services</a>
   </div>
   <div>
      <a href="qsvsmx.html">VSMX - Virtuoso Service Module for XML</a>
   </div>
   <div>
      <a href="qssqltoxml.html">SQL to XML</a>
   </div>
   <div>
      <a href="qsnntp.html">NNTP</a>
   </div>
   <div>
      <a href="vspquickstart.html">Dynamic Web Pages</a>
   </div>
   <div>
      <a href="qsvspexamples.html">VSP Examples</a>
   </div>
   <div class="selected">
      <a href="qshostingplugs.html">Third-Party Runtime Typing, Hosting &amp; User Defined Types</a>
   </div>
   <div>
      <a href="troutips.html">Troubleshooting Tips</a>
   </div>
    <br />
  </div>
  <div id="text">
    <a name="qshostingplugs" />
    <h2>3.13. Third-Party Runtime Typing, Hosting &amp; User Defined Types</h2>

  <p>All barriers are broken. If Virtuoso does not readily provide the data type that you require,
then make your own. If you want a database trigger to test data against existing externally
developed logic, then do that too. Virtuoso has been designed with open-design in mind giving
ultimate flexibility. These are the systems current available (linked to the appropriate section
of this documentation):
   </p>

  <ul>
    <li>
      <p>
        <a href="runtimehosting.html">Runtime Hosting</a>
      </p>
      <p>support other environments and/or languages in-process with Virtuoso and utilizing
Virtuoso storage methods such as DAV for replication and roll-out benefits.
      </p>
  <ul>
   <li>
       <p>
              <a href="rthclr.html">CLR</a> &amp; <a href="rthclrmono.html">Mono</a>
       </p>
     </li>
   <li>
       <p>
              <a href="javaextvm.html">Java</a> &amp; <a href="rthjsp.html">Jakarta JSP</a>
       </p>
     </li>
   <li>
       <p>
              <a href="servphpext.html">PHP</a>
       </p>
     </li>
  </ul>
   </li>
 <li>
     <p>
          <a href="vseplugins.html">Plugins</a>
     </p>
 <p>enable support for other scripting langauges.</p>
  <ul>
   <li>
       <p>
              <a href="perlhosting.html">Perl</a>
       </p>
     </li>
   <li>
       <p>
              <a href="pythonhosting.html">Python</a>
       </p>
     </li>
   <li>
       <p>
              <a href="rubyhosting.html">Ruby</a>
       </p>
     </li>
  </ul>
   </li>
 <li>
     <p>
          <a href="cinterface.html">Extensibility</a>
     </p>
      <p>the above features are applications of one or another of these interfaces, which are
provided so that you have the potential to enhance Virtuoso further for more custom requirements.
      </p>
  <ul>
   <li>
       <p>
              <a href="cinterface.html">Virtuoso Server Extension Interface (VSEI)</a>
       </p>
     </li>
   <li>
       <p>
              <a href="vseplugins.html">VSEI Plugins</a>
       </p>
     </li>
   <li>
       <p>
              <a href="udt.html">User-Defined Types (UDT)</a>
       </p>
     </li>
   <li>
       <p>
              <a href="createassembly.html">Hosted/Imported Assemblies/Classes</a>
       </p>
     </li>
  </ul>
   </li>
 <li>
     <p>
          <a href="webservices.html">Web/Service Exposure</a>
     </p>
      <p>every part of Virtuoso can be view, interacted with or consumed by some third-party
via a plethora of interfaces, to name a few:
      </p>
  <ul>
   <li>
       <p>
              <a href="soap.html">SOAP</a>
       </p>
     </li>
   <li>
       <p>
              <a href="wsdl.html">WSDL</a>
       </p>
     </li>
   <li>
       <p>
              <a href="webappdevelopment.html">Static/Dynamic Web Content</a>
       </p>
     </li>
   <li>
       <p>
              <a href="webandxml.html">XML/XSLT</a>
       </p>
     <p>
              <a href="blogger.html#xmlstoragesystem">XML Storage System</a>
            </p>
     <p>
              <a href="xmlrpc.html">XML RPC</a>
            </p>
     </li>
  </ul>
   </li>
  </ul>
<table border="0" width="90%" id="navbarbottom">
    <tr>
        <td align="left" width="33%">
          <a href="qsvspexamples.html" title="VSP Examples">Previous</a>
          <br />VSP Examples</td>
     <td align="center" width="34%">
          <a href="quicktours.html">Chapter Contents</a>
     </td>
        <td align="right" width="33%">
          <a href="troutips.html" title="Troubleshooting Tips">Next</a>
          <br />Troubleshooting Tips</td>
    </tr>
    </table>
  </div>
  <div id="footer">
    <div>Copyright© 1999 - 2009 OpenLink Software All rights reserved.</div>
   <div id="validation">
    <a href="http://validator.w3.org/check/referer">
        <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
    </a>
    <a href="http://jigsaw.w3.org/css-validator/">
        <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88" />
    </a>
   </div>
  </div>
 </body>
</html>