Hi all,


I Have some question about what is generated and what is not. I studied several 
samples and still can't find the answer.



I have a simple model.



1 <Entity> User

    <<Unique>> + name : String

    + password : String

    <CreateMethod> + create(id : long, name : String, password : String)



2 <Service> CreateUserService

   + createUser(name : String, password : String)



3 CreateUserController

   + createUser(name : String, password : String)



1 <------ <<EntityRef>> ------- 2

2 <-------------------------------- 3



I am trying to generate a methode createUser in the CreateUserController what 
generates the complete code to the CreateUserService and the User <Entity>.



At the moment this model will not generate the code for the CreateUserService 
to create a new Entity with a password and a name.



and it will also not generate the code for the controller to connect to the 
service. on the correct method



My question is should it generate this code or should it not generate the 
code.... if it should generate the code what should I do within my model to let 
AndroMDA generate the code.



can someone help me?



Best regards,



Mark Bakker[/img]
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3871#3871
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