[maven-release-plugin]  copy for tag isis-1.8.0
[maven-release-plugin] prepare release isis-1.8.0
21 files changed
tree: 0ab1f353d0414e6bed0439ce64b7741fdde46e27
  1. component/
  2. core/
  3. example/
  4. mothballed/
  5. scripts/
  6. src/
  7. tck/
  8. tool/
  9. .gitattributes
  10. .gitignore
  11. .travis.yml
  12. CONTRIBUTING.md
  13. doxygen.cfg
  14. LICENSE
  15. master
  16. pom.xml
  17. README.md
  18. 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:

A scalar chart is simply a wrapper around a WickedChart. s