Search code examples
javaapache-mina

How to send a POJO from client to server using mina


I am very new to apache mina and I have a problem with sending a POJO from the client to the server. Please provide any sample code if possible.


Solution

  • If you are just starting with MINA you may want to consider whether you should actually be using Netty instead:

    If you stick with MINA, there is a good quick start guide here with worked code examples: