I want to use the JBoss 5.1 asynch feature as described in https://docs.jboss.org/ejb3/docs/reference/build/reference/en/html/jboss_extensions.html – however, I’m a bit unclear on how to keep the returned Future around between requests. Since it’s not serializable, I can’t properly keep it stored in my Wicket page nor in the http session. How do you properly handle a Future if you need to wait for longer than a request?
I want to use the JBoss 5.1 asynch feature as described in https://docs.jboss.org/ejb3/docs/reference/build/reference/en/html/jboss_extensions.html –
Share
This thread contains a discussion about how to handle
Futureinstances in Wicket:http://apache-wicket.1842946.n4.nabble.com/Handling-futures-td3688341.html