#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) Apache Isis™ QuickStart (Wicket/Restful/JDO/Shiro)
Isis Logo

This app has been generated by the quickstart (wicket/restful/jdo/shiro) archetype for Apache Isis™, a framework to let you rapidly develop domain-driven apps in Java.

The app consists of a bare minimum of classes, so that you can easily strip it back and reuse for your own purposes. It is configured with:

Component Access URL Description Further info on the Isis website
Wicket Viewer wicket/ Provides a generic UI for end-users, built with Apache Wicket wicket viewer
RestfulObjects Viewer restful/ Provides a RESTful API conformant with the Restful Objects spec restfulobjects viewer
JDO Object Store n/a Persists objects using JDO/DataNucleus; configured to use HSQLDB in-memory database jdo objectstore
Shiro Security n/a Provides authentication and authorization, using Apache Shiro shiro security

App contents

The key files in the application are:

Next steps

Use the following as a check-list for refactoring towards your own application: