Aslak, It is late here, and I was only able to quickly browse your interview. Thanks for mentioning AndroMDA.
I was the developer that implemented the meta data provider interface for AndroMDA. Based upon the little bit I had a chance to read of XDoclet2 it sounds like it works in a similar way. In AndroMDA we do a lot of two step code generation. We first generate JAVA that contains XDoclet tags and then use XDoclet to generate more code based upon the XDoclet tags. In many cases it seems a little silly to be generating intermediate java code , but we needed to do this to reuse the XDoclet code generation features. It now seems to me that with this latest change to XDoclet we should be able to do some sort of much tighter integration of AndroMDA and XDoclet. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Aslak > Helles�y > Sent: Tuesday, April 01, 2003 5:48 PM > To: [EMAIL PROTECTED] > Subject: [Andromda-devel] AndroMDA could use XDoclet2 > > > Hi Matthias and others, > > The new XDoclet2 (still alpha) has a nice way to plug in other metadata > providers, making it a perfect core platform for both Middlegen and > AndroMDA. I'm sketching out the thoughts here: > > http://www.theserverside.com/home/thread.jsp?thread_id=18628 > > What do you think of this? > > Aslak > > (I'm not subscribed to this list - receiving too much mail nowadays, so > please cc me when you reply. Or reply on TSS to make yourself some p.r.) > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
