RSS 5 projects tagged "GPLv2 with classpath exception"

No download Website Updated 19 Apr 2010 SimpleDBM

Screenshot
Pop 51.35
Vit 4.20

SimpleDBM is a multi-threaded transactional database engine. It has a very small footprint and can be embedded in the address space of an application, or used in network client server mode. It provides a simple programming API that can be learned very quickly. SimpleDBM supports ACID transactions, steal/no-force buffer management, lock-based concurrency, row level locks, b-tree indexes, tables, write ahead log, crash recovery, and deadlock detection.

Download Website Updated 03 Aug 2011 GlassFish

Screenshot
Pop 88.54
Vit 5.55

GlassFish is the Oracle-sponsored reference implementation of a Java EE application server. It is production quality and has very good performance.

No download Website Updated 29 Jul 2010 Java Engine for Testing

Screenshot
Pop 21.28
Vit 32.09

The Java Engine for Testing (JET) is a system for running distributed automated tests. It has been used by Sun for testing the High Availability DataBase (HADB), JavaDB, PostgreSQL, Memcached, and the MySQL Cluster Manager. JET should be a good way to write your tests if the product you want to test is distributed or has a client/server architecture, if it is natural for you to write the tests in Java, and if you want to invest time in developing tests and abstractions for later reuse.

Download Website Updated 25 Aug 2012 jregexanalyser

Screenshot
Pop 148.25
Vit 3.87

jRegExAnalyser is an interactive tool to write, test, debug, analyze, and profile regular expressions.

No download Website Updated 03 Mar 2013 CODERU

Screenshot
Pop 30.33
Vit 12.56

CODERU is a Java code quality tool to enforce good design in respect to package dependencies. Its rules rely on reserved package names, and the allowed dependency rules between them are expressed in a general way. Unlike other tools that force you to define allowed or disallowed individual package dependencies, CODERU is based on a fixed set of general rules. The dependencies between packages need not be defined explicitly. These general dependency rules are based on common design practices which are reflected in preserved package names: "api", "common", "impl", and "factory". It includes a tool for checking your code for rule conformance.

Screenshot

Project Spotlight

txtorcon

An asynchronous Python Tor controller using Twisted.

Screenshot

Project Spotlight

pgBadger

A tool that parses PostgreSQL log files and generates fully detailed reports with charts.