This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: update gcj web pages (Was: Addition to the 'Done with GCJ' list)


>>>>> "Thomas" == Thomas Mueller <thomas.tom.mueller@gmail.com> writes:

Thomas> I have an addition for your list, maybe you want to add it:
Thomas> H2 Database Engine
Thomas> (http://www.h2database.com )

I'm checking in the appended, which updates the 'done with gcj' page.

This page really should be moved to the wiki... but I'm not going to
do that now.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* done.html: Added H2 Database Engine.

Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.44
diff -u -r1.44 done.html
--- done.html 5 Jun 2005 18:15:26 -0000 1.44
+++ done.html 9 Feb 2006 18:50:21 -0000
@@ -258,6 +258,22 @@
       </tr>
       <!-- End gcjwebplugin -->
 
+      <!-- H2 Database Engine -->
+      <tr valign="top">
+        <td><b><a href="http://www.h2database.com/";>H2 Database Engine</a></b></td>
+
+	<td>H2 is a Java database engine. Apart from the usual features such as
+SQL, transactions, JDBC API, referential integrity, the database also
+supports clustering, views, subqueries, encryption, trigger and stored
+procedures. As HSQLDB, database can be operated in the embedded and
+server mode, with data kept in-memory or on disk. It is available as a
+native executable (using GCJ) and as a Java library.
+	</td>
+
+	<td><a href="dbsupport@h2database.com">H2 maintainers</a></td>
+      </tr>
+      <!-- End H2 Database Engine -->
+
       </table>
 
 </body>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]