Book a Demo

Author Topic: Access to repository of EA from JAVA  (Read 5476 times)

max1

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Access to repository of EA from JAVA
« on: November 23, 2012, 09:56:33 pm »
I'd like to connect to my open repository in EA from JAVA. In VB I can connect by GetObject(, "EA.App").
Does anyone have any idea or solution?
« Last Edit: November 23, 2012, 10:49:56 pm by tsugier »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Access to repository of EA from JAVA
« Reply #1 on: November 23, 2012, 10:50:39 pm »
It is possible that you can't connect to a running instance with Java, but I'm not sure.

You better use C#

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Access to repository of EA from JAVA
« Reply #2 on: November 24, 2012, 12:29:59 am »
Wasn't there a recent  post from KP where he told how to do that?

q.

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: Access to repository of EA from JAVA
« Reply #3 on: November 24, 2012, 05:49:15 am »
Quote
Wasn't there a recent  post from KP where he told how to do that?

q.
Yes I also remember. There was some difference for Java at least for the AddIn model. But I'm also not sure if there's an equivalent for VB GetObject() woriking in the same manner.

Regards,
Günther
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Access to repository of EA from JAVA
« Reply #4 on: November 26, 2012, 09:03:42 am »
Quote
Wasn't there a recent  post from KP where he told how to do that?

q.
It was Simon: http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1336152119
The Sparx Team
[email protected]

max1

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Access to repository of EA from JAVA
« Reply #5 on: November 27, 2012, 12:45:31 am »
thanks for help