Quote:
The only interface I have is MyEntitiyDao. Is there a specifc way to tell 
androMDA to generate it? 
(end of quote)




There is no interface generated, only an abstract class (MyEntity).




Quote:


I guess that is why MyEntityImpl is generated into target. But what if I want 
to add code to it? I have to tell androMDA to genreate it outside of target. 
How do I tell androMDA that I want this? 
(end of quote)




If you want to generate it outside of the target directory, you need to add a 
business operation to the entity (make sure the scope of the operation is 
"instance"..not "classifier" if you want it on the Entity and not the DAO).




Quote:


So I was wondering why are the dao's for entities assigned to service classes? 
(end of quote)




They aren't assigned:  You have access to the DAOs from services if you draw 
dependencies from a service to one or more DAOs.  There is a DAO generated per 
Entity and this DAO allows you to perform all CRUD type operations for your 
entity (in addition to any other business operations you may have modeled).
--
Chad Brandon - [EMAIL PROTECTED]

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to