Eclipse plugins for DM Eclipse client
Hello,
DM gives support for the construction of new domains. RSA DM extensions gives support to access DM repositories and for handling UML models.
We can use eclipse modelling tools to create our domain languages and we can rebuild these languages in DM domains.
But,is there any Eclipse client (without RSA or Raphsody) for handling our customised domains?
For example, it could be some kind of RTC Eclipse client.
Cheers,
Miguel
4 answers
Hello,
This is the latest InfoCenter page related to this topic:
https://jazz.net/help-dev/dm/index.jsp?topic=%2Fcom.ibm.xtools.rmpw.dtk.doc%2Ftopics%2Ft_dom_over.html
see also:
https://jazz.net/wiki/bin/view/Main/DMDTKDomainCreation
So far, I have only seen the Web as an editor for the Ontologies.
Thank you, Lara
This is the latest InfoCenter page related to this topic:
https://jazz.net/help-dev/dm/index.jsp?topic=%2Fcom.ibm.xtools.rmpw.dtk.doc%2Ftopics%2Ft_dom_over.html
see also:
https://jazz.net/wiki/bin/view/Main/DMDTKDomainCreation
So far, I have only seen the Web as an editor for the Ontologies.
Thank you, Lara
Thank you Lara,
We have done the steps you said, and we have an eclipse modeling tool that supports our domain language
(with emf and graphiti). We have the DM domain and ontology for that language and we can create models
for that language in eclipse and dm, but we cannot interchange these models, and we cannot access DM repositories from eclipse and generate the diagrams and export models and diagrams.
Our solutions are to move our ecore languages to RSA, or to integrate dm plugins in our eclipse.
But we can't find how to do the second approach (we would rather to that).
Thanks,
Miguel
Hi Miguel,
There is no install packaging of the RSA DM client that is installable in a base eclipse but if you know what you are doing you can probably create one to achieve your second option. Some of the base DM eclipse client features don't require RSA. I assume you have looked at https://jazz.net/wiki/bin/view/Main/DMSDK_RSA.
Dan
There is no install packaging of the RSA DM client that is installable in a base eclipse but if you know what you are doing you can probably create one to achieve your second option. Some of the base DM eclipse client features don't require RSA. I assume you have looked at https://jazz.net/wiki/bin/view/Main/DMSDK_RSA.
Dan
Thank you Dan,
we are using these document pages. We have started to rebuild our DSL in RSA (we must do some modifications to make compatible our Graphiti and ee4 plugin version and our RSA version (8.5)).
We'll practice the experiences that comment these web pages, and then we will try to reinstall in a base eclipse the features that include DMSDK_RSA to access to DM repositories. We was not sure that we could do this because these plugins could depend on RSA specific plugins, but your comments are very useful.
Miguel