Hello,
schmichri wrote: > > Hi, > > I'm new here and I think i have some introduction problems. > I want to add another feature to create also DAO-Classes from my model. So > I think I have to write my own template "feature_dao" using already > finished templates and extension. > Yes, you are right. If you want to extend the Cartridge by a new feature, here feature_dao', you have to extend the cartridge. Therefore you have to write a set of templates and extensions implementing this feature. Then you have to extend the Hibernate Cartridge workflow to call the 'feature_dao' dispatcher template. Tip: The spring cartridge contains already some templates and extensions for this issue. schmichri wrote: > > Is there documentation (like javadoc) for the templates and the extension > used in org.fornax.cartridges.uml2 (incl. subpackages). I have not found > it in the wiki. > No, there is no online documentation for the templates or extensions. Java documentation only for the Java-Classes exists. But the templates- and extensions source code is commented. I hope this will help you. Regards Darius PS: If you are interested and if you thing your work will help other people, maybe there is an opportunity to make your work part of the Hibernate Cartridge? -- View this message in context: http://www.nabble.com/Documentation-of-Hibernate-Cartridge-templates-tp14579303s17564p14615858.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
