I thought you were asking how to customize the generated code from the existing 
bpm4struts cartridge



customizing the bpm4struts cartridge itself is another story, sorry for the 
misunderstanding



the templates and metafacades are quite complex since there are many things to 
take into account, so you'll see a lot of template logic



if you're only changing tiles and page layouting then it should not be that 
hard, I don't think you'll need to edit any metafacades, just the templates



you can introduce new stereotypes and link them to new templates, why not .. 
the only advice I can give is: play with the bpm4struts cartridge, add one 
thing at a time and see what happens with the generated code, you'll quickly 
get to the result



to build a cartridge: maven -o jar

to install a cartridge into the local repo: maven -o jar:install[list=] (will 
call the previous goal too, makes the cartridge available to your projects)

to build a cartridge without running any tests: add the 
[/list]-Dmaven.test.skip=true property on the command line



to know where to start: open [b]andromda/cartridge.xml and take a look at what 
is done there (perhaps take a look at another cartridge.xml if it's too much) 
.. it should be pretty obvious once you try to understand it .. there's always 
the cartridge docs 
(http://galaxy.andromda.org/docs/andromda-cartridges/index.html) and the 
cartridge development forum 
(http://galaxy.andromda.org/forum/viewforum.php?f=25) if you need specific help



good luck[/b]
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3790#3790
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