I have a real life application with GWT - GXT client, PHP server
scripts, a MySQL database and JSON objects for data exchange. The host
is a standard web host. Works all right but there are some
considerations :
- (in my case) security is weak as I don't use SSL
- you have to realize you're writing java but the result is javascript
which has implications for eg memory management
- be aware that data exchange is asynchronous

I looked into google app engine but decided to keep my architecture.
Mainly because I have some doubts about the direct datastore access
possibilities in app engine. I often need to execute non - standard
queries on the database. But I might be missing something of course ...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to