Direct Internet Message Encapsulation (DIME) is a lightweight, binary message format designed to encapsulate one or more application-defined payloads into a single message construct. DIME is typically used for delivering binary SOAP packages, or multiplexing a streaming transport. DIME++ is a simple C++ implementation of a DIME generator and parser.
jmemcached is a fast network available cache daemon. It is protocol-compatible with memcached, but written in Java and suitable for applications with portability concerns, where Java is the preferred solution, or for using the memcached protocol in embedded applications with alternate storage engines. Existing clients for memcache work unmodified. It can run as a standalone daemon or be embedded inside an existing Java application.
JRel is a library for the Java language that can be used to construct database queries in a programmatic fashion using a subset of the relational algebra. These queries are expressions in the form of 100% native Java code, and are translated at runtime into compliant ANSI-SQL usable with a variety of SQL databases.
Mica (formerly known as Poe) is a system for building network-accessible multiuser portable applications. It is a programming language and execution environment designed to be accessible by more than one programmer at a time. It implements a pure Object-Oriented language, with an instance-based inheritance model. Persistence and garbage collection are both automatic and transparent to the programmer. Mica is designed with programmable P2P conferencing programs, multiplayer online games, and other collaborative applications in mind.
Direct Internet Message Encapsulation (DIME) is a lightweight, binary message format designed to encapsulate one or more application-defined payloads into a single message construct. DIME is typically used for delivering binary SOAP packages, or multiplexing a streaming transport. PyDIME is a simple Python implementation of a DIME generator and parser.