|
From: Peter K. <pe...@ya...> - 2008-07-08 20:55:09
|
Hi, on Javalobby someone asked me the following interesting question: Does Spring RCP has support for a multiple-document interface? I mean can I have more than one instance of my application and it's classes running in the same JVM. Just wondering how it resolves which action 'belongs' to which application instance in this kind of scenario. Do you have an answer? And is there a Helper class that provides me the 3 common folders: sth. like APPLICATION_SETTINGS e.g. /usr/share/application USER_SETTINGS e.g. /home/user/.application WORKING e.g. current working dir I do not know for sure, but in NetBeans you could have 3 xml settings files in those folders and then it will merge them into the "real-used" settings file. [1] Isn't this approach interesting? Regards, Peter. [1] http://wiki.netbeans.org/DevFaqModulesLayerFile |