Skip to content
forked from apache/causeway

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

License

Notifications You must be signed in to change notification settings

sangkyunyoon/isis

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • CSS 1.0%
  • JavaScript 0.6%
  • XSLT 0.4%
  • Groovy 0.2%
  • Shell 0.0%