Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: StefanoD on August 06, 2012, 06:32:02 pm
-
Good day,
I would like to know how update my database EA-repository (in Oracle) from whole working directory without run EA (for example: using java applets ...). Thank you very much :)
-
Ok, you need to be more specific.
Do you which to update the database directly (in that case see your DBA) or do you want to create a script/add-in using the EA API?
(in that case check the Automation part of the help file, and/or my tutorial on EA add-ins: Tutorial: Create your first C# Enterprise Architect addin in 10 minutes (http://geertbellekens.wordpress.com/2011/01/29/tutorial-create-your-first-c-enterprise-architect-addin-in-10-minutes/))
Geert
-
Ok, I try to explain my idea (my english is very bad ...):
I have a working directory with a lot of java classes.
The first time I used EA reverse engineering to charge that classes in a db-based repository in Oracle.
Now, if I have changed some classes java, it is possible to update the repository, without passing necessarily
through EA ? Of course using scripts in java or C# or in some other kind of language.
Your tutorial in all that I need ?
Thanks.
-
My tutorial will help you get started.
To synchronise code with the EA model see
Project Interface.SynchronizePackage() at http://www.sparxsystems.com/enterprise_architect_user_guide/9.3/automation/project_2.html
Geert