This framework is designed for Java developers who want to create projects that use databases without having to deal with the complexities of JDBC.
Home page is at http://www.rimudb.org
GDALib is a layer on top of ADO.NET which hides the complexity of a lot of database operations. It simplifies many common tasks by allowing the programmer to execute SQL queries against a database
... [More], without having to worry about connections, exception handling and logging. [Less]
Tuatara is a user authentication and access control management system built in object oriented PHP5 with a MySQL backend. This system is meant for programmers and non-programmers alike who need a
... [More] powerful but easy to use drop in access control system for their web site, and don't have the time or requirements for a full fledged framework based system. Features include configurable groups, simple registration with optional email verification, forgotten password retrieval, user profiles, and a robust administration interface that lets you control every aspect of your installation. [Less]
Enterprise Library consists of reusable software components that are designed to assist developers with common enterprise development challenges. It includes a collection of application blocks and a
... [More] set of core features, such as object generation, configuration, and instrumentation mechanisms. This release of the Enterprise Library includes one new application block, the Unity Application Block, which implements a framework that provides object generation and dependency injection capabilities, plus other new features and enhancements.
Different applications have different requirements, and you will not find that every application block is useful in every application that you build. Before using an application block, you should have a good understanding of your application requirements and of the scenarios that the application block is designed to address.
Reference: http://msdn.microsoft.com/en-us/library/cc512464.aspx [Less]
One Query, Any Database - Write one Query and have it run on multiple Database Engines. OneQuery is a Database-agnostic query engine that focuses on allowing developers to write queries that will run
... [More] on multiple database engines. It is not an Object/Relational Mapper, at least not in its current incarnation. [Less]
Binding Framework makes it easier for developers to bind business objects to view objects using string rule.
You'll no longer have to write code which parses string to extract primary keys, load business objects by primary keys to view properties.