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.
Asked
Active
Viewed 504 times
1 Answers
1
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:
-
I've heard that Netty is more complicated than MINA is that true? – Harsha May 17 '12 at 05:00
-
I actually heard the opposite :-) but probably the only way to find out is to do a quick prototype in both I guess. I found Netty fairly simple. YMMV. The other reason I previously went with Netty was the commercial backing of JBoss and what I perceived to be a stronger / more active community. – mikera May 17 '12 at 05:10