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
componentset of functions can call, these days organized classes. each call work , returns control client. - a
componentcan use whatever tiny part helps you. - a
componenttool.
framework:
- a
frameworkskeleton application defines "meat" of operation filling out skeleton. skeleton still has code link parts important work done application. - a
frameworkway of life. - a
frameworkmust commit entire project to.
best real time example:
you can call component. cannot able call framework.
framework calls you. component not calls you.
Comments
Post a Comment