Hi folks, today, I'd like to give you an update about the current status of the andromda-meta cartridge:
0) The cartridge is in CVS now (see cartridges/andromda-meta). 1) It generates decorators from UML profiles now. 2) The decorators pass their unit tests. 3) The core does not instantiate them yet. The next steps for me are: * Make a migration table from the old dynamic proxies (see the org.andromda.core.simpleuml package) and the script helpers (see *Helper*.java in the core and in the cartridges) to the new decorators. * For each method in the proxies and the script helpers, describe the decorator class that will take over this method. If there is no such class, the method will remain in the script helper (only very few methods). * Discuss the table on andromda-dev. * Make the core instantiate decorators. * Describe how to use the decorators inside a cartridge. * Migrate andromda-hibernate to use the decorators. The next steps for you would be: * Learn how to use the decorators within your cartridge. * Migrate your cartridge to use the decorator concept. * Write your own cartridge-specific decorators. That's it for tonight. Tell me what you think of it. Cheers... Matthias --- Matthias Bohlen "Consulting that helps project teams to succeed..." http://www.mbohlen.de/ ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
