Re: MDR utility class
Martin Matula <[email protected]> Thu, 20 Mar 2003 13:51:00 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Jozsef, thanks for the class. Btw, there is a similar class in org.netbeans.lib.jmi.util called MetamodelManager. Regarding the license terms, my understanding is that sources released under SPL can be reused anywhere you want, you can even make changes to the source, as soon as you keep the license terms of the reused files unchanged. You may want to check by asking at [email protected] to make absolutely sure. Martin Jozsef Orosz wrote: > Hi, > > I have written a small utility class that helps the usage of MDR in > standalone applications. It can be used to create (meta)models in a simpler > way than directly using the MDR API. Please feel free to use, distribute, > modify it, it's in the attachment. > > Just another question: I'd like to use MDR to make my old persistence tool > (Lorf/J) suitable to generate persistent > code from UML diagrams. It seems to be working pretty well, but before > releasing a version I would like to make sure, how the licensing terms of > MDR and the required libraries (e.g. UML metamodel, JMI, etc.) are, and > whether I can distribute them (in binary form) along with my (LGPL-ed) > application. > > I would be grateful for your help. > > Greets, > Jozsef > <<MDRAccess.java>>