GlassFish and Firebird JDBC driver Jaybird
This page describes how to configure GlassFish for use with Jaybird. These instructions are based on GlassFish Server Open Source Edition 3.1.2.2 and Jaybird 2.2.3.
This page describes how to configure GlassFish for use with Jaybird. These instructions are based on GlassFish Server Open Source Edition 3.1.2.2 and Jaybird 2.2.3.
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.3.
See http://www.firebirdsql.org/en/jdbc-driver/ for the downloadlinks.
The release is also available on maven:
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.3</version>
The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16 or jaybird-jdk17.
The following has been changed or fixed in Jaybird 2.2.3:
More details are available in the Jaybird 2.2.3 releasenotes.
Mark Rotteveel wrote on Firebird-Java group : I updated the Jaybird roadmap to outline the basic plans for Jaybird
2.3. You can find it on
http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=info:roadmap
I will probably add more detail in the future.
Mark
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.2.
See http://www.firebirdsql.org/en/jdbc-driver/ for the downloadlinks.
The release is also available on maven:
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.2</version>
The artifactId depends on your target Java version: jaybird-jdk15,
jaybird-jdk16 or jaybird-jdk17
The following has been changed or fixed in Jaybird 2.2.2:
News via Mark Rotteveel tweet
I just released Jaybird 2.2.2 newsitem and maven artifacts should appear in a day or so
Update: NewsItem apeared on the main site also on FirebirdNews
Firebird Tweet of the Day from :
Mark Rotteveel
Always nice if work pays off: new JDBC escape parser in Jaybird: parse time reduction 70% (no escapes at all) to 30% (6 escapes)
News via twitter Mark Rotteveel
Updating releasenotes for Jaybird 2.2.1, and if testing goes OK, I will probably release next week.
Also don’t forget
Do you use Jaybird in your applications? Fill out our survey: http://infopoll.net/live/surveys/s36021.htm
News from Mark Rotteveel : The Jaybird code repository has been migrated from CVS to Subversion.
The code is now available from
https://svn.code.sf.net/p/firebird/code/client-java/
It can also be viewed from
https://sourceforge.net/p/firebird/code/HEAD/tree/client-java/
.
Is there any way to set socket timeouts?
Roman Rokytskyy answered :
-Yes, the property is called so_timeout and is directly passed when the socket is opened (see Socket.setSoTimeout documentation). You can append the property to the JDBC URL after question mark:
jdbc:firebirdsql:myhost/3050:/path/to/db.fdb?so_timeout=12345
– I have added this feature on request for some very special case. In general you don’t need this property, since the server is not supposed to crash and the network is not supposed to break as well, at least not for database applications. So, the solution is to solve the crash, not to add a workaround for it.
ps: soon it will be added to documentation
Web-based Squirrel SQL client. It allows you to view database structure, import/export and manage your databases, including create database, table, store procedure, view,trigger and user. it supports Firebird