GWT is a client side language. It requests from the server information. This can be done in many different ways. RPC's were already mentioned, which lets JAVA (client side) talk to JAVA server side. Any Database, like PostGres that JAVA can talk to can also be used.
However, GWT can also request using an HTTP post, so PHP, PERL, Python, whatever is your poison can be used on the server if you so choose. As a personal favorite, I tend to do RPC's with MySql (Just because that's what my server had installed). On Aug 31, 9:18 pm, Noor <[email protected]> wrote: > Hi, > I have a question. When we are using GWT, what is the best server > language that is recommended to be use? > Thanks -- 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.
