Does someone can help me to understand WHERE to collocate Gwt compared to (for exmaple): asp.net or jquery ?
Does it only a toolkit client side, server side or… ?
I’d like the “final product” written with GWT but i’m an asp.net developer.. can i integrate asp.net with GWT ?
AS you can see.. i’m little confused about it!
I believe that the idea is that with Google Web Toolkit (GWT) you write in Java, but the output is JavaScript, therefore you would just need to include the JavaScript output in whatever project you are using in order to have the “deployed” version of your GWT code available.
I’m not sure why you’d use GWT with asp.net rather than crank some jQuery to sit alongside your asp.net pages. That’s more of a subjective subject.