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

--no commit message

--no commit message
上级 4aeae765
......@@ -91,6 +91,11 @@ HenPlus</a><br />
HenPlus is a SQL shell written in Java.
</p>
<p><a href="http://www.razorsql.com">
RazorSQL</a><br />
An SQL query tool, database browser, SQL editor, and database administration tool.
</p>
<p><a href="http://sqldeveloper.solyp.com/index.html">
SQL Developer</a><br />
Universal Database Frontend.
......@@ -255,6 +260,11 @@ Java Simon</a><br />
Simple Monitoring API.
</p>
<p><a href="http://www.jboss.org/jbossjbpm">
jBPM</a><br />
A platform for executable process languages ranging from business process management (BPM) over workflow to service orchestration.
</p>
<p><a href="http://jgeocoder.sourceforge.net">
JGeocoder</a><br />
Free Java geocoder. Geocoding is the process of estimating a latitude and longitude for a given location.
......@@ -276,6 +286,11 @@ JMatter</a><br />
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
</p>
<p><a href="http://getjotbot.com">
JotBot</a><br />
Records your day at user defined intervals.
</p>
<p><a href="http://www.jpox.org">
JPOX</a><br />
Java persistent objects.
......@@ -419,6 +434,11 @@ Razuna</a><br />
Open source Digital Asset Management System with integrated Web Content Management.
</p>
<p><a href="http://www.rifers.org">
RIFE</a><br />
A full-stack web application framework with tools and APIs to implement most common web features.
</p>
<p><a href="http://patir.rubyforge.org/rutema/index.html">
Rutema</a><br />
Rutema is a test execution and management tool for heterogeneous development environments written in Ruby.
......@@ -474,6 +494,11 @@ SmartFoxServer</a><br />
Platform for developing multiuser applications and games with Macromedia Flash.
</p>
<p><a href="http://code.google.com/p/sbff">
Social Bookmarks Friend Finder</a><br />
A GUI application that allows you to find users with similar bookmarks to the user specified (for delicious.com).
</p>
<p><a href="http://sqlorm.sourceforge.net/index.html">
SQLOrm</a><br />
Java Object Relation Mapping.
......
......@@ -221,6 +221,8 @@ public class Database implements DataHandler {
}
}
} catch (Exception e) {
int test;
e.printStackTrace();
if (traceSystem != null) {
if (e instanceof SQLException) {
SQLException e2 = (SQLException) e;
......@@ -454,9 +456,9 @@ public class Database implements DataHandler {
private synchronized void open(int traceLevelFile, int traceLevelSystemOut) throws SQLException {
if (persistent) {
if (SysProperties.PAGE_STORE) {
PageStore store = getPageStore();
if (!store.isNew()) {
store.getLog().recover(true);
String pageFileName = databaseName + Constants.SUFFIX_PAGE_FILE;
if (FileUtils.exists(pageFileName) && FileUtils.isReadOnly(pageFileName)) {
readOnly = true;
}
}
String dataFileName = databaseName + Constants.SUFFIX_DATA_FILE;
......@@ -485,6 +487,12 @@ public class Database implements DataHandler {
startServer(lock.getUniqueId());
}
}
if (SysProperties.PAGE_STORE) {
PageStore store = getPageStore();
if (!store.isNew()) {
store.getLog().recover(true);
}
}
if (FileUtils.exists(dataFileName)) {
lobFilesInDirectories &= !ValueLob.existsLobFile(getDatabasePath());
lobFilesInDirectories |= FileUtils.exists(databaseName + Constants.SUFFIX_LOBS_DIRECTORY);
......
......@@ -577,4 +577,5 @@ approximated approximation dvan dsn dobysoft ebean syswow tmueller dbbench
connecturl problematic transformation lazy querydsl squill empire liq fle
xive evolving mssqlserver eric respond faulhaber fixing northern lying
federal santa america county clara courts california york venue away stages
titles headers grew
titles headers grew orchestration social razor finder ranging friend intervals
bot jot delicious rife
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论