[Andromda-user] [Bpm4Struts cartridge] [controller inheritance]

2005-07-10 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Bpm4Struts cartridge] [controller inheritance] controller inheritance

2005-07-10 Thread szroland
Hey, I'm in a situation, where one of my controller classes naturally extend another controller. One has some data loading functionality, the other needs that, plus adds some data saving functionality for its use case. You can model this in MagicDraw, and it is possible to use the methods fr