Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 864d1c3c3cd8df4e3a2692faf8776e05 > files > 1084

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

<html>
  <head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Eclipse Plug-In With Db4o Service</title>
    <link rel="stylesheet" type="text/css" href="../../../style.css">
  </head>
  <body>
    <div class="CommonContent">
      <div class="CommonContentArea">
        <h1>Eclipse Plug-In With Db4o Service</h1><p><font color="#990000">This topic applies to Java version only.</font>&nbsp;</p><p>The following example was created to show a practical usage
of db4o_osgi service. Though targeting a wide auditory, it can be especially
helpful to people new to OSGI and plug-in development. </p>

<p>In this example we will create a simple Eclipse UI plug-in,
which will store notes between Eclipse sessions using db4o as storage.</p>

<p>To be able to follow the explanation you will need:</p>

<ul><li>JDK 1.5</li><li>db4o-6.3 for java (<a href="http://developer.db4o.com/files/">download</a>)</li><li>

eclipse IDE v.3.3. (<a href="http://www.eclipse.org/">download</a>). Please, note that db4o-osgi uses Bundle-ActivationPolicy:lazy header to define the lazy bundle loading policy; this setting is only available since Eclipse v 3.3.<br></li></ul><div class="childTopicList">More Reading:<ul>
<li><p><a href="eclipse_plug-in_with_db4o_service/creating_a_plugin.html" class="wikiLink">Creating A Plugin</a></p></li>
<li><p><a href="eclipse_plug-in_with_db4o_service/code_overview.html" class="wikiLink">Code Overview</a></p></li>
<li><p><a href="eclipse_plug-in_with_db4o_service/connecting_to_db4o.html" class="wikiLink">Connecting To Db4o</a></p></li>
<li><p><a href="eclipse_plug-in_with_db4o_service/testing_memoplugin.html" class="wikiLink">Testing MemoPlugin</a></p></li>
</ul></div>
<br>

</div>
    </div>
    <div id="footer">
					This revision (2) was last Modified 2007-08-05T17:02:30 by Tetyana.
				</div>
  </body>
</html>