Re: [android-developers] Re: J2EE client on Android

2010-01-03 Thread Android Development
Why don't you invoke some web service from the client which in turn talks to your EJB ? On Thu, Dec 3, 2009 at 6:33 AM, Bruce Xia wrote: > What I was trying to do is really to have an app client who can talk to EJB > on server side. This is simply done by adding @EJB annotator in JEE but in > A

Re: [android-developers] Re: J2EE client on Android

2009-12-03 Thread Bruce Xia
What I was trying to do is really to have an app client who can talk to EJB on server side. This is simply done by adding @EJB annotator in JEE but in Anroid package the ejb package is not included. This can probably be done thru RMI but if Android has native support it would be great. IF you have