etf
|
Posted: December 29, 2009 14:11 by etf
|
|
There is an issue with session storage. In particular with method getComponentPathname . It is "inflexible and buggy". The corresponding ticket in SAF tracker is #94. I have created the ticket in our project also. It is BSAF-70. Here is the description:
|
Session storage - invalid component path
Replies: 2 - Last Post: January 21, 2010 06:52
by: etf
by: etf
showing 1 - 3 of 3
mawcs
|
Posted: January 20, 2010 23:26 by mawcs
|
|
I have a question related to this. Why is the information stored in a file instead of the Java Preferences API ? Using the Java Preferences API opens the possibility of customized backstores and expanded preferences built in. This is sort of the whole point of an application framework. If you happen to desire that it be put in a file in some arbitrary location, you can change the backstore. If, however, you just want it saved to be retrieved the next time, the Java Preferences hide all of the nitty-gritty and it is super easy. As it stands now, I have to manage some arbitrary file ("session.xml") for some of my window settings and then other application preferences in the Java Preferences API. Looking at the code, it would be fairly trivial to implement a dual solution with preferences as default. |
Replies: 2 - Last Post: January 21, 2010 06:52
by: etf
by: etf







