Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

hazelcast

Compare

  Analyzed about 7 hours ago

Hazelcast is a clustering and highly scalable data distribution platform for Java. Features: Distributed implementations of java.util.{Queue, Set, List, Map} Distributed implementation of java.util.concurrency.locks.Lock Distributed implementation of java.util.concurrent.ExecutorService ... [More] Distributed MultiMap for one-to-many relationships Distributed Topic for publish/subscribe messaging Transaction support and J2EE container integration via JCA Socket level encryption support for secure clusters Synchronous (write-through) and asynchronous (write-behind) persistence Second level cache provider for Hibernate Monitoring and management of the cluster via JMX Dynamic HTTP session clustering Support for cluster info and membership events Dynamic discovery Dynamic scaling Dynamic partitioning with backups Dynamic fail-over Hazelcast is for you if you want to share data/state among many servers (e.g. web session sharing) cache your data (distributed cache) for better performance cluster your application provide secure communication among servers partition your in-memory data send/receive messages among applications distribute workload onto many servers take advantage of parallel processing provide fail-safe data management Hazelcast is pure Java. JVMs that are running Hazelcast will dynamically cluster. Although by default Hazelcast will use multicast for discovery, it can also be configured to only use TCP/IP for enviroments where multicast is not available or preferred. Communication among cluster members is always TCP/IP with Java NIO beauty. Default configuration comes with 1 backup so if one node fails, no data will be lost. It is as simple as using java.util.{Queue, Set, List, Map}. Just add the hazelcast.jar into your classpath and start coding. A test application comes with the Hazelcast distribution that simulates the queue, set, map and lock APIs. You may want to watch the following 12 minute screencast to quickly get started. [Less]

1.45M lines of code

66 current contributors

about 18 hours since last commit

15 users on Open Hub

Very High Activity
5.0
 
I Use This

Direct Democracy Portal

Compare

  Analyzed about 6 hours ago

Direct Democracy Portal, mixing open source with politics to create a portal for online organisations governed through direct democracy. Using maven, mysql, hibernate annotations (EJB 3.0), spring framework and ThinWire RIA Ajax Framework.

5.3K lines of code

0 current contributors

almost 18 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Cachet Framework

Compare

  Analyzed about 18 hours ago

An Abstract Caching Framework - Supports Ehcache, Infinispan & Memcached Libraries

639 lines of code

0 current contributors

about 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

SMemcached

Compare

  Analyzed 1 day ago

SMemcached is a port of Brad Fitzpatrick's "memcached" distributed memory object caching system from C to Scala SMemcached unlike memcached is optimized for varied cache sizes . Data of varied sizes is more efficiently cached which translates to less memory waste. Scalability and performance is ... [More] offered by the JVM's garbage collector and async IO via NIO. [Less]

590 lines of code

0 current contributors

about 14 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This

documentr.org

Compare

  Analyzed about 13 hours ago

documentr is a tool to edit and present software documentation on the web. It allows to easily maintain documentation for multiple products and product branches.

31.8K lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

offheap-store

Compare

  Analyzed 1 day ago

OffHeap Store is a library that provides a set of map and cache implementations that store data outside of the normal Java heap. Additionally it provides a bunch of interesting things to support these functions that might be interesting in isolation to some people.

31K lines of code

5 current contributors

6 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This