Jump to content

Apache MINA

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Albertvaka (talk | contribs) at 22:40, 8 March 2016 (Broken link). 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.9 / October 25, 2014 (2014-10-25)
Repository
Written inJava
Operating systemCross-platform
TypeEnterprise Integration Patterns Message Oriented Middleware
LicenseApache License 2.0
Websitemina.apache.org

Apache MINA (Multipurpose Infrastructure for Network Applications)[1] is an open source Java network application framework. MINA can be used to create scalable, high performance network applications. MINA provides unified APIs 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 APIs.

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

Advantages

  • Unified APIs for various transports (TCP/UDP etc.)[3]
  • Provides high/low level APIs
  • 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.

Alternatives

See also

References

  1. ^ https://mina.apache.org/mina-project/faq.html#what-does-mina-mean
  2. ^ "Apache MINA - FAQ". Archived from the original on 25 July 2011. Retrieved 2016-03-08. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  3. ^ "Apache MINA features". Retrieved 2016-03-08.