what is the difference between component and framework? -


i know it's straightforward i'm confused this. imagine library jquery , component telerik, 1 on top of in producing? possible use framework in component development? what's main difference between them?

component:

  • a component set of functions can call, these days organized classes. each call work , returns control client.
  • a component can use whatever tiny part helps you.
  • a component tool.

framework:

  • a framework skeleton application defines "meat" of operation filling out skeleton. skeleton still has code link parts important work done application.
  • a framework way of life.
  • a framework must commit entire project to.

best real time example:

you can call component. cannot able call framework.

framework calls you. component not calls you.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -