Hello William,
On Wed, Jun 19, 2013 at 10:48 PM, William Diaz Pabón <[email protected]>wrote: > > > how I can connect a html5 page with ajax with java class on gae? > > Consider using the Google Web Toolkit ( https://developers.google.com/web-toolkit/ ). You can write your entire project in Java, and GWT will translate the client-side portion into HTML & JavaScript - then you can use the App Engine SDK to upload the whole project to GAE and configure the server side portion automatically. GWT supports everything, including HTML5 features ( Canvas, localstorage, etc) and AJAX client-server communications. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
