feature | major | |
MidpConnector - Midp10 connector for synchronous request-reply
communication via HTTP1.0. Midp10 devices can send data to backend
services via the HttpJmsBridgeServlet provided.
|
feature | major | |
HttpJmsBridgeServlet - a Servlet 2.3 compliant servlet which bridges
JMS and HTTP. Provides a mechanism to embed Jumpi client applications in
servlet memory to service HTTP requests. An Echo application is provided
which echoes the request data back to the requestor as a response for
test purposes. The Echo application is a Jumpi client application which
uses Somnifugi in-memory JMS to link to the HttpJmsBridgeServlet.
|
bug | minor | ! |
Changed JumpiFactory's CONFIG_LOADER_KEY property to be property named
'org.jumpi.configurationloader'.
|
bug | minor | |
DaemonThreadFactory documentation. Corrected 'nameprefix' parameter which
was wrongly named 'priority'.
|
bug | minor | |
TaskSchedulerImpl - changed minThreads lowerbound to 0, so implementations
need not require any threads made in Jumpi, useful in 'small' devices.
|
feature | major | |
JmsConnector - a JMS 1.0 Connector.
|
feature | major | |
MpiConnector - a mpiJava Connector.
|
feature | major | |
TcpConnector - a TCP Connector.
|
feature | major | |
UdpConnector - a UDP Connector.
|
feature | major | |
OrderingController - an ordering, unreliable, Controller which serializes
send and receive operations on a per Destination basis.
|
feature | major | |
StatelessController - a stateless Controller.
|
feature | major | |
SequentialController - an ordering, unreliable, Controller which serializes
all send and receive operations, irrespective of Destination.
|
feature | minor | |
SerializeTransformer and DeserializeTransformer - a transformer pair for
standard Java object Serialization and Deserialization.
|
feature | minor | |
DummyAsyncConnector - a dummy Connector providing asynchronous send and
receive operations. For test purposes.
|
feature | minor | |
LoopbackConnector - a Connector looping back messages instead of sending
over some network. For test purposes.
|