Re: tapestry-push - proof of concept

2012-05-15 Thread Lance Java
in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5709831.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: tapestry-push - proof of concept

2012-05-15 Thread Lance Java
You might find http://tapestry.apache.org/5.3/apidocs/src-html/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.html this code interesting -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5709846.html Sent

Re: tapestry-push - proof of concept

2012-05-15 Thread xieweiguo
; public String getRenderB1() { return renderFacade.render(b1); } public String getRenderB2() { return renderFacade.render(b2); } } === -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept

Re: tapestry-push - proof of concept

2012-05-15 Thread Lance Java
in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5709908.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: tapestry-push - proof of concept

2012-05-15 Thread xieweiguo
Yes ,that's the real question.the block/zone/component dependents on the environment (page or parent component ),so we can't just render it like call a function -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5710470.html Sent from

Re: tapestry-push - proof of concept

2012-05-14 Thread xieweiguo
- To unsubscribe, e-mail: users-unsubscribe@.apache For additional commands, e-mail: users-help@.apache -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5708909.html Sent from the Tapestry - User mailing list archive

Re: tapestry-push - proof of concept

2012-05-14 Thread Lance Java
the tapestry registry. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5708997.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: tapestry-push - proof of concept

2012-05-14 Thread Lance Java
. http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/services/ComponentRequestHandler.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5709069.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: tapestry-push - proof of concept

2012-05-14 Thread xieweiguo
don't we just use PageRenderQueue(or something else) and RenderCommand ? it looks more natural. Thank you for your guidance,now I have got more clearly on tapestry's architecture. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5709684

Re: tapestry-push - proof of concept

2012-05-10 Thread Giulio Micali
I don't know if it's what you are looking for, but some time ago I found this article: http://spreadthesource.com/2010/11/bringing-realtime-to-your-java-applications-with-websockets-nodejs-redis-tapestry-5/ Hope can be useful. Cheers, Giulio

Re: tapestry-push - proof of concept

2012-05-10 Thread Lance Java
eventType, Object... context) and see if I can mimmic the behaviour in my asynchronous thread. Cheers, Lance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5699369.html Sent from the Tapestry - User mailing list archive

Re: tapestry-push - proof of concept

2012-05-10 Thread Lance Java
.nabble.com/tapestry-push-proof-of-concept-tp5697644p5699403.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users

tapestry-push - proof of concept

2012-05-09 Thread Lance Java
*might* be able to get a handle on for the push. Any ideas on how I would lookup the page / component / component resources? Cheers, Lance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644.html Sent from the Tapestry - User mailing

Re: tapestry-push - proof of concept

2012-05-09 Thread Howard Lewis Ship
-push-proof-of-concept-tp5697644.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: tapestry-push - proof of concept

2012-05-09 Thread Lance Java
in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5697749.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: tapestry-push - proof of concept

2012-05-09 Thread Howard Lewis Ship
-your-own push mechanism or do you have a library in mind? I've really done zero research, so I wouldn't want to talk about solutions yet. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5697749.html Sent from the Tapestry - User

Re: tapestry-push - proof of concept

2012-05-09 Thread Lance Java
this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5697808.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: tapestry-push - proof of concept

2012-05-09 Thread Howard Lewis Ship
will decompose the URL in the Request and do all the page activation, component invocation, and response rendering. Thanks, Lance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-push-proof-of-concept-tp5697644p5697808.html Sent from the Tapestry - User