|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Netbeans MDR - How to use MDR to perform CRUDHi 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 |
|
|
Re: Netbeans MDR - How to use MDR to perform CRUDHello 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 <maarsh@...>
|
|
|
Re: Netbeans MDR - How to use MDR to perform CRUDHi ,
I need Documentation of MDR and code snippets on how to use MDR . Regards, Marsh
|
|
|
Re: Netbeans MDR - How to use MDR to perform CRUDHi,
ArgoUML is open source, so you can just look at how things are being done there. Regards, Steffen maarsh wrote: > Hi , > > I need Documentation of MDR and code snippets on how to use MDR . > > 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 <maarsh@...> >> >> >>> 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. >>> >>> >>> >> > > -- Dr. rer. nat. Steffen Zschaler Senior Research Associate Lancaster University Lancaster, United Kingdom Email szschaler@... WWW http://www.steffen-zschaler.de/ -- Consider coming to QoSA 2008, the 4th International Conference on the Quality of Software-Architectures. http://qosa.ipd.uka.de/ Consider coming to MNPSC 2008, the IEEE International Workshop on Methodologies for Non-functional Properties in Services Computing http://www.cs.umb.edu/~jxs/mnpsc/ |
|
|
Re: Netbeans MDR - How to use MDR to perform CRUDHi 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 <maarsh@...> >> >>> >>> 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. > |
| Free embeddable forum powered by Nabble | Forum Help |