The server can execute anything it likes: GWT is JavaScript (not Java) and just makes an Ajax request for a particular resource. There's no integration between the two sides other than this, really all you are doing is sending a string and getting one back. What creates the string doesn't matter.
Ian 2008/9/15 John <[EMAIL PROTECTED]> > > I am trying to evaluate some options for a project that has just > started (but is only in the planning stages atm) and it seems that > most of the complexity will be in the front end (in JavaScript), so > the back end doesn't seem to matter that much anymore as it will be > fairly small and be acting primarily as an interface with the > database. Currently the back end is planned in Django, but could be > switched to Java. > > The question really is whether anyone has had experience with using > another language in the server side while using GWT (and hence Java) > on the client side code. If so, was it more painful that it would > have been simply using Java for the entire application, or didn't it > make much of a difference? > > Regards, > > John > > > > -- Ian http://examples.roughian.com 2B or not 2B, that is FF ========================================================================================= Internet communications are not secure and therefore I will not accept legal responsibility for the contents of this message. Any views or opinions do not necessarily represent what I really think unless otherwise specifically stated, and even then, I might still be lying. This message may contain confidential privileged information, but if it does, I've nicked it from someone else. If you have received this email in error then tough, hit delete, and don't bother me about it, I really don't care. Batteries not included. Contents can go up as well as down. Shares can vary in size. May cause drowsiness, if affected, go to sleep. ========================================================================================= --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
