SQLREST enables access to a relational database as RESTful Web Service. Entities can be queried, created and modified using the HTTP methods GET, POST, PUT and DELETE.
MQManager is a utility for managing Message Queues. It allows an administrator to view all messages in a queue, preview messages, delete messages, forward messages, and more. Currently supports MSMQ. Support of other protocols is not planned. Project hos
Quezen is an administration tool for OpenJMS written in Java / SWT. Quezen can add, delete, send messages to, and monitor queues/topics running on multiple servers. Quezen can also organize log output generated by the components of your system.
Distributed Balanced Tree (distributed b-tree): A distributed data-structure, where the data is accessed with get(key), put(key, value), delete(key), getNext(key), getPrev(key) - can be used as foundation for distributed databases, filessystems, P2P.