Skip to content

xebitstudios/darwinsys-api

 
 

Repository files navigation

DarwinSys-API

This is a collection of Java classes that I’ve found useful. In most cases "found useful" means used more than once, but not always. This codebase has been together for years, and has somewhat grown like topsy, so lopsy may be lopping off some of its leaves as time goes by. He will try to avoid breaking any of the projects that uses it; if he does so, please get in touch in the usual way(s).

As of 1.1.0, Java 8 (JDK 1.8) is now the minimum to build and use this API. For Java 6 or 7 you have to stick to version 1.0.5.

Build

license BSD2 green badge

Testing

N.B. You MUST install a minimal $HOME/.db.properties to run the tests under Maven. The older Ant build.xml has a task for this, but is otherwise not up to date.

This needs to be fixed, but for now, there it is. Rather, here it is:

# This totally fake .db.properties should be copied to your home directory.
# Values here are just for running the JUnit tests on the ConnectionUtils
test.DBDriver=com.darwinsys.sql.MockJDBCDriver
test.DBURL=jdbc:mock:you_make_me_laugh
test.DBUser=testName
test.DBPassword=testPassword

Cheers

Ian Darwin

About

Ian Darwin's semi-random collection of Java APIs, all subject to change without notice.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.2%
  • HTML 2.2%
  • Shell 0.2%
  • Makefile 0.2%
  • C 0.1%
  • CSS 0.1%