Many frameworks are very draconian in their requirements of the application consuming them. They require your application inherit from the framework's base classes, implement their interfaces, etc in order to gain the framework's functionality. In this, more common, style of framework design, the application serves the framework.That's probably the best subsumption of the ideas behind POJOs as a design concept.
No comments:
Post a Comment