Hi everyone!
I think the title says it all.
The idea is that the resource is created on request, using a
ResourceReference and ResourceLink.
Creating it takes too long (It's a huge Excel sheet) so at some point
the client (or some upstream server) times out the connection.
How can I fix this? Is it possible to have a background thread build the
excel sheet and have the client page poll (using Ajax) for the finished
version?
Or is the only solid solution to render the resource to the filesystem?
And provide a user with a link to the generated file?
What's the Wicket way?
Cheers,
Robbert