Hi!

I hope my question fits in here.

I'm working with STS in eclipse Juno ,Spring 3.1.1 ,hibernate 4.1, tomcat 7 and mySQL.

I have a spring mvc-based application using spring STS.

I want to integrate it with GWT, so i can build nice UI.


I saw this:
http://technophiliac.wordpress.com/2...g-in-its-step/

from this thread:

http://stackoverflow.com/questions/5...3-mvc-with-gwt

But they weren't using spring sts, and the post is almost 5 years old.

My question is:

1. Sould i stay in my spring mvc project, or should i open a GWT project?

2. In case i can stay with my spring mvc project, what are the steps i need to do, to perform a connection between my GWT client and my spring Service tier?

Any code example or tutorials will be great!