jsr296

Can I change the root directory of the session storage?

Currently the session storage saves all session files in a system dependand folder suited for session state files. But in one of my applications I want the session files be saved in a special directory. Can I change the root directory of the session storage? ...

Is there an easy way to develop with Swing Application Framework (JSR 296) AND Jython?

I'm learning Jython. I developed a simple Swing Application with Jython and it's ok. Now I would to use the Swing Application Framework (JSR 296). I did not find any example in Internet. ...