Book a Demo

Author Topic: Code generation extensions  (Read 3924 times)

dknox

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Code generation extensions
« on: December 31, 2002, 12:18:21 pm »
I certainly can appreciate the hard work that has gone into EA to support Microsoft and Delphi, as well as standardized langauges like C++ and Java. Nevertheless, I work in the realm where CORBA, EJB, and WSDL prevail and my customers tend to be very interested in model driven architecture.
How can I extend the code generating capabilities of EA into this landscape?
Are the code generator modules of EA a realization of the Automation framework?  
If so, then does it follow that I can build code generators using the Automation framework?

thanks in advance

CJ

  • EA User
  • **
  • Posts: 288
  • Karma: +0/-0
    • View Profile
Re: Code generation extensions
« Reply #1 on: January 02, 2003, 04:45:09 am »
G'day,

From what we've read and coded so far for our own customized SQLWindows code generator, I'd say yes, you can definitely build code generators with the EA Automation Interface.
Cheers and best regards.