User: fs      
Date: 05/04/07 05:53:59

Modified:
 /dba/www/miscellaneous/
  developer_projects.html

Log:
 removed HSQLDB SDBC driver

File Changes:

Directory: /dba/www/miscellaneous/
==================================

File [changed]: developer_projects.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/miscellaneous/developer_projects.html?r1=1.49&r2=1.50
Delta lines:  +10 -70
---------------------
--- developer_projects.html     28 Feb 2005 13:39:42 -0000      1.49
+++ developer_projects.html     7 Apr 2005 12:53:56 -0000       1.50
@@ -60,8 +60,6 @@
         <li>
           <a href="#new_filter">New Filter Dialog</a></li>
         <li>
-          <a href="#hsqldb">SDBC driver for HSQLDB</a></li>
-        <li>
           <a href="#ldap">SDBC driver for LDAP directories</a></li>
         <li>
           <a href="#vcards">SDBC driver for vCards</a></li>
@@ -565,70 +563,6 @@
       </div>
       <hr style="width: 100%; height: 2px;">
 
-      <!-- ====================== -->
-      <!-- SDBC driver for HSQLDB -->
-      <h3><a name="hsqldb"></a>SDBC driver for HSQLDB</h3>
-      <h4>description</h4>
-      <p>OpenOffice.org&nbsp; has it's own open database access API called 
SDBC which is
-      modeled on the architecture of Java's JDBC. SDBC supports several 
databases and
-      database-like API's via an extensible provider architecture; ODBC 3.0, 
JDBC,
-      ADO, dBase and CSV are among the databases and database management 
systems
-      currently supported. Each SDBC provider is implemented as a UNO 
component.</p>
-
-      <p>Through today a lot of databases come with a driver supporting either 
JDBC or
-      ODBC, the generic SDBC drivers for these both sometimes are not 
sufficient,
-      because the abstraction provided by J/SDBC loses too many 
database-specific
-      information. Instead of extending OOo's ODBC and JDBC driver, an own, 
dedicated
-      driver for such databases has bigger chances of improving the 
collaboration
-      between OOo and HSQLDB.</p>
-
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
-        <tbody>
-          <tr class="centered">
-            <td style="vertical-align: top; width:20%;" class="centered">
-              <b>required skills</b>
-            </td>
-            <td style="vertical-align: top;" class="centered">
-              <b>recommended skills</b>
-            </td>
-            <td style="vertical-align: top;" class="centered">
-              <b>estimated effort</b>
-            </td>
-            <td style="vertical-align: top;" class="centered">
-              <b>difficulty</b>
-            </td>
-          </tr>
-          <tr>
-            <td style="vertical-align: top; width:20%;">
-              <ul>
-                <li>Java</li>
-                <li>familarity with UNO</li>
-              </ul>
-            </td>
-            <td style="vertical-align: top;">
-              <ul>
-                <li>familarity with HSQLDB</li>
-                <li>familarity with OOo's database access and form API<br/>
-                </li>
-              </ul>
-            </td>
-            <td style="vertical-align: middle; width: 30%; text-align: 
center;">this heavily
-              depends on the chosen architecture, and how far we want to go 
(means how many
-              database-specific things we want to support in our SDBC driver). 
2 weeks at
-              least<br/>
-            </td>
-            <td style="vertical-align: middle; text-align: 
center;">medium-high<br/>
-            </td>
-          </tr>
-        </tbody>
-      </table>
-      <div style="text-align: right;">
-        <a href="http://www.openoffice.org";>OpenOffice.org</a> - <a 
href="http://dba.openoffice.org/index.html";>
-          Database Access</a> - <a 
href="../miscellaneous/index.html">Miscellaneous</a>
-        - <a href="../miscellaneous/developer_projects.html">Developer 
Projects</a>
-      </div>
-      <hr style="width: 100%; height: 2px;">
-
       <!-- ================================ -->
       <!-- SDBC driver for LDAP directories -->
       <h3><a name="ldap"></a>SDBC driver for LDAP directories</h3>
@@ -716,10 +650,16 @@
       <!-- SDBC driver for vCards -->
       <h3><a name="vcards"></a>SDBC driver for vCards</h3>
       <h4>description</h4>
-      <p>Similar to the <a href="#hsqldb">SDBC driver for HSQLDB</a>, it would 
be
-      slightly usefull to have a dedicated driver for accessign vCards. There 
is an
-      infrastructure in the existing SDBC implementations for file-based 
databases,
-      which could be relatively easily specialized for vCard access. This would
+
+      <p>OpenOffice.org&nbsp; has it's own open database access API called 
SDBC which is
+      modeled on the architecture of Java's JDBC. SDBC supports several 
databases and
+      database-like API's via an extensible provider architecture; ODBC 3.0, 
JDBC,
+      ADO, dBase and CSV are among the databases and database management 
systems
+      currently supported. Each SDBC provider is implemented as a UNO 
component.</p>
+
+      <p>Itt would be slightly usefull to have a dedicated driver for 
accessign vCards.
+      There is an infrastructure in the existing SDBC implementations for 
file-based
+      databases, which could be relatively easily specialized for vCard 
access. This would
       broaden the range of address book data which can be used in 
OpenOffice.org.</p>
 
       <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to