Hi,

I have not yet looked much into Wicket but am quite interested in the project.

We have a specific requirement where I could not yet find the right information/documentation for.

We need to put multiple components onto a page receiving data through web services. A single web services call takes some time. In our scenario it would be bad to have the different components of a page to request their data sequentially, therefore we'd like to have components retrieve the required data in parallel by firing the web services call concurrenlty.

What is the best approach to achieve this (preferable in a generic, reusable fashion).

I do not want to use AJAX for this, the whole page needs to be rendered at once on the server side.

Thanks for any hints and thoughts in advance,

Seb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to