Re: users Digest 2 Nov 2008 03:37:33 -0000 Issue 596

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: users Digest 2 Nov 2008 03:37:33 -0000 Issue 596

by John Sichi-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There are also a lot of model and CRUD examples in Enki, a project which wraps MDR and also provides a newer JMI implementation based on Hibernate.

You can get a distribution here:

http://p4web.eigenbase.org/open/dev/thirdparty/eigenbase-enki-0.1.0.tar.gz
http://p4web.eigenbase.org/open/dev/thirdparty/eigenbase-enki-0.1.0-libs.tar.gz

I have also been working on plugging Enki into ArgoUML, but haven't gotten an experimental build packaged up yet.

JVS

--- On Sat, 11/1/08, users-digest-help@... <users-digest-help@...> wrote:

> From: users-digest-help@... <users-digest-help@...>
> Subject: users Digest 2 Nov 2008 03:37:33 -0000 Issue 596
> To: users@...
> Date: Saturday, November 1, 2008, 8:37 PM
> 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.
> >
> >
>
> 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.
> >>
> >>
> >
> >
>
> --
> 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.
>
> Hi,
>
> 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/
>
> 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 <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.
> >