Jambs (Java Message-Based Session) Info
Distributed programming middleware
Brought to you by:
matteo-bianchi
Jambs is a Java middleware which allows a server to manage sessions that can involve several clients and take advantage of tcp/udp message-based communication.
It makes use of the Java IOBuffer utility library to handle tcp/udp messages and also enables the usage of serializable objects as messages.
Sorry for the lack of documentation.
To taste a use case of this library you can try the simple multiplayer online game jTanks - Arena.