[maven-release-plugin]  copy for tag isis-1.2.0
[maven-release-plugin] prepare release isis-1.2.0
16 files changed
tree: f99ebc5f03896460aaa1062bca3b7db4df85d4a5
  1. component/
  2. core/
  3. example/
  4. mothballed/
  5. scripts/
  6. site-skin/
  7. src/
  8. tool/
  9. .gitattributes
  10. .gitignore
  11. CONTRIBUTING.md
  12. doxygen.cfg
  13. KEYS
  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. Use for prototyping or production.

To see Isis in action, watch these screencasts.

Get started yourself using the Maven archetype.

For help and support, join the mailing lists.

Screenshots

The following are taken from the screenshots page on the Isis website. That page also shows the code from which these pages are dynamically generated.

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.

Google maps v3 integration

A list of objects returned from a domain service action (with additional button to view in a map):

List of objects rendered in a map:

Integration of maps on the object page:

Wicked Charts integration

An action that returns a WickedChart.