The IBM BeepLite Networking Layer is a Java implementation of BEEP (RFC 3080, RFC 3081), a generic application protocol kernel for connection-oriented, asynchronous interactions. It supports dynamic, pluggable application protocols for peer-to-peer, client-server, or server-to-server scenarios; it allows multiple channels over one or more authenticated session; and it supports arbitrary MIME payloads, including XML.
Get BeepLite Networking Layer and take it for a spin to fully assess its capabilities!
What's New in This Release: [ read full changelog ]
· Fixed a bug in the SASL OTP session tuning.
· Experimental support for some limited XML parsing by means of format strings. Instances of the class XMLParser match some given text according to the format string with which the instance has been initialized. The matching result is returned as an array of format elements. Please not that this functionality may change in future releases or may even be removed again. At this point in time it has been primarily included to gather feedback.