Re: parallel remote requests in Tapestry

2015-04-18 Thread Lance Java
This sounded like a fun challenge so I implemented it in tapestry-stitch Demo here with source code: http://t5stitch-lazan.rhcloud.com/paralleldemo Rendering all happens on the request thread, workers are invoked in parallel. Enjoy!

Re: "Parallel" component rendering

2015-04-18 Thread Lance Java
Updating this thread for future googlability. See this example for executing work in parallel whilst rendering http://t5stitch-lazan.rhcloud.com/paralleldemo