Apache Mina

From Handwiki

Short description: Open-source Java network application framework
Apache MINA
Apache MINA Logo
Developer(s)Apache Software Foundation
Stable release
2.2.3 / September 12, 2023; 5 months ago (2023-09-12)[1]
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)[2] 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.[3]

Advantages

  • Unified APIs for various transports (TCP/UDP etc.)[4]
  • 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

  • Grizzly
  • Netty 4
  • QuickServer
  • xSocket

See also

  • Application server
  • Apache Camel
  • Enterprise messaging system
  • Message-oriented middleware
  • Service-oriented architecture
  • Event-driven SOA
  • List of application servers § Java

References

  1. "MINA Home - Apache MINA". https://mina.apache.org/mina-project/. 
  2. "FAQ — Apache MINA". https://mina.apache.org/mina-project/faq.html#what-does-mina-mean. 
  3. "Apache MINA - FAQ". http://mina.apache.org/mina-project/faq.html. 
  4. "Apache MINA features". http://mina.apache.org/mina-project/features.html. 

External links




Retrieved from "https://handwiki.org/wiki/index.php?title=Software:Apache_MINA&oldid=3446443"

Categories: [Apache Software Foundation projects] [Java platform] [Message-oriented middleware]


Download as ZWI file | Last modified: 02/26/2024 07:47:40 | 1 views
☰ Source: https://handwiki.org/wiki/Software:Apache_MINA | License: CC BY-SA 3.0

ZWI is not signed. [what is this?]