yes, you should write your own cartridge meta-facades so that they contain all 
the logic specific to the technology of your choice



in order to do that you should take a look at one of the cartridges, don't use 
the java cartridge because it has no cartridge metafacades, dont use bpm4struts 
because it's too complex to start with



I recommend the xmlschema cartridge or perhaps even the spring cartridge, you 
will find a model in there, which is called the cartridge meta-model, it's in 
<cartridge>/src/uml and is to be opened with MagicDraw. This model contains all 
the metafacades modeled as classes which inter-relate, when building the 
cartridge you will use the andromda meta-cartridge to generate the skeleton 
code for your facades, *Impl.java classes you will need to edit yourself of 
course



I recommend copying a cartridge and editing it for your need, this means you 
probably only want to change <cartridge>/project.xml, 
<cartridge>/src/uml/CartridgeMetaModel.xml.zip and 
<cartridge>/src/test/uml/CartridgeTestModel.xml.zip



make sure you don't copy <cartridge>/src/java .. it should be empty when you 
start writing your cartridge
--
Wouter Zoons - [EMAIL PROTECTED]

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


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to