Hi all,


at the moment, I am writing a small deployment cartridge for the new chapter in our docs: "10 steps to write your own cartridge". It transforms deployment models like this:



into files like this:




<deployment-report generation-date="Tue Feb 07 22:06:53 CET 2006">


    <node name="AppServer1">

        <component name="BackendComponent">

            <artifact name="MyBackendComponents.jar">

                <package name="org.andromda.cartridges.deployment.sampledeployment.mybackendservices">

                </package>

            </artifact>

        </component>

        <component name="WebComponent">

            <artifact name="MyWebComponents.jar">

                <package name="org.andromda.cartridges.deployment.sampledeployment.mywebapp">

                </package>

                <package name="org.andromda.cartridges.deployment.sampledeployment.mywebapp2">

                </package>

            </artifact>

        </component>

    </node>


</deployment-report>




I'd like to commit it somewhere. What is the best place in the AndroMDA source tree for sample cartridges?


Cheers,

Matthias


---


Matthias Bohlen

"Consulting that helps project teams to succeed..."


Internet:

   http://www.mbohlen.de/

   [EMAIL PROTECTED]


Phone: +49 (170) 772 8545



Reply via email to