Jump to content

Apache MINA

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Muhandes (talk | contribs) at 20:28, 24 July 2011 (WPCleaner (v1.09) Repaired link to disambiguation page - (You can help) - TCP, UDP). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Apache MINA
Developer(s)Apache Software Foundation
Stable release
2.0.4 / June 16, 2011 (2011-06-16)
Repository
Written inJava
Operating systemCross-platform
TypeEnterprise Integration Patterns Message Oriented Middleware
LicenseApache License 2.0
Websitehttp://mina.apache.org

Apache MINA (Multipurpose Infrastructure for Network Application) is an open source Java network application framework. MINA is can be used to create scalable, high performance network applications. MINA provides unified API's for various transports like TCP, UDP, serial communication. It also makes it easy to make an implementation of custom transport type. MINA provides both high-level and low-level network API's.

User application interacts with MINA API's, shielding the user application from low level I/O details. MINA internally uses I/O API's to perform the actual I/O functions. This makes it easy for the users to concentrate on the application logic and leave the IO handling to Apache MINA. [1]

Advantages

  • Unified API's for various transports (TCP/UDP etc.) [2]
  • Provides high/low level API's
  • Customizable Thread Model
  • Easy Unit Testing using Mock Objects
  • Integration with DI frameworks like Spring, Google Guice, picocontainer
  • JMX Manageability

Tooling

Graphical tools such as Eclipse IDE, IntelliJ IDEA can be used.

See also

References

  1. ^ "Apache MINA - FAQ". Retrieved 2011-07-24.
  2. ^ "Apache MINA features". Retrieved 2011-07-24.