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 <bruce.xi...@gmail.com> 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 <
> charlie.coll...@gmail.com> 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 <bruce.xi...@gmail.com> 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 android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to