This entry was posted on Thursday, October 4th, 2007 at 1:38 pm and is filed under Wisss. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
2 Responses to “Second prototype : generation from UML to Zend Framework”
we are thinking to exclusive association, instead of putting 0..1 cardinalities or an interface. I mean for instance : an article can have one user as author or one anonymous author (stupid example).
The main goal is to be able to define a webapp model without knowing which stereotype to use, how you must use some features to get what you want and only be able to set meaningfull information.
UML has to many features for a webapp and is not oriented for this.
I’m thinking for instance to define a view metamodel, to have some properties like “isAjaxied”, etc … features which allow a developper to generate an applicatio without reading pages of docs.
October 7, 2007 at 8:29 pm |
“to define a Wisss DSL since it lacks some important notions and shortcut”: which one ?
October 10, 2007 at 7:17 pm |
we are thinking to exclusive association, instead of putting 0..1 cardinalities or an interface. I mean for instance : an article can have one user as author or one anonymous author (stupid example).
The main goal is to be able to define a webapp model without knowing which stereotype to use, how you must use some features to get what you want and only be able to set meaningfull information.
UML has to many features for a webapp and is not oriented for this.
I’m thinking for instance to define a view metamodel, to have some properties like “isAjaxied”, etc … features which allow a developper to generate an applicatio without reading pages of docs.