Connection of Android Client with Java EE server
989781Mar 9 2013 — edited Mar 12 2013I am using EJB(Stateless) without any web service.
I simply need to send a String from Client to Server
I can connect any Java SE Client with this EJB.
But how I can connect an Android Client with this EJB (i.e. Using EJBRemote Interface) directly?
I am using
Glassfish Application Server
Netbeans IDE