摘要:
为什么需要这个? 假设你有一个WebService 的Proxy, 有方法: public class Proxy : IProxy{ public void Foo(int i, bool b) { // do something. } public string Bar(string str) { return "Something"; }}你可以这样调用: Proxy... 阅读全文
摘要:
Framework are particularly important for developing open systems, where both functionality and architecture must be reused across a family of related aplications.OO framework provide an important enabling technology for reusing both the architecture and the functionality of components.an OO framewor 阅读全文
摘要:
FOA ( framework oriented analysis ) is an extension of OOA, but it explores the reuse of software architecture, design, code and test case of framworks.Features: comparison-based analysis, feature comparison , hierarchical framework.框架是一个部分实现的程序,为特定的应用或领域提供完整的软件架构。【garvae 96, Bothrer 97, Ebner 98a】框 阅读全文
摘要:
1, some definitions:a framework is a reusable design of all or part of a system that is represented by a set of abstract classes and the way their instance interact. a framework is a skeleton of an application that can be customized by an application developer. 2, how frameworks compare to other oo 阅读全文