Frameworks

Common

The Common library is a top-level repository for classes and utility methods that are reused by each of the Big Oh Software frameworks detailed below.

JDBCProxy

The JDBCProxy framework allows software developers to expose JDBC operations as observable Java events. The framework makes it easy to log the SQL queries that are run by a Java application. Moreover, the framework is extensible, exposing hooks where you can define code that prevent the execution of dangerous or undesirable SQL statements.

PostOffice

An uber-thin wrapper around the JavaMail APIs, the PostOffice framework simplifies the sending of email from Java programs. Post Office allows you to send an email message with a single line of code!

SimpleGrid

Check out SimpleGrid, a distributed processing framework that reduces the complexity of forming and managing an ad-hoc grid of distributed computers to provide on-demand task processing services to software clients.