Hi,
I would like to use GWT in an existant web project of more than 10 years old which is based on
JSP and spring.
In the first time i would prefer to not change the source (old) project because I prefer don't put mess there and also use GWT project in a dedicated project.
So my idea is to create a new GWT project wirth mock services.
After everything would work i would compile GWT project and export with an
ant script the content (js, html, jar and classes : no sources exported just jars and compiled files) to the existing web project.
My existing project will just have a link, in an jsp, to an HTML file for accessing the GWT module.
Do you think it's a good idea and if it should work ?
Thanks for your answer