-
May 25th, 2007, 11:55 AM
#1
it is possible to use http invoker for mobile client.
Because http invoker is based on http protocol.so i am wondering whether i can export a http invoker service,and then invoked by mobile application.But it seems j2me doesn't support java.lang.reflect package.Does anybody have the experience or suggestions?
Thanks in advance.
cheng
-
Jun 1st, 2007, 05:08 PM
#2
Reflection is definitively not available in j2me.
Also remember, you cannot become an active listener on the mobile side. So you could imaging POSTing on a server, but not accepting incoming notifications.
-
Jun 2nd, 2007, 12:18 PM
#3
Thanks,FTarrega.I think there is no way to use http invoker in j2me then.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules