I'm working with Direct Web Remoting (DWR) as part of a 'plain' dynamic Java project (hosted on a Tomcat 6.0 server with Java 6). I have a simple JSP page which interacts with session-level variables within my user's session. However, I also have a session-level object managed by DWR via the 'new' constructor.
Is it possible to, from within my JSP, retrieve and interact with the object managed by DWR? This isn't technically reverse AJAX, and I believe JSP pages normally fall outside the DWR thread.