Monthly Archives: April 2009

Database connections and jtds

What are the class names of the Driver, DataSource, ConnectionPoolDataSource, XADataSource and ObjectFactory implementations? Interface jTDS Implementation java.sql.Driver net.sourceforge.jtds.jdbc.Driver javax.sql.DataSource net.sourceforge.jtds.jdbcx.JtdsDataSource javax.sql.ConnectionPoolDataSource net.sourceforge.jtds.jdbcx.JtdsDataSource javax.sql.XADataSource net.sourceforge.jtds.jdbcx.JtdsDataSource javax.naming.spi.ObjectFactory net.sourceforge.jtds.jdbcx.JtdsObjectFactory What is the URL format used by jTDS? The URL format for jTDS is: jdbc:jtds:<server_type>://<server>[:<port>][/<database>][;<property>=<value>[;…]] http://jtds.sourceforge.net/faq.html

read more

Installing Continuum

  Apache Continuum is an enterprise-ready continuous integration server with features such as automated builds, release management, role-based security, and integration with popular build tools and source control management systems. Whether you have a centralized build team or want to put control of releases in the hands of developers, Continuum can help you improve quality […]

read more