Book a Demo

Author Topic: Newbie: sharing interfaces between projects  (Read 2521 times)

msmith

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Newbie: sharing interfaces between projects
« on: December 29, 2004, 09:16:39 pm »
I'm new to EA and UML.  Having said that...

I'm evaluating EA and sketching out two projects.  Since both projects have common elements, I'm representing the common elements as components.  I would like to place each (external/shared) component  in its own .eap project file.  Some of the components allow customization by consuming a personality class that conforms to an interface that is defined by the component.  If it wasn't for the personality interface, I could treat the component as a black box and everything would be great.  But because of the interface I need to share information between EA projects.

Any ideas how this should work.  Am I completely out in left field (very possible) or is there a way for one project to consume another?

Thanks.