Hi Martin

Are you restricted to a Java application server? can you use things
like NodeJS or Redis?
A couple of years ago, I used Tapestry+NodeJS+Redis to push location
information to a mobile webapp.
As a starting point I used this example by Robin Komiwes:
http://spreadthesource.com/2010/11/bringing-realtime-to-your-java-applications-with-websockets-nodejs-redis-tapestry-5/

The article is old but still relevant and you even have access to the
source code.

Cheers.
Alejandro.





On Fri, Aug 16, 2013 at 4:43 PM, Lance Java <lance.j...@googlemail.com> wrote:
> Currently, the only integrated push is tapestry-cometd. Howard has
> mentioned a few times that he'd like to include a push implementation in
> tapestry core but that hasn't happened yet.
>
> As has been mentioned, there's nothing stopping you from using Atmosphere
> and Tapestry side by side.
>
> If you declare the Atmosphere servlet (filter?) outside of tapestry (ie in
> web. xml) you will need to tell tapestry to ignore atmosphere URL's
> http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths
>
> Or, you can have tapestry manage the atmosphere servlet in the same way as
> I mentioned tapestry-cometd does.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to