Hi ! (sorry for the previous empty message)
I recently used:
http://www.thomasfrank.se/sessionvars.html
It works like magic for all situations where the information is only for
the current session.
I used it to implement a print basket: really useful.
Have a nice w.e.
Christophe
Janne Jalkanen (JIRA) a écrit :
AJAX server-side rewrite
------------------------
Key: JSPWIKI-566
URL: https://issues.apache.org/jira/browse/JSPWIKI-566
Project: JSPWiki
Issue Type: Improvement
Components: Core & storage
Affects Versions: 3.0
Reporter: Janne Jalkanen
The AJAX library we're currently using is a bit problematic, as it stores
non-serializable stuff in the HttpSession (causing all sorts of nasty exception
reports in default configurations of Tomcat, and preventing clustering). It
does provide a very nice, reflection-based interface so that we can expose any
class/method as a JSON endpoint, but this does not really work well with our
auth system.
We should replace the jabsorb stuff with a Stripes-native solution (possibly
with some extensions to allow particular beans to expose methods as if we were
using jabsorb).