Re: [mdr-users] Netbeans MDR - How to use MDR to perform CRUD
Pavel Flaška <[email protected]> Thu, 30 Oct 2008 12:17:53 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Marsh, On 30.10.2008, at 9:01, maarsh wrote: > I need Documentation of MDR and code snippets on how to use MDR . > unfortunately the module isn't actively developed and maintained. I'm afraid you will not get much support here. You can look at older netbeans sources (<6.0), MDR was used for Java Language Support there. Regards, Pavel > Regards, > Marsh > > > Linus Tolke-4 wrote: >> >> Hello Marsh! >> >> The ArgoUML tool (http://argouml.tigris.org) is based on MDR and >> does all >> of >> this. MDR is used through generated interfaces. >> >> /Linus >> >> 2008/10/29 maarsh <[email protected]> >> >>> >>> Hi Folks, >>> >>> I am working on a UML based Tool . I am exploring MDR for >>> persisting the >>> project data . I need to perform these operations. >>> 1) Create a Model Element in the MD Repository, when the user adds >>> any >>> modeling element in Tool. >>> 2) Query (Read) the Info ( Properties , Attributes, Associations ) >>> of a >>> Model Element based on some key (some GUID) and store it in some >>> structure. >>> 3) Update an Model Element . >>> 4) Delete a Model Element. >>> >>> I have been able to perform only Create Model Element as of now. For >>> other >>> operations,I don't have the documentation of the MDR nor do i have >>> the >>> "How-to" of MDR. I didn't find the documentation in the MDR site. >>> >>> If anyone has worked on this , please provide code snippets for >>> each of >>> this >>> operation along with configuration parameters like the command-line >>> params >>> and environment variables extra. >>> >>> please let me know if i need any specific settings for using MDR >>> with >>> JDBC >>> >>> Regards, >>> Marsh >>> -- >>> View this message in context: >>> http://www.nabble.com/Netbeans-MDR---How-to-use-MDR-to-perform-CRUD-tp20221055p20221055.html >>> Sent from the Netbeans MDR - Users mailing list archive at >>> Nabble.com. >>> >>> >> >> > > -- > View this message in context: http://www.nabble.com/Netbeans-MDR---How-to-use-MDR-to-perform-CRUD-tp20221055p20242351.html > Sent from the Netbeans MDR - Users mailing list archive at Nabble.com. >