Three-tier architecture system with Android clients without REST

318 Views Asked by At

I want to create web-based application which interacts with Android clients. Clients are using non reliable connection thru EDGE/GPRS, with very limited amount of transfer, so I wanted to avoid using REST with all this HTTP protocol overhead. I've already created such project in Java, where Android clients talk JSON to server through sockets , and I wanted to port my app into a three-tier architecture - is it possible to achieve the same results with some kind of application server: JBoss or Glassfish?

0

There are 0 best solutions below