Apache MINA based Server Application Architecture
Apache MINA is one of the best available NIO Frameworks for creating scalable Server applications in Java. Its fun to create applications using MINA.
Lets have a look how the application architecture looks like
Lets briefly see what the Major components are
IO service - The API’s at this level are responsible for performing actual IO operation over [...]
