iPhone to Java EE remoting
Posted
by
Justin Simonelis
on Stack Overflow
See other posts from Stack Overflow
or by Justin Simonelis
Published on 2011-01-13T21:03:49Z
Indexed on
2011/01/14
17:54 UTC
Read the original article
Hit count: 137
Hi there!
I was looking for some opinions on the best remote method invocation practices when developing iPhone applications that communicate with Java (java EE) servers.
Many iphone applications these days typically talk to a server back end. I typically prefer to write my servers in java using some Spring libraries. So far I have not found or stuck to a definitive practice for iphone->java server communication.
What are some technical solutions and libraries that you have used to implement this kind of client-server communication?
One thing I always keep in mind is that I want the communication protocols to be simple so that multiple platforms can be added for example, in future adding Android and possibly Blackberry clients, that can use the same protocol to talk to the server.
© Stack Overflow or respective owner