About | FAQ | Backlog
FOSSfind.com
Open Source projects, categorized.
add filters by typing...
...or clicking
api audit auditing cache caching cdo clustering clusters coding compass cross-platform database database-abstraction database-server database-servers datagrid development distributed-shared-model emf framework git grid gridcomputing j2ee java jboss jdbc jgit job jpa library linux model model-driven modeling modelling model-repository mysql net4j network networking nio non-blocking-io objectoriented optimization orm ormapper orm-mapper partition partitioning performance persistence programming repository scalability scalable shard sharding shards spring sql storage temporal tools versioning web
ehcache
[99 users on Ohloh]
Ehcache is a widely used java distributed cache for general purpose caching, J2EE and light-weight containers.

It features memory and disk stores, replicate by copy and invalidate, listeners, a gzip caching servlet filter and much more...

Ehcache is available under an Apache open source license and is actively developed, maintained and supported.

JBoss Cache
[9 users on Ohloh]
JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of applications. By eliminating unnecessary database access, JBoss Cache decreases network traffic and increases the scalability of applications.

In addition, JBoss Cache is a clustering library allowing you to transparently share objects across JVMs across a cluster.

JBoss Cache provides three APIs to suit your needs. The Core API offers a tree-structured node...

HiveDB
[3 users on Ohloh]
HiveDB is an open source framework for horizontally partitioning MySQL systems. HiveDB uses a partition-by-key scheme to manage sharded data stored in separate MySQL databases. Out of the box HiveDB supports simple JDBC or HIbernate via HIbernate Shards.
CDO
[2 users on Ohloh]
CDO Model Repository
=====================

CDO is both a technology for distributed shared EMF models and a fast server-based O/R mapping solution. With CDO you can easily enhance your existing models in such a way that saving a resource transparently commits the applied changes to a relational database. Optionally other connected clients are actively notified about these changes so that their model copies get partially invalidated and all user interfaces reflect the current ...

smart-dao
[1 users on Ohloh]
This project basically aims to create an abstraction layer above common ORM used this days and provide a simplified DAO layer which is not only independent of the ORM tool being used but also integrated with other services, for example App Layer Caching, Free Text Search Engine etc. Initial target is to implement it for Hibernate and when JPA provides Hibernate's Criteria like API implement for JPA as well. Integrate App Layer Cache and Compass Framework.