Entries tagged [release]
[ANN] Apache Isis version 1.12.0 Released
- much enhanced support for custom layouts, using an optional separate XML layout file Xxx.layout.xml. This is similar in concept to the earlier support we have had for custom layouts through a .layout.json file, but introduces the ability to position object members anywhere using (bootstrap3) columns and rows. It also brings in support for tab groups, and allows object members to be included in the page more than once (eg a table view and also a calendar view).
- a change to the editing of objects: rather than an 'edit' button which toggles the entire page into edit mode, instead each property is edited individually.
- various new domain services. Some of these are in supoprt of the dynamic layouts functionality, others including new access into Apache Isis' metamodel. In addition, the DomainObjectContainer service has been deprecated, replaced by a number of fine-grained services such as RepositoryService and MessageService.
- a number of new mixins, to automatically surface in the UI an entity's id, version (if any) as properties, and actions to download the layout XML and other metadata actions. (These can always be hidden using either security or by writing a subscriber; see the migration notes).
- JAXB view models are now automatically editable by default.
Posted at 06:03PM Mar 29, 2016
by danhaywood in Announcements |
|
[ANN] Apache Isis 1.11.1 Released
Posted at 03:04PM Jan 17, 2016
by danhaywood in Announcements |
|
[ANN] Apache Isis version 1.11.0 Released
|
|
|
Posted at 06:46AM Jan 02, 2016
by danhaywood in Announcements |
|
[ANN] Apache Isis version 1.10.0 Released
[1] http://isis.apache.org/release-notes.html#r1.10.0
[2] http://isis.apache.org/migration-notes.html#_migration-notes_1.9.0-to-1.10.0
[3] http://search.maven.org
[4] http://isis.apache.org/downloads.html
Posted at 08:22AM Nov 10, 2015
by danhaywood in Announcements |
|
[ANN] Apache Isis v1.9.0 Released
Posted at 09:49PM Sep 01, 2015
by danhaywood in General |
|
[ANN] Isis Shiro Security 1.0.0 and Quickstart (Wicket/Restful/JDO) archetype 1.0.1 released
The Isis team is pleased to announce the release of Apache Isis Shiro Security 1.0.0, along with an update to the Quickstart (Wicket/Restful/JDO) archetype, v1.0.1.
The main new feature is the integration of Apache Shiro [1], to be used for authentication and authorization. The quickstart archetype has been updated to integrate this new component [2]. Full release notes are available at [3] on the Isis website.
In addition, the quickstart archetype has been simplified so that both the Wicket viewer [4] and the Restful Objects viewer [5] are run within the same webapp. There is also a new welcome page to help new users get started.
There is one known minor issue: the links on the welcome page to the wicket viewer and restful objects viewer are incorrect if run outside of the root context.
You can access this release directly from the Maven central repo [6], or download the release and build it from source [7].
Enjoy!
-The Isis team
[1] http://shiro.apache.org
[2] http://isis.apache.org/components/security/shiro/about.html
[3] http://isis.apache.org/components/security/shiro/release-notes/isis-security-shiro-1.0.0.html
[4] http://isis.apache.org/components/viewers/wicket/about.html
[5] http://isis.apache.org/components/viewers/restfulobjects/about.html
[6] http://search.maven.org
[7] http://isis.apache.org/download.html
Posted at 06:50PM Jan 10, 2013
by danhaywood in Announcements |
|