-
1. Re: Errai + streaming data to clients
heiko.braun Apr 27, 2010 4:37 AM (in response to mnenchev)Yes, we've been testing the bus with up to several hundreds of messages per second and client.
Take a look at the tore example. It contains a very rudimentary stock quote demo.
/Heiko
-
2. Re: Errai + streaming data to clients
mnenchev Apr 27, 2010 5:35 AM (in response to heiko.braun)Thanks for the quick response. I downloaded the last snapshot from:
And i tried to run the examplse with mvn gwt:run, but i got exceptions for each one.
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository
org.jboss.errai:errai-bus-demos:pom:1.1-SNAPSHOT
Where can i find this "tore example"?
Regards.
-
3. Re: Errai + streaming data to clients
mnenchev Apr 27, 2010 5:45 AM (in response to mnenchev)I found this "TheStore" project example, but i can't run it too: POM 'org.jboss.errai:errai-parent' not found in repository: Unable to download the artifact from any repository org.jboss.errai:errai-parent:pom:1.1-SNAPSHOT
-
4. Re: Errai + streaming data to clients
cbrock Apr 27, 2010 11:56 AM (in response to mnenchev)You might also be interested in the new async task extensions we recently added to trunk: http://errai-blog.blogspot.com/2010/04/introducing-new-asynchronous-task-apis.html