Re: parallel remote requests in Tapestry
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
Updating this thread for future googlability. See this example for executing work in parallel whilst rendering http://t5stitch-lazan.rhcloud.com/paralleldemo