Yes, I use the Velocity panel in Wicket to have it render other formats but HTML (in my case XML) as used to transfer some feedback between two systems.
You could do something similar where the velocity template is your mobile's APP HTML and have those be rendered by Wicket and then sent to your mobile phone client. See http://wicket.apache.org/learn/projects/velocity.html ~ Thank you, Paul Bors On Thu, Mar 28, 2013 at 2:58 AM, nazeem <[email protected]> wrote: > My App is not static, I intend build some thing like this.. > > Phone gap + html + css + JS >> Bundled as Android App / iPhone App > > To start with need to be online, connect to the server using REST, > synchronize the data and store in local db storage via phone gap api's. > > Now when offline, the App uses local storage DB and when connected to > internet it sends all local stored or updated info to server via REST and > pulls latest info from server. > > Do you see any issue with this ? I would love to use Wicket for the front > end, but not yet.. Can wicket generate client side stubs like DWR does ? > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-for-Hybrid-App-tp4657458p4657602.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
