Hi, I have a website which is developed using Java/Spring. We are about to develop an iphone application for the same. How do we make the phone communicate with the web application? 1) Use http get/post from objective c 2) Create web services for all the features provided (each user action) and then call those from objective c.
Any thoughts on the above or better ways to do this?