Hi Isomorphic,
I am trying to develop an SmartGWT app suitable for packaging with Phonegap.
I have learned, you can package the war directory as the www directory of the phonegap app but I have not idea what would be the server side behaviour.
Should the database be public as a SQL Service, to let the Mobile Device make the Datasource Operations over the internet?
In the phonegap tutorial and example content shows you can package the client side of your app. But what about the server side? Should be hosted in a Web Server and change the servlet mappings in web.xml?
I am confused about how to make the server side of SGWT Power Edition work with Phone and I wonder you could help me how it works.
Thanks in advance,
Pablo
I am trying to develop an SmartGWT app suitable for packaging with Phonegap.
I have learned, you can package the war directory as the www directory of the phonegap app but I have not idea what would be the server side behaviour.
Should the database be public as a SQL Service, to let the Mobile Device make the Datasource Operations over the internet?
In the phonegap tutorial and example content shows you can package the client side of your app. But what about the server side? Should be hosted in a Web Server and change the servlet mappings in web.xml?
I am confused about how to make the server side of SGWT Power Edition work with Phone and I wonder you could help me how it works.
Thanks in advance,
Pablo
Comment