Search code examples
javaspringgwt

Access spring bean that is exposed using http invoker from GWT application


Can I access spring bean that exposed using http invoker (server) from GWT application (client)?

If so is there any example / tutorial for that?


Solution

  • There's an application template for Spring-GWT apps available here, that you may find useful. I haven't tried it out, but I believe it's implemented as a Maven archetype.

    For more background on exactly what this template does for you, and how to integrate GWT with Spring, check out the following (video) presentation.