no this is not supported, the controllers should not contain any specific 
business logic, they typically simply delegate to a service



if you would really need to share some code between them it's recommended to 
write another class manually and have both controllers call that class



from an OO point-of-view, what does it mean that controllers extend eachother ? 
a controller is assigned to a use-case, so when another controller extends it, 
how does it relate to the use-case ?



what you are trying to do is using a side-effect of the code generation 
process, and using it as a workaround to avoid code duplication



mind you, avoiding code duplication is a must, but in this case using 
inheritance would not be suitable
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2293#2293
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to