Nick, Another thing that might be of interest is a bytecode SDO generator. If you look in the Tuscany tools subproject, you'll see a command, Interface2JavaGenerator, that given a Java interface generates an SDO implementation class for it. It would be nice to have a similar command, say Interface2ClassGenerator, that would generate a Java binary class (no source). In the impl subproject, there is some prototype code that Jeremy Boynes wrote (see org.apache.tuscany.sdo.codegen.BytecodeInterfaceGenerator) that generates interfaces using ASM. Although it isn't used for anything in the project, it does illustrate how you might use ASM to generate a class.
Frank Daniel Murphy <[EMAIL PROTECTED]> wrote on 06/13/2006 05:54:27 AM: > Hi Nick, > > You should be aware of the Eclipse SOA Tools Project > (http://www.eclipse.org/stp/) since there is a potential overlap with > them... > > A suggestion for a simple project could be eclipse plugins to generate SDO > artifacts. I was just about to write an eclipse wizard/plugin to generate > SDO objects from XSDs etc and then consider SCA later, but if someone else > would like to do this (and the Tuscany think it would be worth while) then > this would save me the job :) > > I should only take a week or so to build a decent wizard, maybe longer if > you need to learn eclipse. > > Just a though, I believe it would prove useful for those who want to adopt > Tuscany - whatever you do it would be worth checking for potential overlap > with the STP. > > Cheers, > Dan > > > > Nick D > <[EMAIL PROTECTED] > m> To > [email protected] > 13/06/06 04:04 AM cc > > Subject > Please respond to SDO tooling for Apache Tuscany > [EMAIL PROTECTED] > ache.org > > > > > > > > > Hi All, > > I am interested in volunteering some time into a development project on > SDO tooling. If any of you can help me identify / define a task that > fits into a 1 Person Month effort, please let me know. I'd be happy to > speak to any one of you if you are interested. I work for IBM at Silicon > Valley Lab and have good knowledge of J2EE, SOA and Java/C++ based > development .I'd appreciate your quick response and will like to start > immediately. > > Also, I have check out the SDO work on the Tuscany wiki. I am trying to > define something that could serve a project rather than several bug > fix/enchancements. I hope to demonstrate this work as part of my > graduate research project. > > thanks, > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
