Posted on : 30-06-2009 | By : gaylys | In : 模式

Loading ...
0
这个插件将使利用设计模式来开发Java应用程序变得更加容易。它内建一些基本的模式如Singleton,Factory等,但用户也可以配置其它模式。SEDS Design Pattern Pugin内建的具体设计模式包括:Chain of Responsibility,Iterator,Mediator ,Memento ,Observer,Strategy,Command ,Factory Method,Prototype,Singleton,Holder,Bridge ,Composite,Facade,DAO,Type Safe Enumeration ,Visitor,Flyweight,Facade。
项目地址:http://home.icslab.agh.edu.pl/~shogun/iosr/site/maven/(当前不可访问)
Posted on : 30-06-2009 | By : gaylys | In : Code Generation, 模式

Loading ...
0
PatternBox是一个Java设计模式编辑器。它提供一个基于模板的代码生成器。这个基于XML的模板机制使得你能够定义自己的代码模板。PatternBox当前能够为16种GoF设计模式生成代码。
项目地址:http://www.patternbox.com/index.html
Posted on : 26-06-2009 | By : gaylys | In : 工具, 模式

Loading ...
0
一个可以生成J2EE设计模式代码Eclipse插件并支持J2EE refactorings。它使用XML文件来存储设计模式描述。这个插件有一个友好的用户界面向导。支持的设计模式有:Front Controller,Session Facade ,Service Activator,Service Locator, Composite Entity , Transfer Object Supporterd refactorings, Hide Entity behind Session,Move business Logic to Facade,Iintroduce Front Controller。
项目地址:http://j2ee-dp-gen.sourceforge.net/