> 1) concerning Database
> Is anywhere in the examples a part where i can find the implemetation of a
> Databaseaccess?

well, the animal quiz uses a little persistence via Hibernate

> Do I have to hand a <<ValueObject>> to the defer()-method of the
> <<ControllerClass>> writing it to the Database?

<<ControllerClass>> does not exist, if you mean <<FrontEndController>>
then the answer is: you can hand in any parameter you like, you will need
to put your own implementation in the controller operations

there's no such thing as 100% generated code for enterprise applications,
some things are simply better expressed in plain old Java


> Where and how have i to model an OCL Statement to specify a Database
> Access?

specify OCL on the body of a finder method (if your UMl tool allows it)

> Is there an Example?
>
>

I don't have time to look for it, but I think the animal quiz has one


> 2) multiple Models
> In the Magazine Java-Spektrum CeBIT-Special i've read that AndroMDA can
> generate Code from multiple Models.
> Can somebody give me a short hint how to realize this? How will it be
> realized when i want to build two separated Systems sharing one Database?
> The code for Databasehandling will be generated twice?
>

only if you have that code in both models .. alternatively you can turn
off code generation on a per package basis


-- Wouter



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to