At the moment we work hard to release more goodies we've developed into open source, and they will be available
soon, so please visit our site later to find more about them!
Here are some Java related software developed by us which is in Open Source now!
Already available
The following Java libraries are available for immediately use:
Replacement for standard remoting functionality offered by Spring framework. Allows to
organize self-configured cluster of servers which provide remote services dynamically
discoverable by clients. Major features are:
Auto-discoverable remote services;
Minimal configuration for cluster definition;
Run-time services discovering;
Ability to switch between service instance providers on runtime;
Ability to explicitly specify the set of available locations for service;
Various policies for error recovering;
Flexible policies used to select particular instance of remote service;
The NetRegistry library is lightweight open source
Java library, which is intended to support distributed registry of items that stores these items under given keys
(similar to distributed hash table, or DHT). Major features are:
DistRegistry is Open Source implementation of distributed registry;
It's possible to use library as base for development of more sophisticated functionality;
Integration with Spring framework is included;
Contains generic usage UDP multicasting functionality with can be used separately;
Includes basic distributed cache;
DistRegistry supports pluggable transport layer (either simple UDP multicast based or JGroups Based);