提交 c1a0ab19 authored 作者: Thomas Mueller's avatar Thomas Mueller

docs

上级 2c433788
......@@ -16,7 +16,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>-
<ul><li>The new method org.h2.tools.Server.startWebServer(conn) starts the H2 Console
to inspect a database while debugging.
</li><li>Stopping a WebServer didn't always work. Fixed.
</li></ul>
<h2>Version 1.0.74 (2008-06-21)</h2>
......
......@@ -175,6 +175,11 @@ JavaPlayer</a><br />
Pure Java MP3 player.
</p>
<p><a href="http://jena.sourceforge.net/">
Jena</a><br />
Java framework for building Semantic Web applications.
</p>
<p><a href="http://jmatter.org/">
JMatter</a><br />
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
......@@ -363,6 +368,11 @@ Tune Backup</a><br />
Easy-to-use backup solution for your iTunes library.
</p>
<p><a href="http://www.weblica.ch">
weblica</a><br />
Desktop CMS.
</p>
<p><a href="http://www.webofweb.net">
Web of Web</a><br />
Collaborative and realtime interactive media platform for the web.
......
......@@ -44,7 +44,7 @@ Welcome to H2, the Java SQL database. The main feature of H2 are:
<tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-${versionDate}.zip"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-${versionDate}.zip">All platforms (zip, 4.5 MB)</a>
<a href="http://www.h2database.com/h2-${versionDate}.zip">All platforms (zip, 4.6 MB)</a>
</td></tr>
<tr><td style="border: 0px; background-color: #eee;" colspan="2">
<a href="download.html">All Downloads</a>
......
......@@ -63,6 +63,7 @@ Roadmap
</li><li>Change LOB mechanism (less files, keep index of lob files, point to files and row, delete unused files earlier, maybe bundle files into a tar file)
</li><li>Clustering: recovery needs to becomes fully automatic. Global write lock feature.
</li><li>Option for Java functions: constant/isDeterministic/readonly/pure (always return the same value) to allow early evaluation when all parameters are constant
</li><li>Support mixed clustering mode (one embedded, the other server mode)
</li><li>Deferred integrity checking (DEFERRABLE INITIALLY DEFERRED)
</li><li>Groovy Stored Procedures (http://groovy.codehaus.org/Groovy+SQL)
</li><li>System table / function: cache usage
......@@ -149,7 +150,6 @@ Roadmap
</li><li>Clustering: Reads should be randomly distributed or to a designated database on RAM
</li><li>Clustering: When a database is back alive, automatically synchronize with the master
</li><li>Standalone tool to get relevant system properties and add it to the trace output.
</li><li>Support mixed clustering mode (one embedded, the other server mode)
</li><li>Support 'call proc(1=value)' (PostgreSQL, Oracle)
</li><li>JAMon (proxy jdbc driver)
</li><li>Console: Improve editing data (Tab, Shift-Tab, Enter, Up, Down, Shift+Del?)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论