Apache Isis 1.6.0 发布,包括:
跟 1.5.0 版本相比,新增了大量的组件,这是因为:
Isis Core now incorporates the JDO Objectstore, Restful Objects Viewer and Shiro Security (all previously released as separate components). TodoApp Archetype was previously the ‘Quickstart (Wicket/Restful/JDO) archetype’ SimpleApp Archetype was previously the ‘Simple (Wicket/Restful/JDO) archetype’
重要改进:
Extend (custom) EventBus vetoing logic so that can also encompass hide, disable, validate (ISIS-831) @DomainService annotation to automatically discover and register domains (ISIS-493) Wicket viewer: Add edit capability to view objects (ISIS-781) Wicket viewer: Wizard-like form for Wicket viewer (ISIS-800, ISIS-810) Move jdo, shiro and restful into core (ISIS-832) Breaking out applib and JDO services into modules (ISIS-833)
相关链接 [1] 发行说明 [2] http://isis.apache.org/components/viewers/wicket/release-notes/isis-viewer-wicket-1.6.0.html [3] http://isis.apache.org/getting-started/release-notes/todoapp-archetype-1.6.0.html [4] http://isis.apache.org/getting-started/release-notes/simpleapp-archetype-1.6.0.html [5] http://search.maven.org [6] http://isis.apache.org/download.html [7] http://isis.apache.org/intro/getting-started/simpleapp-archetype.html [8]http://isis.apache.org/intro/getting-started/todoapp-archetype.html [9] http://wicketstuff.org/ [10] http://www.isisaddons.org/ [11] http://isis.apache.org/core/release-notes/migrating-to-1.6.0.html
Apache Isis 是一个可让你快速开发领域驱动应用的 java 框架,它定义了一个清晰的编程模型,支持 BDD 和 JUnit 测试,可动态的生成域模型的展现。

在线演示:http://mmyco.co.uk:8180/isis-onlinedemo |