Code Monkey home page Code Monkey logo

darwinsys-api's Introduction

DarwinSys-API

This is a collection of Java classes that I’ve found useful, classes which implement some useful operations that one would normally have to re-implement many times over. In most cases "found useful" means used more than once, but not always.

Notes: * In late 2019, the 'testng' package graduated to its own project, darwinsys-testing, to aid in modularizing this (there being no module support for JUnit 4 three years after Jigsaw was announced), and anyway, a general-purpose library probably has no business dragging in a dependency on a testing library. * In 2017 the servlet and JSP packages graduated from darwinsys-api to darwinsys-ee; which you now may need!

See the Author’s Book Site and the O’Reilly Site for more information on the book which accompanies this source code.

The 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).

Java 11 (JDK 1.11) is now the minimum to build and use this API. For Java 8 or earlier, do the world a favor and just upgrade.

Build

license BSD2 green badge

Testing

N.B. You MUST install a minimal $HOME/.db.properties to run the tests under Maven. This needs to be automated, 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:it_is_a_mock_after_all
test.DBUser=testName
test.DBPassword=testPassword

Cheers

Ian Darwin

darwinsys-api's People

Contributors

iandarwin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.