Menu

JDBWC 1.0.0.2_2-beta Available

The summary of fixes/changes in JDBWC 1.0.0.2_2 includes:

1) fixed: Null ResultSet values cause problems with Date related types.
2) fixed: Zero'd dates getting changed to 2001-01-01 when using ResultSet.getDate([int, label]) to retrieve them.
3) fixed: Connection.isClosed() not working
4) fixed: creating a new Connection by passing the Driver a Properties file fails.
5) Made the Driver parameter keys more consistent with conventional jdbc naming conventions.
6) Minor Code Clean up in the Connection implementation.
7) Binary distribution compiled with jdk 1.6.0_10

Connection Propetrty keys:

  • url (website url EG: https://somedomain.com/admin/
    [In this case, the "admin" folder
    at https://somedomain.com
    should contain the 'web' folder "jdbwc"]
    )
  • port (server port number. https is usually 443
    and plain-text is usually 80)
  • user (apache username for 'web' folder "jdbwc")
  • password (apache password for 'web' folder "jdbwc")
  • databaseName (Database name)
  • databaseUser (Database username)
  • databasePassword (Database password)

UPCOMING RELEASE PRELUDE:
The next release will include a revamped connection handler
powered by apache.commons.httpClient 4.0

That will improve a number things in JDBWC including
improving compression handling
data transport layer character handling
* greater reliability

Regards,
Tim Gall.

Posted by Tim Gall 2008-10-30

Log in to post a comment.