Author Topic: Salesforce Schema Import or Creation  (Read 4910 times)

BrianH

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Salesforce Schema Import or Creation
« on: November 13, 2013, 09:28:19 am »
Can anyone help point us in a direction that might ultimately lead to being able to create/import a Salesforce.com entity relationship diagrams in Sparx?

One thought we have is explained here:
https://code.google.com/p/force-metadata-jdbc-driver/wiki/Useage
Uses a special JDBC driver out on Google Code, called Force MetaData JDBC Driver, which translates Salesforce MetaData Web Service API calls to JDBC metadata.  If we had the JDBC metadata, we might be able to use it to create an XMI file that could be imported into Sparx.

Any help is appreciated  :o
« Last Edit: November 13, 2013, 09:29:58 am by BrianH »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Salesforce Schema Import or Creation
« Reply #1 on: November 13, 2013, 09:38:34 am »
You can import that jar using code engineering. That will create a class library. You might transform that to create what you need.

q.