</li><li>The documentation indexer does no longer index Japanese pages. If somebody knows how to split Japanese into words please post it.
</li><li>The documentation indexer does no longer index Japanese pages. If somebody knows how to split Japanese into words please post it.
</li><li>Oracle compatibility: SYSDATE now returns a timestamp. CHR(..) is now an alias for CHAR(..).
</li><li>Oracle compatibility: SYSDATE now returns a timestamp. CHR(..) is now an alias for CHAR(..).
</li><li>After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
</li><li>After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
</li><li>About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem: a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is an additionally problem, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4197876. A workaround has been implemented.
</li><li>About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem: a shutdown hook was added but never removed. Fixed.
In JDK 1.4, there is <ahref="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4197876">an additionally problem</a>.
A workaround has been implemented.
</li><li>Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
</li><li>Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
</li><li>Using spaces in column and table aliases was not supported when used inside a view or temporary view.
</li><li>Using spaces in column and table aliases was not supported when used inside a view or temporary view.
</li><li>The version (build) number is now included in the manifest file.
</li><li>The version (build) number is now included in the manifest file.
@@ -554,7 +554,7 @@ FileDescriptor.sync(). The documentation says that this forces all system buffer
...
@@ -554,7 +554,7 @@ FileDescriptor.sync(). The documentation says that this forces all system buffer
FileChannel.force() (since JDK 1.4). This method is supposed to force any updates to this channel's file to be written to the storage device that contains it.
FileChannel.force() (since JDK 1.4). This method is supposed to force any updates to this channel's file to be written to the storage device that contains it.
@advanced_1185_p
@advanced_1185_p
By default, MySQL calls fsync for each commit. When using one of those methods, only around 60 write operations per second can be achieved, which is consistent with the RPM rate of the hard drive used. Unfortunately, even when calling FileDescriptor.sync() or FileChannel.force(), data is not always persisted to the hard drive, because most hard drives do not obey fsync(): see 'Your Hard Drive Lies to You' at http://hardware.slashdot.org/article.pl?sid=05/05/13/0529252. In Mac OS X fsync does not flush hard drive buffers: http://lists.apple.com/archives/darwin-dev/2005/Feb/msg00072.html. So the situation is confusing, and tests prove there is a problem.
By default, MySQL calls fsync for each commit. When using one of those methods, only around 60 write operations per second can be achieved, which is consistent with the RPM rate of the hard drive used. Unfortunately, even when calling FileDescriptor.sync() or FileChannel.force(), data is not always persisted to the hard drive, because most hard drives do not obey fsync(): see <a href="http://hardware.slashdot.org/article.pl?sid=05/05/13/0529252">Your Hard Drive Lies to You</a> . In Mac OS X fsync does not flush hard drive buffers, see <a href="http://lists.apple.com/archives/darwin-dev/2005/Feb/msg00072.html">Bad fsync?</a> . So the situation is confusing, and tests prove there is a problem.
@advanced_1186_p
@advanced_1186_p
Trying to flush hard drive buffers hard, and if you do the performance is very bad. First you need to make sure that the hard drive actually flushes all buffers. Tests show that this can not be done in a reliable way. Then the maximum number of transactions is around 60 per second. Because of those reasons, the default behavior of H2 is to delay writing committed transactions.
Trying to flush hard drive buffers hard, and if you do the performance is very bad. First you need to make sure that the hard drive actually flushes all buffers. Tests show that this can not be done in a reliable way. Then the maximum number of transactions is around 60 per second. Because of those reasons, the default behavior of H2 is to delay writing committed transactions.
...
@@ -1517,7 +1517,7 @@ Oracle compatibility: SYSDATE now returns a timestamp. CHR(..) is now an alias f
...
@@ -1517,7 +1517,7 @@ Oracle compatibility: SYSDATE now returns a timestamp. CHR(..) is now an alias f
After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
@changelog_1188_li
@changelog_1188_li
About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem: a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is an additionally problem, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4197876. A workaround has been implemented.
About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem: a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4197876">an additionally problem</a> . A workaround has been implemented.
@changelog_1189_li
@changelog_1189_li
Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
...
@@ -3497,7 +3497,7 @@ Modifications to the H2 source code must be published.
...
@@ -3497,7 +3497,7 @@ Modifications to the H2 source code must be published.
You don't need to provide the source code of H2 if you did not modify anything.
You don't need to provide the source code of H2 if you did not modify anything.
@license_1008_p
@license_1008_p
However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http://www.archive.org and look for old web pages of http://www.bungisoft.com.
However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http://www.archive.org and look for old web pages of http://www.bungisoft.com.
@license_1009_p
@license_1009_p
About porting the source code to another language (for example C# or C++): Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
About porting the source code to another language (for example C# or C++): Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
...
@@ -3956,207 +3956,213 @@ HA-JDBC
...
@@ -3956,207 +3956,213 @@ HA-JDBC
High-Availability JDBC: A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
High-Availability JDBC: A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
@links_1045_a
@links_1045_a
Hibernate
HenPlus
@links_1046_p
@links_1046_p
Relational persistence for idiomatic Java (O-R mapping tool).
HenPlus is a SQL shell written in Java.
@links_1047_a
@links_1047_a
Hibicius
Hibernate
@links_1048_p
@links_1048_p
Online Banking Client for the HBCI protocol
Relational persistence for idiomatic Java (O-R mapping tool).
@links_1049_a
@links_1049_a
H2 Spatial
Hibicius
@links_1050_p
@links_1050_p
A project to add spatial functions to H2 database.
Online Banking Client for the HBCI protocol
@links_1051_a
@links_1051_a
JAMWiki
H2 Spatial
@links_1052_p
@links_1052_p
Java-based Wiki engine.
A project to add spatial functions to H2 database.
@links_1053_a
@links_1053_a
Jala
JAMWiki
@links_1054_p
@links_1054_p
Open source collection of JavaScript modules
Java-based Wiki engine.
@links_1055_a
@links_1055_a
JavaPlayer
Jala
@links_1056_p
@links_1056_p
Pure Java MP3 player.
Open source collection of JavaScript modules
@links_1057_a
@links_1057_a
JMatter
JavaPlayer
@links_1058_p
@links_1058_p
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
Pure Java MP3 player.
@links_1059_a
@links_1059_a
JPOX
JMatter
@links_1060_p
@links_1060_p
Java persistent objects.
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
@links_1061_a
@links_1061_a
Liftweb
JPOX
@links_1062_p
@links_1062_p
A Scala-based, secure, developer friendly web framework
Java persistent objects.
@links_1063_a
@links_1063_a
LiquiBase
Liftweb
@links_1064_p
@links_1064_p
A tool to manage database changes and refactorings.
A Scala-based, secure, developer friendly web framework
@links_1065_a
@links_1065_a
Luntbuild
LiquiBase
@links_1066_p
@links_1066_p
Build automation and management tool.
A tool to manage database changes and refactorings.
@links_1067_a
@links_1067_a
Mr. Persister
Luntbuild
@links_1068_p
@links_1068_p
Simple, small and fast object relational mapping.
Build automation and management tool.
@links_1069_a
@links_1069_a
Myna Application Server
Mr. Persister
@links_1070_p
@links_1070_p
Java web app that provides dynamic web content and Java libraries access from JavaScript.
Simple, small and fast object relational mapping.
@links_1071_a
@links_1071_a
MyTunesRss
Myna Application Server
@links_1072_p
@links_1072_p
MyTunesRSS lets you listen to your music wherever you are.
Java web app that provides dynamic web content and Java libraries access from JavaScript.
@links_1073_a
@links_1073_a
NCGC CurveFit
MyTunesRss
@links_1074_p
@links_1074_p
From: NIH Chemical Genomics Center, National Institutes of Health, USA. An open source application in the life sciences research field. This application handles chemical structures and biological responses of thousands of compounds with the potential to handle million+ compounds. It utilizes an embedded H2 database to enable flexible query/retrieval of all data including advanced chemical substructure and similarity searching. The application highlights an automated curve fitting and classification algorithm that outperforms commercial packages in the field. Commercial alternatives are typically small desktop software that handle a few dose response curves at a time. A couple of commercial packages that do handle several thousand curves are very expensive tools (>60k USD) that require manual curation of analysis by the user; require a license to Oracle; lack advanced query/retrieval; and the ability to handle chemical structures.
MyTunesRSS lets you listen to your music wherever you are.
@links_1075_a
@links_1075_a
Orion
NCGC CurveFit
@links_1076_p
@links_1076_p
J2EE Application Server.
From: NIH Chemical Genomics Center, National Institutes of Health, USA. An open source application in the life sciences research field. This application handles chemical structures and biological responses of thousands of compounds with the potential to handle million+ compounds. It utilizes an embedded H2 database to enable flexible query/retrieval of all data including advanced chemical substructure and similarity searching. The application highlights an automated curve fitting and classification algorithm that outperforms commercial packages in the field. Commercial alternatives are typically small desktop software that handle a few dose response curves at a time. A couple of commercial packages that do handle several thousand curves are very expensive tools (>60k USD) that require manual curation of analysis by the user; require a license to Oracle; lack advanced query/retrieval; and the ability to handle chemical structures.
@links_1077_a
@links_1077_a
PolePosition
Orion
@links_1078_p
@links_1078_p
Open source database benchmark.
J2EE Application Server.
@links_1079_a
@links_1079_a
Scriptella
PolePosition
@links_1080_p
@links_1080_p
ETL (Extract-Transform-Load) and script execution tool.
Open source database benchmark.
@links_1081_a
@links_1081_a
Sesar
Scriptella
@links_1082_p
@links_1082_p
Dependency Injection Container with Aspect Oriented Programming
ETL (Extract-Transform-Load) and script execution tool.
@links_1083_a
@links_1083_a
SemmleCode
Sesar
@links_1084_p
@links_1084_p
Eclipse plugin to help you improve software quality.
Dependency Injection Container with Aspect Oriented Programming
@links_1085_a
@links_1085_a
Shellbook
SemmleCode
@links_1086_p
@links_1086_p
Desktop publishing application.
Eclipse plugin to help you improve software quality.
@links_1087_a
@links_1087_a
Signsoft intelliBO
Shellbook
@links_1088_p
@links_1088_p
Persistence middleware supporting the JDO specification.
Desktop publishing application.
@links_1089_a
@links_1089_a
SmartFoxServer
Signsoft intelliBO
@links_1090_p
@links_1090_p
Platform for developing multiuser applications and games with Macromedia Flash.
Persistence middleware supporting the JDO specification.
@links_1091_a
@links_1091_a
SQL Developer
SmartFoxServer
@links_1092_p
@links_1092_p
Universal Database Frontend.
Platform for developing multiuser applications and games with Macromedia Flash.
@links_1093_a
@links_1093_a
SQL Workbench/J
SQL Developer
@links_1094_p
@links_1094_p
Free DBMS-independent SQL tool.
Universal Database Frontend.
@links_1095_a
@links_1095_a
SQuirreL SQL Client
SQL Workbench/J
@links_1096_p
@links_1096_p
Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
Free DBMS-independent SQL tool.
@links_1097_a
@links_1097_a
SQuirreL DB Copy Plugin
SQuirreL SQL Client
@links_1098_p
@links_1098_p
Tool to copy data from one database to another.
Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
@links_1099_a
@links_1099_a
StorYBook
SQuirreL DB Copy Plugin
@links_1100_p
@links_1100_p
A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
Tool to copy data from one database to another.
@links_1101_a
@links_1101_a
StreamCruncher
StorYBook
@links_1102_p
@links_1102_p
Event (stream) processing kernel.
A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
@links_1103_a
@links_1103_a
Tamava
StreamCruncher
@links_1104_p
@links_1104_p
Newsgroups Reader.
Event (stream) processing kernel.
@links_1105_a
@links_1105_a
Tune Backup
Tamava
@links_1106_p
@links_1106_p
Easy-to-use backup solution for your iTunes library.
Newsgroups Reader.
@links_1107_a
@links_1107_a
Web of Web
Tune Backup
@links_1108_p
@links_1108_p
Collaborative and realtime interactive media platform for the web.
Easy-to-use backup solution for your iTunes library.
@links_1109_a
@links_1109_a
Werkzeugkasten
Web of Web
@links_1110_p
@links_1110_p
Minimum Java Toolset.
Collaborative and realtime interactive media platform for the web.
@links_1111_a
@links_1111_a
Volunteer database
Werkzeugkasten
@links_1112_p
@links_1112_p
Minimum Java Toolset.
@links_1113_a
Volunteer database
@links_1114_p
A database front end to register volunteers, partnership and donation for a Non Profit organization.
A database front end to register volunteers, partnership and donation for a Non Profit organization.
Also, a new browser page should open with the URL http://localhost:8082. You may get a security warning from the firewall. If you don't want other computers in the network to access the database on your machine, you can let the firewall block these connections. Only local connections are required at this time.
Also, a new browser page should open with the URL <a href="http://localhost:8082">http://localhost:8082</a> . You may get a security warning from the firewall. If you don't want other computers in the network to access the database on your machine, you can let the firewall block these connections. Only local connections are required at this time.
@quickstartText_1018_h4
@quickstartText_1018_h4
Login
Login
...
@@ -6197,7 +6203,7 @@ Delay reading the row if data is not required
...
@@ -6197,7 +6203,7 @@ Delay reading the row if data is not required
Eliminate undo log records if stored on disk (just one pointer per block, not per record)
Eliminate undo log records if stored on disk (just one pointer per block, not per record)
@roadmap_1210_li
@roadmap_1210_li
Feature matrix like here: http://www.inetsoftware.de/products/jdbc/mssql/features/default.asp.
Feature matrix like in <a href="http://www.inetsoftware.de/products/jdbc/mssql/features/default.asp">i-net software</a> .
@roadmap_1211_li
@roadmap_1211_li
Updatable result set on table without primary key or unique index
Updatable result set on table without primary key or unique index
...
@@ -6884,7 +6890,7 @@ Don't click inside this window; otherwise you might block the application (if yo
...
@@ -6884,7 +6890,7 @@ Don't click inside this window; otherwise you might block the application (if yo
Connecting to the Server using a Browser
Connecting to the Server using a Browser
@tutorial_1044_p
@tutorial_1044_p
If the server started successfully, you can connect to it using a web browser. The browser needs to support JavaScript, frames and cascading stylesheets (css). If you started the server on the same computer as the browser, go to http://localhost:8082 in the browser. If you want to connect to the application from another computer, you need to provide the IP address of the server, for example: http://192.168.0.2:8082. If you enabled SSL on the server side, the URL needs to start with HTTPS.
If the server started successfully, you can connect to it using a web browser. The browser needs to support JavaScript, frames and cascading stylesheets (css). If you started the server on the same computer as the browser, go to http://localhost:8082 in the browser. If you want to connect to the application from another computer, you need to provide the IP address of the server, for example: <a href="http://192.168.0.2:8082">http://192.168.0.2:8082</a> . If you enabled SSL on the server side, the URL needs to start with HTTPS.
デフォルトでは、MySQLはそれぞれのコミットごとに fsync を呼びます。それらのメソッドのうちひとつを使用している時、 毎秒およそ60件だけが実行され、使用されているハードドライブのRPM速度と一貫性があります。 残念ながら、FileDescriptor.sync() または FileChannel.force() を呼んだ時でさえも データは常にハードドライブに存続するとは限りません。なぜなら、多くのハードドライブは fsync() に従わないからです: http://hardware.slashdot.org/article.pl?sid=05/05/13/0529252 内の"Your Hard Drive Lies to You" をご覧下さい。Mac OS X では、fsync はハードドライブバッファーをフラッシュしません: http://lists.apple.com/archives/darwin-dev/2005/Feb/msg00072.html そのため状況は混乱していて、 問題があることをテストは証明しています。
#By default, MySQL calls fsync for each commit. When using one of those methods, only around 60 write operations per second can be achieved, which is consistent with the RPM rate of the hard drive used. Unfortunately, even when calling FileDescriptor.sync() or FileChannel.force(), data is not always persisted to the hard drive, because most hard drives do not obey fsync(): see <a href="http://hardware.slashdot.org/article.pl?sid=05/05/13/0529252">Your Hard Drive Lies to You</a> . In Mac OS X fsync does not flush hard drive buffers, see <a href="http://lists.apple.com/archives/darwin-dev/2005/Feb/msg00072.html">Bad fsync?</a> . So the situation is confusing, and tests prove there is a problem.
#After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
#After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
@changelog_1188_li
@changelog_1188_li
#About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem: a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is an additionally problem, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4197876. A workaround has been implemented.
#About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem: a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4197876">an additionally problem</a> . A workaround has been implemented.
@changelog_1189_li
@changelog_1189_li
#Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
#Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
...
@@ -3499,7 +3499,7 @@ Sourceファイル
...
@@ -3499,7 +3499,7 @@ Sourceファイル
#You don't need to provide the source code of H2 if you did not modify anything.
#You don't need to provide the source code of H2 if you did not modify anything.
@license_1008_p
@license_1008_p
#However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http://www.archive.org and look for old web pages of http://www.bungisoft.com.
#However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http://www.archive.org and look for old web pages of http://www.bungisoft.com.
@license_1009_p
@license_1009_p
#About porting the source code to another language (for example C# or C++): Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
#About porting the source code to another language (for example C# or C++): Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
...
@@ -3958,207 +3958,213 @@ Sourceファイル
...
@@ -3958,207 +3958,213 @@ Sourceファイル
#High-Availability JDBC: A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
#High-Availability JDBC: A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
@links_1045_a
@links_1045_a
#Hibernate
#HenPlus
@links_1046_p
@links_1046_p
#Relational persistence for idiomatic Java (O-R mapping tool).
#HenPlus is a SQL shell written in Java.
@links_1047_a
@links_1047_a
#Hibicius
#Hibernate
@links_1048_p
@links_1048_p
#Online Banking Client for the HBCI protocol
#Relational persistence for idiomatic Java (O-R mapping tool).
@links_1049_a
@links_1049_a
#H2 Spatial
#Hibicius
@links_1050_p
@links_1050_p
#A project to add spatial functions to H2 database.
#Online Banking Client for the HBCI protocol
@links_1051_a
@links_1051_a
#JAMWiki
#H2 Spatial
@links_1052_p
@links_1052_p
#Java-based Wiki engine.
#A project to add spatial functions to H2 database.
@links_1053_a
@links_1053_a
#Jala
#JAMWiki
@links_1054_p
@links_1054_p
#Open source collection of JavaScript modules
#Java-based Wiki engine.
@links_1055_a
@links_1055_a
#JavaPlayer
#Jala
@links_1056_p
@links_1056_p
#Pure Java MP3 player.
#Open source collection of JavaScript modules
@links_1057_a
@links_1057_a
#JMatter
#JavaPlayer
@links_1058_p
@links_1058_p
#Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
#Pure Java MP3 player.
@links_1059_a
@links_1059_a
#JPOX
#JMatter
@links_1060_p
@links_1060_p
#Java persistent objects.
#Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
@links_1061_a
@links_1061_a
#Liftweb
#JPOX
@links_1062_p
@links_1062_p
#A Scala-based, secure, developer friendly web framework
#Java persistent objects.
@links_1063_a
@links_1063_a
#LiquiBase
#Liftweb
@links_1064_p
@links_1064_p
#A tool to manage database changes and refactorings.
#A Scala-based, secure, developer friendly web framework
@links_1065_a
@links_1065_a
#Luntbuild
#LiquiBase
@links_1066_p
@links_1066_p
#Build automation and management tool.
#A tool to manage database changes and refactorings.
@links_1067_a
@links_1067_a
#Mr. Persister
#Luntbuild
@links_1068_p
@links_1068_p
#Simple, small and fast object relational mapping.
#Build automation and management tool.
@links_1069_a
@links_1069_a
#Myna Application Server
#Mr. Persister
@links_1070_p
@links_1070_p
#Java web app that provides dynamic web content and Java libraries access from JavaScript.
#Simple, small and fast object relational mapping.
@links_1071_a
@links_1071_a
#MyTunesRss
#Myna Application Server
@links_1072_p
@links_1072_p
#MyTunesRSS lets you listen to your music wherever you are.
#Java web app that provides dynamic web content and Java libraries access from JavaScript.
@links_1073_a
@links_1073_a
#NCGC CurveFit
#MyTunesRss
@links_1074_p
@links_1074_p
#From: NIH Chemical Genomics Center, National Institutes of Health, USA. An open source application in the life sciences research field. This application handles chemical structures and biological responses of thousands of compounds with the potential to handle million+ compounds. It utilizes an embedded H2 database to enable flexible query/retrieval of all data including advanced chemical substructure and similarity searching. The application highlights an automated curve fitting and classification algorithm that outperforms commercial packages in the field. Commercial alternatives are typically small desktop software that handle a few dose response curves at a time. A couple of commercial packages that do handle several thousand curves are very expensive tools (>60k USD) that require manual curation of analysis by the user; require a license to Oracle; lack advanced query/retrieval; and the ability to handle chemical structures.
#MyTunesRSS lets you listen to your music wherever you are.
@links_1075_a
@links_1075_a
#Orion
#NCGC CurveFit
@links_1076_p
@links_1076_p
#J2EE Application Server.
#From: NIH Chemical Genomics Center, National Institutes of Health, USA. An open source application in the life sciences research field. This application handles chemical structures and biological responses of thousands of compounds with the potential to handle million+ compounds. It utilizes an embedded H2 database to enable flexible query/retrieval of all data including advanced chemical substructure and similarity searching. The application highlights an automated curve fitting and classification algorithm that outperforms commercial packages in the field. Commercial alternatives are typically small desktop software that handle a few dose response curves at a time. A couple of commercial packages that do handle several thousand curves are very expensive tools (>60k USD) that require manual curation of analysis by the user; require a license to Oracle; lack advanced query/retrieval; and the ability to handle chemical structures.
@links_1077_a
@links_1077_a
#PolePosition
#Orion
@links_1078_p
@links_1078_p
#Open source database benchmark.
#J2EE Application Server.
@links_1079_a
@links_1079_a
#Scriptella
#PolePosition
@links_1080_p
@links_1080_p
#ETL (Extract-Transform-Load) and script execution tool.
#Open source database benchmark.
@links_1081_a
@links_1081_a
#Sesar
#Scriptella
@links_1082_p
@links_1082_p
#Dependency Injection Container with Aspect Oriented Programming
#ETL (Extract-Transform-Load) and script execution tool.
@links_1083_a
@links_1083_a
#SemmleCode
#Sesar
@links_1084_p
@links_1084_p
#Eclipse plugin to help you improve software quality.
#Dependency Injection Container with Aspect Oriented Programming
@links_1085_a
@links_1085_a
#Shellbook
#SemmleCode
@links_1086_p
@links_1086_p
#Desktop publishing application.
#Eclipse plugin to help you improve software quality.
@links_1087_a
@links_1087_a
#Signsoft intelliBO
#Shellbook
@links_1088_p
@links_1088_p
#Persistence middleware supporting the JDO specification.
#Desktop publishing application.
@links_1089_a
@links_1089_a
#SmartFoxServer
#Signsoft intelliBO
@links_1090_p
@links_1090_p
#Platform for developing multiuser applications and games with Macromedia Flash.
#Persistence middleware supporting the JDO specification.
@links_1091_a
@links_1091_a
#SQL Developer
#SmartFoxServer
@links_1092_p
@links_1092_p
#Universal Database Frontend.
#Platform for developing multiuser applications and games with Macromedia Flash.
@links_1093_a
@links_1093_a
#SQL Workbench/J
#SQL Developer
@links_1094_p
@links_1094_p
#Free DBMS-independent SQL tool.
#Universal Database Frontend.
@links_1095_a
@links_1095_a
#SQuirreL SQL Client
#SQL Workbench/J
@links_1096_p
@links_1096_p
#Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
#Free DBMS-independent SQL tool.
@links_1097_a
@links_1097_a
#SQuirreL DB Copy Plugin
#SQuirreL SQL Client
@links_1098_p
@links_1098_p
#Tool to copy data from one database to another.
#Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
@links_1099_a
@links_1099_a
#StorYBook
#SQuirreL DB Copy Plugin
@links_1100_p
@links_1100_p
#A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
#Tool to copy data from one database to another.
@links_1101_a
@links_1101_a
#StreamCruncher
#StorYBook
@links_1102_p
@links_1102_p
#Event (stream) processing kernel.
#A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
@links_1103_a
@links_1103_a
#Tamava
#StreamCruncher
@links_1104_p
@links_1104_p
#Newsgroups Reader.
#Event (stream) processing kernel.
@links_1105_a
@links_1105_a
#Tune Backup
#Tamava
@links_1106_p
@links_1106_p
#Easy-to-use backup solution for your iTunes library.
#Newsgroups Reader.
@links_1107_a
@links_1107_a
#Web of Web
#Tune Backup
@links_1108_p
@links_1108_p
#Collaborative and realtime interactive media platform for the web.
#Easy-to-use backup solution for your iTunes library.
@links_1109_a
@links_1109_a
#Werkzeugkasten
#Web of Web
@links_1110_p
@links_1110_p
#Minimum Java Toolset.
#Collaborative and realtime interactive media platform for the web.
@links_1111_a
@links_1111_a
#Volunteer database
#Werkzeugkasten
@links_1112_p
@links_1112_p
#Minimum Java Toolset.
@links_1113_a
#Volunteer database
@links_1114_p
#A database front end to register volunteers, partnership and donation for a Non Profit organization.
#A database front end to register volunteers, partnership and donation for a Non Profit organization.
@mainWeb_1000_h1
@mainWeb_1000_h1
...
@@ -5531,7 +5537,7 @@ Windows インストーラーを使用してソフトウェアをインストー
...
@@ -5531,7 +5537,7 @@ Windows インストーラーを使用してソフトウェアをインストー
#Also, a new browser page should open with the URL <a href="http://localhost:8082">http://localhost:8082</a> . You may get a security warning from the firewall. If you don't want other computers in the network to access the database on your machine, you can let the firewall block these connections. Only local connections are required at this time.
@quickstartText_1018_h4
@quickstartText_1018_h4
ログイン
ログイン
...
@@ -6206,7 +6212,7 @@ SQLコマンドがコマンドエリアに表示されます。
...
@@ -6206,7 +6212,7 @@ SQLコマンドがコマンドエリアに表示されます。
#Eliminate undo log records if stored on disk (just one pointer per block, not per record)
#Eliminate undo log records if stored on disk (just one pointer per block, not per record)
@roadmap_1210_li
@roadmap_1210_li
#Feature matrix like here: http://www.inetsoftware.de/products/jdbc/mssql/features/default.asp.
#Feature matrix like in <a href="http://www.inetsoftware.de/products/jdbc/mssql/features/default.asp">i-net software</a> .
@roadmap_1211_li
@roadmap_1211_li
#Updatable result set on table without primary key or unique index
#Updatable result set on table without primary key or unique index
#If the server started successfully, you can connect to it using a web browser. The browser needs to support JavaScript, frames and cascading stylesheets (css). If you started the server on the same computer as the browser, go to http://localhost:8082 in the browser. If you want to connect to the application from another computer, you need to provide the IP address of the server, for example: <a href="http://192.168.0.2:8082">http://192.168.0.2:8082</a> . If you enabled SSL on the server side, the URL needs to start with HTTPS.
@@ -183,7 +183,7 @@ advanced_1181_p=This feature is used by Derby. A test (org.h2.test.poweroff.Test
...
@@ -183,7 +183,7 @@ advanced_1181_p=This feature is used by Derby. A test (org.h2.test.poweroff.Test
advanced_1182_p=Buffers can be flushed by calling the function fsync. There are two ways to do that in Java\:
advanced_1182_p=Buffers can be flushed by calling the function fsync. There are two ways to do that in Java\:
advanced_1183_li=FileDescriptor.sync(). The documentation says that this forces all system buffers to synchronize with the underlying device. Sync is supposed to return after all in-memory modified copies of buffers associated with this FileDescriptor have been written to the physical medium.
advanced_1183_li=FileDescriptor.sync(). The documentation says that this forces all system buffers to synchronize with the underlying device. Sync is supposed to return after all in-memory modified copies of buffers associated with this FileDescriptor have been written to the physical medium.
advanced_1184_li=FileChannel.force() (since JDK 1.4). This method is supposed to force any updates to this channel's file to be written to the storage device that contains it.
advanced_1184_li=FileChannel.force() (since JDK 1.4). This method is supposed to force any updates to this channel's file to be written to the storage device that contains it.
advanced_1185_p=By default, MySQL calls fsync for each commit. When using one of those methods, only around 60 write operations per second can be achieved, which is consistent with the RPM rate of the hard drive used. Unfortunately, even when calling FileDescriptor.sync() or FileChannel.force(), data is not always persisted to the hard drive, because most hard drives do not obey fsync()\:see 'Your Hard Drive Lies to You' at http\://hardware.slashdot.org/article.pl?sid\=05/05/13/0529252. In Mac OS X fsync does not flush hard drive buffers\:http\://lists.apple.com/archives/darwin-dev/2005/Feb/msg00072.html. So the situation is confusing, and tests prove there is a problem.
advanced_1185_p=By default, MySQL calls fsync for each commit. When using one of those methods, only around 60 write operations per second can be achieved, which is consistent with the RPM rate of the hard drive used. Unfortunately, even when calling FileDescriptor.sync() or FileChannel.force(), data is not always persisted to the hard drive, because most hard drives do not obey fsync()\:see <a href\="http\://hardware.slashdot.org/article.pl?sid\=05/05/13/0529252">Your Hard Drive Lies to You</a> . In Mac OS X fsync does not flush hard drive buffers, see <a href\="http\://lists.apple.com/archives/darwin-dev/2005/Feb/msg00072.html">Bad fsync?</a> . So the situation is confusing, and tests prove there is a problem.
advanced_1186_p=Trying to flush hard drive buffers hard, and if you do the performance is very bad. First you need to make sure that the hard drive actually flushes all buffers. Tests show that this can not be done in a reliable way. Then the maximum number of transactions is around 60 per second. Because of those reasons, the default behavior of H2 is to delay writing committed transactions.
advanced_1186_p=Trying to flush hard drive buffers hard, and if you do the performance is very bad. First you need to make sure that the hard drive actually flushes all buffers. Tests show that this can not be done in a reliable way. Then the maximum number of transactions is around 60 per second. Because of those reasons, the default behavior of H2 is to delay writing committed transactions.
advanced_1187_p=In H2, after a power failure, a bit more than one second of committed transactions may be lost. To change the behavior, use SET WRITE_DELAY and CHECKPOINT SYNC. Most other databases support commit delay as well. In the performance comparison, commit delay was used for all databases that support it.
advanced_1187_p=In H2, after a power failure, a bit more than one second of committed transactions may be lost. To change the behavior, use SET WRITE_DELAY and CHECKPOINT SYNC. Most other databases support commit delay as well. In the performance comparison, commit delay was used for all databases that support it.
advanced_1188_h3=Running the Durability Test
advanced_1188_h3=Running the Durability Test
...
@@ -504,7 +504,7 @@ changelog_1184_li=The default value for MAX_MEMORY_UNDO is now 100000.
...
@@ -504,7 +504,7 @@ changelog_1184_li=The default value for MAX_MEMORY_UNDO is now 100000.
changelog_1185_li=The documentation indexer does no longer index Japanese pages. If somebody knows how to split Japanese into words please post it.
changelog_1185_li=The documentation indexer does no longer index Japanese pages. If somebody knows how to split Japanese into words please post it.
changelog_1186_li=Oracle compatibility\:SYSDATE now returns a timestamp. CHR(..) is now an alias for CHAR(..).
changelog_1186_li=Oracle compatibility\:SYSDATE now returns a timestamp. CHR(..) is now an alias for CHAR(..).
changelog_1187_li=After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
changelog_1187_li=After deleting data, empty space in the database files was not efficiently reused (but it was reused when opening the database). This has been fixed.
changelog_1188_li=About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem\:a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is an additionally problem, see http\://bugs.sun.com/bugdatabase/view_bug.do?bug_id\=4197876. A workaround has been implemented.
changelog_1188_li=About 230 bytes per database was leaked. This is a problem for applications opening and closing many thousand databases. The main problem\:a shutdown hook was added but never removed. Fixed. In JDK 1.4, there is <a href\="http\://bugs.sun.com/bugdatabase/view_bug.do?bug_id\=4197876">an additionally problem</a> . A workaround has been implemented.
changelog_1189_li=Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
changelog_1189_li=Optimization for COLUMN IN(.., NULL) if the column does not allow NULL values.
changelog_1190_li=Using spaces in column and table aliases was not supported when used inside a view or temporary view.
changelog_1190_li=Using spaces in column and table aliases was not supported when used inside a view or temporary view.
changelog_1191_li=The version (build) number is now included in the manifest file.
changelog_1191_li=The version (build) number is now included in the manifest file.
...
@@ -1164,7 +1164,7 @@ license_1004_li=You can use H2 for free. You can integrate it into your applicat
...
@@ -1164,7 +1164,7 @@ license_1004_li=You can use H2 for free. You can integrate it into your applicat
license_1005_li=Files containing only your code are not covered by this license (it is 'commercial friendly').
license_1005_li=Files containing only your code are not covered by this license (it is 'commercial friendly').
license_1006_li=Modifications to the H2 source code must be published.
license_1006_li=Modifications to the H2 source code must be published.
license_1007_li=You don't need to provide the source code of H2 if you did not modify anything.
license_1007_li=You don't need to provide the source code of H2 if you did not modify anything.
license_1008_p=However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http\://www.archive.org and look for old web pages of http\://www.bungisoft.com.
license_1008_p=However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http\://www.archive.org and look for old web pages of http\://www.bungisoft.com.
license_1009_p=About porting the source code to another language (for example C\#or C++)\:Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
license_1009_p=About porting the source code to another language (for example C\#or C++)\:Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
license_1010_h2=H2 License, Version 1.0
license_1010_h2=H2 License, Version 1.0
license_1011_h3=1. Definitions
license_1011_h3=1. Definitions
...
@@ -1317,74 +1317,76 @@ links_1041_a=Golden T Studios
...
@@ -1317,74 +1317,76 @@ links_1041_a=Golden T Studios
links_1042_p=Fun-to-play games with a simple interface.
links_1042_p=Fun-to-play games with a simple interface.
links_1043_a=HA-JDBC
links_1043_a=HA-JDBC
links_1044_p=High-Availability JDBC\:A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
links_1044_p=High-Availability JDBC\:A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
links_1045_a=Hibernate
links_1045_a=HenPlus
links_1046_p=Relational persistence for idiomatic Java (O-R mapping tool).
links_1046_p=HenPlus is a SQL shell written in Java.
links_1047_a=Hibicius
links_1047_a=Hibernate
links_1048_p=Online Banking Client for the HBCI protocol
links_1048_p=Relational persistence for idiomatic Java (O-R mapping tool).
links_1049_a=H2 Spatial
links_1049_a=Hibicius
links_1050_p=A project to add spatial functions to H2 database.
links_1050_p=Online Banking Client for the HBCI protocol
links_1051_a=JAMWiki
links_1051_a=H2 Spatial
links_1052_p=Java-based Wiki engine.
links_1052_p=A project to add spatial functions to H2 database.
links_1053_a=Jala
links_1053_a=JAMWiki
links_1054_p=Open source collection of JavaScript modules
links_1054_p=Java-based Wiki engine.
links_1055_a=JavaPlayer
links_1055_a=Jala
links_1056_p=Pure Java MP3 player.
links_1056_p=Open source collection of JavaScript modules
links_1057_a=JMatter
links_1057_a=JavaPlayer
links_1058_p=Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
links_1058_p=Pure Java MP3 player.
links_1059_a=JPOX
links_1059_a=JMatter
links_1060_p=Java persistent objects.
links_1060_p=Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
links_1061_a=Liftweb
links_1061_a=JPOX
links_1062_p=A Scala-based, secure, developer friendly web framework
links_1062_p=Java persistent objects.
links_1063_a=LiquiBase
links_1063_a=Liftweb
links_1064_p=A tool to manage database changes and refactorings.
links_1064_p=A Scala-based, secure, developer friendly web framework
links_1065_a=Luntbuild
links_1065_a=LiquiBase
links_1066_p=Build automation and management tool.
links_1066_p=A tool to manage database changes and refactorings.
links_1067_a=Mr. Persister
links_1067_a=Luntbuild
links_1068_p=Simple, small and fast object relational mapping.
links_1068_p=Build automation and management tool.
links_1069_a=Myna Application Server
links_1069_a=Mr. Persister
links_1070_p=Java web app that provides dynamic web content and Java libraries access from JavaScript.
links_1070_p=Simple, small and fast object relational mapping.
links_1071_a=MyTunesRss
links_1071_a=Myna Application Server
links_1072_p=MyTunesRSS lets you listen to your music wherever you are.
links_1072_p=Java web app that provides dynamic web content and Java libraries access from JavaScript.
links_1073_a=NCGC CurveFit
links_1073_a=MyTunesRss
links_1074_p=From\:NIH Chemical Genomics Center, National Institutes of Health, USA. An open source application in the life sciences research field. This application handles chemical structures and biological responses of thousands of compounds with the potential to handle million+ compounds. It utilizes an embedded H2 database to enable flexible query/retrieval of all data including advanced chemical substructure and similarity searching. The application highlights an automated curve fitting and classification algorithm that outperforms commercial packages in the field. Commercial alternatives are typically small desktop software that handle a few dose response curves at a time. A couple of commercial packages that do handle several thousand curves are very expensive tools (>60k USD) that require manual curation of analysis by the user; require a license to Oracle; lack advanced query/retrieval; and the ability to handle chemical structures.
links_1074_p=MyTunesRSS lets you listen to your music wherever you are.
links_1075_a=Orion
links_1075_a=NCGC CurveFit
links_1076_p=J2EE Application Server.
links_1076_p=From\:NIH Chemical Genomics Center, National Institutes of Health, USA. An open source application in the life sciences research field. This application handles chemical structures and biological responses of thousands of compounds with the potential to handle million+ compounds. It utilizes an embedded H2 database to enable flexible query/retrieval of all data including advanced chemical substructure and similarity searching. The application highlights an automated curve fitting and classification algorithm that outperforms commercial packages in the field. Commercial alternatives are typically small desktop software that handle a few dose response curves at a time. A couple of commercial packages that do handle several thousand curves are very expensive tools (>60k USD) that require manual curation of analysis by the user; require a license to Oracle; lack advanced query/retrieval; and the ability to handle chemical structures.
links_1077_a=PolePosition
links_1077_a=Orion
links_1078_p=Open source database benchmark.
links_1078_p=J2EE Application Server.
links_1079_a=Scriptella
links_1079_a=PolePosition
links_1080_p=ETL (Extract-Transform-Load) and script execution tool.
links_1080_p=Open source database benchmark.
links_1081_a=Sesar
links_1081_a=Scriptella
links_1082_p=Dependency Injection Container with Aspect Oriented Programming
links_1082_p=ETL (Extract-Transform-Load) and script execution tool.
links_1083_a=SemmleCode
links_1083_a=Sesar
links_1084_p=Eclipse plugin to help you improve software quality.
links_1084_p=Dependency Injection Container with Aspect Oriented Programming
links_1085_a=Shellbook
links_1085_a=SemmleCode
links_1086_p=Desktop publishing application.
links_1086_p=Eclipse plugin to help you improve software quality.
links_1087_a=Signsoft intelliBO
links_1087_a=Shellbook
links_1088_p=Persistence middleware supporting the JDO specification.
links_1088_p=Desktop publishing application.
links_1089_a=SmartFoxServer
links_1089_a=Signsoft intelliBO
links_1090_p=Platform for developing multiuser applications and games with Macromedia Flash.
links_1090_p=Persistence middleware supporting the JDO specification.
links_1091_a=SQL Developer
links_1091_a=SmartFoxServer
links_1092_p=Universal Database Frontend.
links_1092_p=Platform for developing multiuser applications and games with Macromedia Flash.
links_1093_a=SQL Workbench/J
links_1093_a=SQL Developer
links_1094_p=Free DBMS-independent SQL tool.
links_1094_p=Universal Database Frontend.
links_1095_a=SQuirreL SQL Client
links_1095_a=SQL Workbench/J
links_1096_p=Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
links_1096_p=Free DBMS-independent SQL tool.
links_1097_a=SQuirreL DB Copy Plugin
links_1097_a=SQuirreL SQL Client
links_1098_p=Tool to copy data from one database to another.
links_1098_p=Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
links_1099_a=StorYBook
links_1099_a=SQuirreL DB Copy Plugin
links_1100_p=A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
links_1100_p=Tool to copy data from one database to another.
links_1101_a=StreamCruncher
links_1101_a=StorYBook
links_1102_p=Event (stream) processing kernel.
links_1102_p=A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
links_1103_a=Tamava
links_1103_a=StreamCruncher
links_1104_p=Newsgroups Reader.
links_1104_p=Event (stream) processing kernel.
links_1105_a=Tune Backup
links_1105_a=Tamava
links_1106_p=Easy-to-use backup solution for your iTunes library.
links_1106_p=Newsgroups Reader.
links_1107_a=Web of Web
links_1107_a=Tune Backup
links_1108_p=Collaborative and realtime interactive media platform for the web.
links_1108_p=Easy-to-use backup solution for your iTunes library.
links_1109_a=Werkzeugkasten
links_1109_a=Web of Web
links_1110_p=Minimum Java Toolset.
links_1110_p=Collaborative and realtime interactive media platform for the web.
links_1111_a=Volunteer database
links_1111_a=Werkzeugkasten
links_1112_p=A database front end to register volunteers, partnership and donation for a Non Profit organization.
links_1112_p=Minimum Java Toolset.
links_1113_a=Volunteer database
links_1114_p=A database front end to register volunteers, partnership and donation for a Non Profit organization.
mainWeb_1000_h1=H2 Database Engine
mainWeb_1000_h1=H2 Database Engine
mainWeb_1001_p=Welcome to H2, the free SQL database. The main feature of H2 are\:
mainWeb_1001_p=Welcome to H2, the free SQL database. The main feature of H2 are\:
mainWeb_1002_li=Very fast, free for everybody, source code is included
mainWeb_1002_li=Very fast, free for everybody, source code is included
...
@@ -1839,7 +1841,7 @@ quickstartText_1013_p=Install the software using the Windows Installer (if you d
...
@@ -1839,7 +1841,7 @@ quickstartText_1013_p=Install the software using the Windows Installer (if you d
quickstartText_1016_p=A new console window appears\:
quickstartText_1016_p=A new console window appears\:
quickstartText_1017_p=Also, a new browser page should open with the URL http\://localhost\:8082. You may get a security warning from the firewall. If you don't want other computers in the network to access the database on your machine, you can let the firewall block these connections. Only local connections are required at this time.
quickstartText_1017_p=Also, a new browser page should open with the URL <a href\="http\://localhost\:8082">http\://localhost\:8082</a> . You may get a security warning from the firewall. If you don't want other computers in the network to access the database on your machine, you can let the firewall block these connections. Only local connections are required at this time.
quickstartText_1018_h4=Login
quickstartText_1018_h4=Login
quickstartText_1019_p=Select <span class\="button">Generic H2</span> and click <span class\="button">Connect</span> \:
quickstartText_1019_p=Select <span class\="button">Generic H2</span> and click <span class\="button">Connect</span> \:
quickstartText_1020_p=You are now logged in.
quickstartText_1020_p=You are now logged in.
...
@@ -2064,7 +2066,7 @@ roadmap_1206_li=Document FTP server, including -ftpTask option to execute / kill
...
@@ -2064,7 +2066,7 @@ roadmap_1206_li=Document FTP server, including -ftpTask option to execute / kill
roadmap_1207_li=Add jdbcx to the javadocs
roadmap_1207_li=Add jdbcx to the javadocs
roadmap_1208_li=Delay reading the row if data is not required
roadmap_1208_li=Delay reading the row if data is not required
roadmap_1209_li=Eliminate undo log records if stored on disk (just one pointer per block, not per record)
roadmap_1209_li=Eliminate undo log records if stored on disk (just one pointer per block, not per record)
roadmap_1210_li=Feature matrix like here\:http\://www.inetsoftware.de/products/jdbc/mssql/features/default.asp.
roadmap_1210_li=Feature matrix like in <a href\="http\://www.inetsoftware.de/products/jdbc/mssql/features/default.asp">i-net software</a> .
roadmap_1211_li=Updatable result set on table without primary key or unique index
roadmap_1211_li=Updatable result set on table without primary key or unique index
roadmap_1212_li=Use LinkedList instead of ArrayList where applicable
roadmap_1212_li=Use LinkedList instead of ArrayList where applicable
roadmap_1213_li=Optimization\:(A\=B AND B\=C) > (A\=B AND B\=C AND A\=C)
roadmap_1213_li=Optimization\:(A\=B AND B\=C) > (A\=B AND B\=C AND A\=C)
tutorial_1041_p=If starting the server from a console window was successful, a new window will open and display the following text\:
tutorial_1041_p=If starting the server from a console window was successful, a new window will open and display the following text\:
tutorial_1042_p=Don't click inside this window; otherwise you might block the application (if you have the Fast-Edit mode enabled).
tutorial_1042_p=Don't click inside this window; otherwise you might block the application (if you have the Fast-Edit mode enabled).
tutorial_1043_h3=Connecting to the Server using a Browser
tutorial_1043_h3=Connecting to the Server using a Browser
tutorial_1044_p=If the server started successfully, you can connect to it using a web browser. The browser needs to support JavaScript, frames and cascading stylesheets (css). If you started the server on the same computer as the browser, go to http\://localhost\:8082 in the browser. If you want to connect to the application from another computer, you need to provide the IP address of the server, for example\:http\://192.168.0.2\:8082. If you enabled SSL on the server side, the URL needs to start with HTTPS.
tutorial_1044_p=If the server started successfully, you can connect to it using a web browser. The browser needs to support JavaScript, frames and cascading stylesheets (css). If you started the server on the same computer as the browser, go to http\://localhost\:8082 in the browser. If you want to connect to the application from another computer, you need to provide the IP address of the server, for example\:<a href\="http\://192.168.0.2\:8082">http\://192.168.0.2\:8082</a> . If you enabled SSL on the server side, the URL needs to start with HTTPS.
tutorial_1045_h3=Multiple Concurrent Sessions
tutorial_1045_h3=Multiple Concurrent Sessions
tutorial_1046_p=Multiple concurrent browser sessions are supported. As that the database objects reside on the server, the amount of concurrent work is limited by the memory available to the server application.
tutorial_1046_p=Multiple concurrent browser sessions are supported. As that the database objects reside on the server, the amount of concurrent work is limited by the memory available to the server application.