You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 20 Members of 4080 |
| Forum: Seam Users |
03. Mar 2008, 18:51 CET | Link |
This may sound a bit odd but is there anyway within Seam very easily to do any Asyncrhronous Post Processing?
I know with the Quartz Schedulers you can do a global listener, but i still can't see a methods return value and when exceptions are raised i just find out an exception was returned not the specific one.
At any rate ... any insights would be helpful.
Not sure I understand, but do you want to find out the result of an async method? If so, you can launch an Async method and the page can poll for a result (exception/status/message/etc) using something like the a4j:poll.
Cheers,
Damian.