A set of common reusable code that I use, manage and maintain. It is generalized and uses alot of extensible interface based API's leaving expansion to the basic concepts in these libraries almost limitless.
Set of Java libraries to ease common development tasks in an application, such as working with resource files, input validation, background processing, observing property changes, etc.
A sister project for Naked Objects framework, providing custom UI components for assembling Ajax applications, based on the Vaadin web UI toolkit with Naked Objects for the backend. Vaadin was formerly called IT Mill Toolkit.
RedRoo implements a framework for defining and executing hierarchical state machines. As a Red Kangaroo jumps from place to place, RedRoo will transition your application from state to state feeding on the events you pass to it. So get jumping!
ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.
Framework for manipulating Connections: The API mean purpose is provide a unified API through Adaptersto easily incorporate a third-party library into existing application. Also provide an efficient NIO based implementation supporting UDP and TLS
This project provides java(TM) libraries to make exception handling in applications easier. This project addresses the most important services commonly required for application, be them standalone or distributed multi-tier enterprise applications.
Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
JAgile (or "Java Agile") is a simple but practical framework in Java. It implements some JEE Patterns as Transfer Object, Session Facade, Business Object, DAO Factory and DAO. Its unique persistence implementation is the Hibernate Framework.
FormulaOneSDK is a open source project which provides low level SDK including FormulaOneCommon Project, FormulaOneConcurrent Project, FormulaOneGUI Project, FormulaOneJ2EE Project, FormulaOneLog Project and FormulaOneThread Project to other projects.
Microproperties is a flexible and extensible library for dealing with properties in applications written in Java ME (former J2ME). Read properties from MIDlet Manifest/JAD, a textfile or over internet via a URL. Set properties as never before in Java ME.
JaDiMa (Java Distributed Machine} is a collaborative platform to construct
high performance distributed java applications on grid platforms.
It is a system that automatically and transparently manages the remote libraries used in a java application.
Java library for constructing embedded parsers. A parser is constructed by Java objects. A fluent interface API helps to define the grammar in an EBNF-like style. No Java source code will be generated. ParCinJ is suitable domain specific languages (DSL).
The Amethyst Network Library is a Java-based network library developed specifically for the Java platform. This library can be used within any Java application to streamline and abstract the I/O of Java Sockets.
Connection Pooling
Support all known Database – driver required for java
Easy to create Object Relations
No need to write DDL statements
No Need to write DML statements
XML-RPC service over http
New Fields
Object Pooling
Easy to add New Service
Web Objects in XML (serializer) provides easy XML serialization of Java and C# objects. Objects are serialized to a file in a standard XML format. They can then be de-serialized either to Java or C#.
Intel® Mobile Platform SDK 1.3 covered by BSD license, enables developers to build mobile-aware applications. It provides a set of libraries and runtime components, and programming interface, common across Windows and Linux platforms.
TenneySoftware Libraries contain a set of useful functions and extensions used by myself that I have chosen to make available to the public. Part of the project will include N-Body simulation using a variety of integrator methods.