Apache Isis Core 1.1.0, Isis Shiro Security 1.1.0, Isis Wicket Viewer 1.1.0
A few days ago we (that is to say, the Apache Isis team) pushed out a new point release of Apache Isis Core (v1.1.0), along with two of its components Isis Shiro Security (v1.1.0) and the Isis Wicket Viewer (v1.1.0). The Quickstart Archetype that combines Wicket, Shiro, Restful and JDO also got an update (v1.0.2).
New and notable features in this release are:
- upload/download of files in the Wicket viewer
- support for bulk actions in the Wicket viewer
- improved extensibility of Wicket viewer (eg for gmap3 support)
- support for LDAP authorization through a Shiro Realm implementation
Full release notes are of course available on the Isis website.
You might also want to check out a companion github repo that I set up for the gmap3 support. This will allow you to customize the Wicket UI, like so:

and so:

Posted on February 7, 2013, in Uncategorized and tagged announce, apache isis, apache shiro, apache wicket, gmap3, java, maven. Bookmark the permalink. 2 Comments.
Dan, on your linked page to the Isis website, the archetype instructions don’t work as is. You need to change:
java -jar viewer-wicket/target/myapp-viewer-wicket-1.0-SNAPSHOT-jetty-console.war
to
java -jar viewer-webapp/target/myapp-viewer-webapp-1.0-SNAPSHOT-jetty-console.war
Thanks, have fixed.