5 projects tagged "Apache 2.0"
Midao is a framework that was created to simplify development with JDBC. It shields developers from the nuances of vendor JDBC implementations and provides standard JDBC boilerplate code. It is flexible, customizable, and simple and intuitive to use, and provides a lot of functionality: transactions, metadata, type handling, profiling, input/output processing/converting, pooled datasource library support, named parameters, multiple vendor support out of the box, custom exception handling, and overrides. With a single Jar, it supports both JDBC 3.0 (Java 5) and JDBC 4.0 (Java 6). It is well tested, with over 500 unit and functional tests, and is also tested with the latest drivers for Derby, MySQL (MariaDB), PostgreSQL, Oracle, and Microsoft SQL.
Status Reporter is a time tracking application that was designed to track the time spent working on various activities associated with work breakdown structure (WBS) line items. Each activity is associated with a WBS line item, and a WBS line item is part of the overall departmental budget. Even though it was developed for a specific purpose, the ideas can be applied to almost any situation. For example, if you do not use WBS numbers, you could just create a single WBS number and associate all activities with it. Alternatively if you have multiple projects, you can use the WBS numbers as individual projects and have one or more activities associated with each. The WBS number does not have to be numeric, so it is flexible in its usage.
jWeb1T is an Java tool for efficiently searching n-gram data in the Web 1T 5-gram corpus format. It is based on a binary search algorithm that finds the n-grams and returns their frequency counts in logarithmic time. As the corpus is stored in many files, a simple index is used to retrieve the files containing the n-grams.
CSS Import Resolver resolves the @import url(...); statements in input CSS files (by replacing the @import statement with the actual content of the linked CSS) and creates a huge CSS output (written to STDOUT by default). Including the combined CSS in your Web pages will improve the performance of a site by avoiding additional HTTP roundtrips.