Book a Demo

Author Topic: Use classes present in other eap file  (Read 2274 times)

Maanu

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Use classes present in other eap file
« on: October 28, 2010, 05:12:24 pm »
Hi,

I have an eap file for our  framework module. We also have a number of services, each derives from certain classes in the framework module. Each  service has a separate eap file.  In order to use the framework classes, I imported all classes from framework and used them in service modules. Now the class diagram of each service module has so many classes most of them corresponds to framework module.

What would be the right mechanism to use only the relevant classes of framework module in a service module? I am using EA 7.1

Thanks,
Manu



Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Use classes present in other eap file
« Reply #1 on: October 28, 2010, 05:28:00 pm »
Manu,

You can either put everything in one repository (eap file or database), or use version control.
We have a similar situation where we have two projects, with each their own repository, and we have a common shared model.
The shared model is version controlled (TFS) and present as a model in both repositories.

Geert