《反模式》这本书怎么样?
最近我想买,看到网上书店的评论有好有坏,不知道该听哪个的。
另外:给推荐几本书看看类似反模式,敏捷开发之类的,谢谢拉!

解决方案 »

  1.   

    有“反模式”这本书么?我只知道有一本《J2EE 反模式》。如果要研究反模式的话,建议先看看《J2EE 设计模式》、《J2EE 核心模式》这些书,先研究模式之后才有能力去研究反模式。
      

  2.   

    《J2EE 核心模式》介绍了 J2EE 中的 15 种模式,见下图:各模式从上到下如下所述,这些模式在 Sun 网站上有在线版本。1. Intercepting Filter
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/InterceptingFilter.html
    2. Front Controller
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/FrontController.html
    3. Composite View
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/CompositeView.html
    4. View Helper
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/ViewHelper.html
    5. Dispatcher View
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/DispatcherView.html
    6. Service to Worker
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/ServiceToWorker.html
    7. Business Delegate
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/BusinessDelegate.html
    8. Session Facade
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/SessionFacade.html
    9. Service Locator
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/ServiceLocator.html
    10. Transfer Object Assembler
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObjectAssembler.html
    11. Value List Handler
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/ValueListHandler.html
    12. Composite Entity
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/CompositeEntity.html
    13. Transfer Object
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObject.html
    14. Service Activator
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/ServiceActivator.html
    15. Data Access Object
        http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html这 15 种 J2EE 模式是 J2EE 中经典的模式!