Possible Duplicate:
Does GWT support php?
I'm new to GWT - in fact, I'm just reviewing it to see if it meets my needs. First of all, the starter doc on it is incorrect in a lot of places but i digress...My question is if i create a simple UI using GWT and generate js/html with it, can i easily embed php into it?
For example, if i manually insert the php code after i generate the html/js from gwt, then i make a change to the gwt project, i'd have to redo the php coding. Is there a good way to do this automatically? Should i not be using php to begin with? Any direction would be much appreciated.
Thanks!