[maven-release-plugin] prepare release simpleapp-archetype-1.6.0-RC3
1 file changed
tree: 546cc2e927df7a183b938db360d1f3a636a3a66a
  1. component/
  2. core/
  3. example/
  4. mothballed/
  5. scripts/
  6. src/
  7. tool/
  8. .gitattributes
  9. .gitignore
  10. .travis.yml
  11. CONTRIBUTING.md
  12. doxygen.cfg
  13. LICENSE
  14. master
  15. pom.xml
  16. README.md
  17. STATUS
README.md

Apache Isis

Apache Isis™ software is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.

To see Isis in action, watch these screencasts.

Get started yourself using the Maven archetype.

For help and support, join the mailing lists.

Screenshots

Isis automatically generates the UI from the domain classes. The following are taken from the screenshots page on the Isis website. The corresponding domain classes from which this UI was built can be found here.

A list of objects returned from a domain service action:

A domain object:

Invoking an action:

The REST API for a domain object:

Extensions

The Wicket viewer is extensible; a number of extensions (hosted on github) are available integrating google maps, charting, and also a calendar and excel download.

Google maps v3 integration

Standalone collection:

Parented collection:

Calendar integration

Standalone collection:

Parented collection in a custom dashboard view model

Parented collection in a regular entity:

Excel integration

The extension renders a new tab (highlighted):

Clicking the tab provides a download link:

The downloaded file can be opened in Excel:

Wicked Charts integration

Summary chart for a collection with BigDecimal properties:

... renders the returned chart with associated summary data:

Scalar chart, being the result of an action to analyze ToDoItems by their category: