Hello all
New to iPhone & Android. I am designing an app that has mobile front-end (iPhone and Android). The backend (business and persistence) most likely
Java EE.
What are some of the approaches for mobile front-end to access/communicate Java backend? I'm thinking of either web service or simple POJO.
For web service, the front-end will need to parse the xml response. For POJO, can iPhone (objective C) unmarshal/deserialize (Java) objects? I know Android can cos it's Java.
Other suggestions are welcome