|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Welcome to the Eneter.Messaging.Framework, the cross-platform message oriented middleware.
Eneter Messaging Framework is a lightweight framework for the interprocess communication. It is easy to use and it works across multiple platforms.
Supported Platforms
The framework is available for various platforms. Therefore you can use it for the communication between applications from the same platform
as well as for the communication between applications running on different platforms.
Communication across following platforms is supported:
Protocols
The framework for Java and Android supports following protocols and transportation mechanisms:
Message Serialization
Communicated messages are encoded by a serializer. To serialize/deserialize messages the framework for Java and Android supports:
The communication API is not bound to a particular protocol or encoding format, therefore your implementation stays same, does not matter what you use.
Sending-Receiving Messages
To implement the communication between applications the framework provides functionality to send and receive messages
as well as the communication using RPC (Remote Procudure Calls):
Routing Messages
It provides components to control routing of messages between applications:
Reliability
The communication across the network is typically less reliable as a local call inside the process. The network connection can be interrupted or receiving application can be temporarily unavailable. If your communication scenario requires to overcome these issues, the framework provides:
Security
The communication across the network is easy to observe and confidential data can be acquired by unauthorized persons. Therefore, you may want to protect your data:
Eneter Communication for Java and Android
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |