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 <[email protected]> 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 > 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 any example code for this or JMS client it would be helpful. > > > On Wed, Dec 2, 2009 at 10:56 PM, Charlie Collins < > [email protected]> wrote: > >> Depends what you mean by "J2EE" client. A client could be just a web >> browser (Servlets and JSP are part of the JEE spec). You might mean >> more along the lines of a SOAP or JMS client or such though (which >> also can be done, not that they *should* be done, but can be). You >> need to clarify this quite a bit before anybody can really try to help >> you. >> >> On Dec 2, 2:55 am, Bruce Xia <[email protected]> wrote: >> > is there a way to port or implement a J2EE client on android? Does >> > anybody have example code please? >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

