cordova - Grails + PhoneGap: Grails as Controller and Model for Phonegap Application -
i new web development , mvc concepts. want build web app android , iphone using phonegap. making view java script , css; however, want interface communicate grails app deploy somewhere heroku. i've built simple grails app before, don't know how communicate things outside grails framework. how can this?
your best bet create restful interface using json or xml. on client side you'll able use jquery pull in json. server side, may want take @ grails docs on webservices.
Comments
Post a Comment