63 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
108
views
Association Problem in UML Class Diagram in papyrus- Eclipse for a model driven framework
I am working on a model driven engineering project and working with UML diagram in papyrus. Now, while creating association between certain classes,I am facing some problems.
In this diagram, there is ...
0
votes
1
answer
48
views
How to resolve dependencies before internal deletion checks are performed?
In MDriven, there's a partial method PreDelete() where you can implement special clean-up and also prevent deletion. My problem is that the internal delete checks throw an InvalidOperationException &...
1
vote
1
answer
37
views
MDriven PreDelete + auto cascade deletes, what is rolled back if deletion is canceled?
Using MDriven Framework, we want to use PreDelete to clean up some linked objects that can't be handled automatically due to interdependencies (they need to be deleted in a particular order).
The ...
1
vote
1
answer
420
views
Pcf Control(Dialog) Opening in new tab instead of same tab Dynamics 365
Image Attached I have created a dialog pcf control and i want to trigger it on click of a button in the ribbon in the view page in dynamics .Below is my code when i click on the button its opening ...
2
votes
2
answers
146
views
In DDD, how much the code model have to resemble the analysis model?
In books about DDD, there are so many emphasis on making the code model and analysis model the same (or related). I'm currently reading Patterns, Principles, and Practices of Domain-Driven Design, ...
1
vote
1
answer
85
views
Merge Project models through EML using complex comparison rules
Problem:
I'm using EML and Epsilon Language Workbench to merge two project models, represented by two metamodels (MM1 and MM2), into a third metamodel (target). While I can achieve a simple merge ...
0
votes
2
answers
2k
views
Power Apps- Model Driven App How to select the colors in a Pie Chart
I am new to Power Apps Model Driven App, I have started working on a POC and got some feedbacks from my manager:
I have used a Pie Chart on a Data verse Table where there they have suggested for some ...
0
votes
1
answer
938
views
Model Driven App: How to remove the default alert to save changes while using Navigation
I am trying to use the Report main form to create a new Report however, I am using a custom ribbon button on Report Main Form called "Generate Report". Then I am using the javascript ...
1
vote
0
answers
102
views
What Types of Models can be used to scientifically approach frontend development?
In my experience Frontend developmemt mostly consists of jumping in and developing in an extreme programming or very agile way. Although in my bachelors thesis I will have to do the architecture and ...
1
vote
1
answer
419
views
UML Activity Diagram: Create Link Object Action Example
I am looking for a toy example of the usage of a "create link object action" with at least one other link action in a UML activity diagram. I can find definitions of what this action does ...
0
votes
1
answer
139
views
Difference between eclipse sirius and epsilon
Can someone help me?
I would like to know the main differences between the eclipse sirius and epsilon to develop M2M solutions or another MDE approach.
Thank you
1
vote
2
answers
1k
views
How to get type discriminator for class?
In MDriven I'd like to get the type discriminator for a modeled class at runtime. I thought I had done it before, but can't seem to find it and can't figure it out.
I mean the integer that appears ...
0
votes
1
answer
112
views
Numbers in XText not accepted
I have the following rule:
terminal MIDI_VALUE:
( '0'..'9') |
( '1'..'9' '0'..'9') |
('1' '0'..'1' '0'..'9') |
('1' '2' '0'..'7');
This rule is meant to read values from [0.....
0
votes
1
answer
166
views
Xtext/ANTLR: How to fix this error? The following token definition can never be matched prior...?
I have made a grammar and the editor does not show any error, when I select 'Generate XText Artifacts', I get the following error:
error(208): ../mestra.dmxlightshow/src-gen/mestra/parser/antlr/...
0
votes
1
answer
454
views
How to write a domain entity object to multiple database tables using Spring Data Jpa?
I have a domain model that corresponds to multiple tables when I use a relational database to design a data store. Now when I create this domain entity, I want to use Spring Data Jpa to write to ...