agarneau wrote:
I have generated a few classes with AndroMDA and the I would like to extract 
the parameters that a user fill out in the web page.  I guess that extraction 
should take place in the ControllerxxxImpl.  How do I do that?  With the 
request objet or the form object?  


(end of quote)


You should use the form object. Actually, a Struts form can be seen as a 
wrapper around the HTTP request to make easier to get/put parameter in that 
request.




agarneau wrote:
Is there a way to tell androMDA to map a controller method to a Service method? 
 Or do I have to explicitly code the call to the back-end service myself?
(end of quote)


I dont think there is a way to map automatically a controller method to a 
service method. You'll have to do it manually. The main problem of AndroMDA is 
that most thing are so easy and so automagic that when I have to code even a 
few lines I'm really disapointed  [Laughing]
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1792#1792
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to