Book a Demo

Author Topic: Components inside a system?  (Read 5937 times)

Roggan

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Components inside a system?
« on: December 08, 2004, 12:32:00 am »
as i understand it , a component is basicly one or more physical files that realizes something.

eg , we could have a component for invoicing , "invoicing.dll"

but what if the invoicing module lives inside a dll/system together with lots of other functionallity.
eg if we have a huge exe containing everything.

does the invoicing module stop to be a component in that case?


and related:

we are using a legacy system here , where all programs are basicly stored in the systems own database.
so there are no actual files present in that system.
would modules stored in that virtual filesystem still be components?



Roggan

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Components inside a system?
« Reply #2 on: December 08, 2004, 03:56:05 am »
I understand that a component can be created of a set of sub components.

what i ment was what to call the module in my sample.

if an invoicing module is a part of an exe meaning the invoicing module has no own physical representation , is the invoicing module still a component?


thomaskilian

  • Guest
Re: Components inside a system?
« Reply #3 on: December 08, 2004, 04:25:01 am »
I would say yes. A component must not have a separate physical representation. It is only some king of abstration (which in most cases indeed goes along with a physical representation though).