Of course you can achieve that with GWT. Note: GWT is a client side toolkit. So it won't help you with the server side stuff (Spring, JSP, etc).
The question is whether it is not easier to use a traditional javascript framework (jQuery, etc) instead of GWT because apparently you are developing a "traditional" webpage/website (multi-host page with some javascript behaviour). GWT really shines when you want to develop a desktop like interactive web-application (using MVP) where the backend acts only as datasource. That doesn't mean that it can't be used for a "normal" website but probably frameworks like jQuery are easier to use and get results than GWT. If you use Spring framework MVC and JSP then you will probably only use GWT for AJAX calls and DOM operations that can be as easily achieved with jQuery. If you plan to develop a desktop like web-app where you have one host-page and all the UI flow/synchronization is done on the client side then I would strongly recommend GWT. However if you have multiple-page website (i.e.: using Spring's MVC) and only want to embed some javascript code for some UI behaviour, GWT might not be the easiest solution. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Cx_VCoZ8lj0J. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.