If I have a web application that also services requests for iphone/android applications, what is the best way to go about designing the application?
i am using spring mvc
.
Would it be possible (or advisable) to use the same controller action to service both web and mobile requests, or would I have to duplicate things with another set of controllers?