What is the difference between a framework and a library?
I always thought of a library as a set of objects and
This is how I think of it (and have seen rationalized by others):
A library is something contained within your code. And a framework is a container for your application.