Author Topic: XSD automated generation  (Read 2427 times)

avec

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
XSD automated generation
« on: October 05, 2005, 01:45:21 am »
Hi.

I am wondering, does there exist some code or api that uses java to do automated generation of xsd's?

We use EA in our project and we develop java systems. Building is done with help from ANT (java build tool from Apache Jakarta).

Our problem is when ever we need to generate xsd's from EA. On way is to do this manually from inside the tool, but this is very time consuming and let's face it....it will give us arm pains from all the mouse clicking some day :o Therefore, we have automated the xsd generation using the VB api. Anyway, this is not a good way to this since it breaks our building process provided throug ANT.

Anyone with any recommendations?

Regards,

Ronny N.
Bouvet AS, Norway

thomaskilian

  • Guest
Re: XSD automated generation
« Reply #1 on: October 05, 2005, 02:17:08 am »
A question from an amateur: can't you use the OLE API from Java? I managed to use it from Perl.