Hi,
I am using a custom MDA tool done by myself on my company. It works very well but I want to migrate to AndroMDA.
I use to splint my project in modules, and they are reusable. One module is one .zargo file.
Example of modules are UserManagement (store user, roles, access permisions), OrderSystem, OnlineStore and so on. Of couse some models need to make references to classes defined on another module. Example : in the UserManagement model I have a class called "User" with a Entity stereotype on it. On the OrderSystem model I have a class called "Customer" (another entity) with a relation one to one to "User". But they are on different .zargo files. So I create a class called "User" on my OrderSystem model, and I put a "ExternalClass" stereotype on it.
The first step on the MDA generation process is read all .zargo files. With them in memory I run a model transformation who does this changes on the relationships.
How I can do this with AndroMDA ?
Danilo.
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user
