Note that there are some explanatory texts on larger screens.

plurals
  1. POGWT RequestFactory and Server Push?
    text
    copied!<p>1- I have already used the following frameworks (Event based client-server) on GWT projects, and works fine with RPC call architecture.</p> <ul> <li><p><a href="https://code.google.com/p/gwt-comet/" rel="nofollow">GWT-Comet</a></p></li> <li><p><a href="https://code.google.com/p/gwteventservice/" rel="nofollow">GwtEventService</a></p></li> </ul> <p>After searching, i found a lot of frameworks that treat the client server messaging exchange problem:</p> <p><strong>2- <a href="http://errai.github.io/" rel="nofollow">Jboss Errai framework</a></strong></p> <p>Great messaging service but i've not used it. I searched for only errai bus usage with gwt but nothing founded.</p> <p><strong>3- <a href="https://github.com/Atmosphere/atmosphere" rel="nofollow">Atmosphere Framework</a></strong></p> <p>Seem to do same thing like comet but i've not used it. <a href="http://async-io.org/tutorial.html" rel="nofollow">http://async-io.org/tutorial.html</a></p> <p><strong>4- <a href="http://www.websocket.org/" rel="nofollow">WebSocket</a></strong></p> <p><strong>5- <a href="http://cometd.org/documentation/cometd-java/server/services/integration-spring" rel="nofollow">Spring-Integration-Cometd</a></strong></p> <p><strong>6- <a href="http://spring.io/blog/2013/07/24/spring-framework-4-0-m2-websocket-messaging-architectures/" rel="nofollow">Spring WebSocket</a></strong></p> <p>NOW :</p> <p>I want to develop a project with Spring roo and GWT. As Spring roo gwt based on RequestFactory architecture.</p> <p>I think that we can use Comet or gwteventservice with RequestFactory architecture, but we need <a href="https://code.google.com/p/google-web-toolkit/wiki/AutoBean" rel="nofollow">AutoBean</a> to generate client side Entity interface on server side.</p> <p><strong>My question concern GWT RequestFactory :</strong></p> <p>How to integrate one of the frameworks above in gwt projects based on RequestFactory architecture? Is there any example ?!</p> <p>Thanks</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload