dvdkruk / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Create a dynamic generator for all Spray projects #283

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Jörg sent us the DiagramExample.zip projects. where code can be generated for 
an Spray Project.
It would be nice, if Spray provides this functionality out of the box.

The generator can be triggered on every save action (as the domain model xmi 
file will be wrote) and then the files could be generated.

In the Spray Project Wizard just a class "MyDiagramGenerator.xtend" should be 
provided with an empty method "generate(Ressource, Diagram)". 

This method will be called on every save event.

See attached file for the example from Jörg. 

Original issue reported on code.google.com by fabio.filippelli on 17 Jul 2013 at 11:13

Attachments:

GoogleCodeExporter commented 8 years ago
see also issue #258 containing a more general problem description

Original comment by de.abg.r...@gmail.com on 19 Jul 2013 at 9:54