Hi Michael<br><br>JBoss Tohu is really a great project. I worked on a Grails similar project<br>few months ago, and I was really happy to discover Tohu later.<br><br>My first question is about the Stateless/stateful URL and Servlet in Tohu implemented in Scala. <br>
<br>I understood how to close a session with the URI and dispose-session<br>in stateful mode. However, and because I&#39;m a beginner with Scala,<br>what are the main differences between the stateless and the stateful servlet <br>
in JBoss Tohu ? <br><br>My Portlet has 2 view modes : normal and maximized. Each view mode<br>is in fact a simple JSP. I oberved that if I use the stateful mode, and <br>I try to load 2 separates context/scenarion (with /stateful/sample1 and /stateful/sample2)<br>
then the 2nd state is never loaded. <br><br>I&#39;d like to understand a little bit more this part of Tohu<br><br>Thanks for your help, and for the great work<br><br>Nicolas<br><br><br>