Reputation: 6126
We have a working spring android frontend and ejb backend with REST/JSON POST&PUT
for porting to iOS we'r looking for a framework which can work with the old backend can u guys suggest some frameworks which will work ?
Upvotes: 1
Views: 739
Reputation: 3772
Assuming your service is fairly standard REST, then http://restkit.org/ is the way to go.
Upvotes: 1