Re: storage files

Martin Matula <[email protected]> Tue, 11 Oct 2005 17:42:41 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
I mean set the org.netbeans.mdr.storagemodel.StorageFactoryClassName 
system property to the value below. You can do this by running your 
application with 
-Dorg.netbeans.mdr.storagemodel.StorageFactoryClassName=org.netbeans.mdr.persistence.memoryimpl.StorageFactoryImpl 
commandline argument.
Martin

Martin Matula wrote:
> Jorg,
> it seems to me that for your application it would be best to use the 
> memory implementation of the storage - it keeps everything in memory 
> rather than creating the database files.
> To use the memory implementation set 
> org.netbeans.mdr.storagemodel.StorageFactoryClassName to 
> org.netbeans.mdr.persistence.memoryimpl.StorageFactoryImpl.
> Martin
> 
> Jörg Schütz wrote:
> 
>> Hi there,
>>
>>  
>>
>> I am developing a standalone application making use of the Netbeans 
>> libraries and the Uml2Mof tool. The application is supposed to read in 
>> a XML file containing an UML 1.3 Model. However, for the application 
>> it is desirable that the storage files that are generated every time 
>> the Uml2Mof tool is run are not generated or ignored whenever the tool 
>> is run the next time.
>>
>> Is there a possibility to prevent writing these files or ignoring them 
>> upon startup?
>>
>> Thanks
>>
>>  
>>
>> Jörg
>>
>