Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 864d1c3c3cd8df4e3a2692faf8776e05 > files > 1099

db4o-doc-7.4-2.fc13.i686.rpm

<html>
  <head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Deployment Instructions</title>
    <link rel="stylesheet" type="text/css" href="../../style.css">
  </head>
  <body>
    <div class="CommonContent">
      <div class="CommonContentArea">
        <h1>Deployment Instructions</h1><div id="TOC"><div id="TOCinner"><span class="TOCtitle">Contents</span><div class="TOCcontents"><ul><li><a href ="#Deployment on .NET">Deployment on .NET</a></li></ul></li></ul></div></div></div>
<p>This topic will help you to select
correct db4o libraries for deployment with your db4o-based application.</p>



<span name="cs_wiki_filter" csw_filters="net">

<a name="Deployment on .NET"></a><h2>Deployment on .NET</h2>


<p>For the basic db4o functionality
you only need to deploy db4o library itself with your application.</p>

<table border="1" cellpadding="0" cellspacing="0">
 
<tr>
  
<td valign="top">
  
<p><b>Application</b></p>
  </td>
  
<td valign="top">
  
<p><b>Required libraries</b></p>
  </td>
 </tr>
 
<tr>
  
<td valign="top">
  
<p>Standalone or client/server db4o
  application</p>
  </td>
  
<td valign="top">
  
<p>Db4objects.Db4o.dll</p>
  
<p>(use a library from an
  appropriate folder for CF2.0 or .NET2.0)</p>
  </td>
 </tr>
</table>



<p>The following table shows, which
features can be added to the basic functionality and the libraries that should
be deployed in addition to the basic library to support these features:</p>

<table border="1" cellpadding="0" cellspacing="0">
 
<tr>
  
<td valign="top">
  
<p><b>Application features</b></p>
  </td>
  
<td valign="top">
  
<p><b>Required libraries</b></p>
  </td>
 </tr>
 
<tr>
  
<td valign="top">
  
<p>Native Query Optimization</p>
  
<p>Note, that NQ can be
  pre-optimized at <a href="../tuning/native_query_optimization/build-time_optimization_for_.net.html" class="wikiLink">build-time</a>,
  in which case no additional libraries need to be deployed.</p>
  </td>
  
<td valign="top">
  
<p>Db4objects.Db4o.NativeQueries.dll</p><p>Db4objects.Db4o.Instrumentation.dll&nbsp;</p>
  
<p>Mono.Cecil.dll</p>
  
<p>Cecil.FlowAnalysis.dll</p>
  

  </td>
 </tr>
 
<tr>
  
<td valign="top">
  
<p>Transparent Activation support</p>
  
<p>Note, that TA support can be
  injected in the classes at build-time, in which case no additional libraries
  are required to be deployed.</p>
  </td>
  
<td valign="top">
  
<p>Db4objects.Db4o.Instrumentation.dll</p>
  </td>
 </tr>
</table>

</span></div>
    </div>
    <div id="footer">
					This revision (3) was last Modified 2007-11-27T19:24:13 by Tetyana.
				</div>
  </body>
</html>