Question

Can I access spring bean that exposed using http invoker (server) from GWT application (client) ? If so is there any example / tutorial for that ?

-- Yonatan

Was it helpful?

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.

OTHER TIPS

you can try my way of GWT and Spring integration: https://code.google.com/p/gspring.

It's simple and clear.

I have very good experience with Spring4GWT. Did the entire integration in a about 30 minutes. (including ORM). I used this link http://www.javacodegeeks.com/2010/05/gwt-2-spring-3-jpa-2-hibernate-35.html

Managed to integrate UI Binder into the stack too. Will be pushing in the code shortly to google code. (will come back to update the link here). But if you need it before that, please drop a note.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top