Android has a built in library for JSON and I was wandering if anyone has any experiences on EJB with JBoss backend. Is there possible to integrate a session bean with a web service sending and receiving JSON objects to and from an Android client. Where would you start? I couldn't foun
The intent is to have the clients and server periodically send information to each other.
Are there other options for this kind of connection? We have started the logic of the server and we want to stay on using EJB with web services. Alternatives are welcome as well, I would ask thought if it scales well.