pgpk -a KEYS
pgpv isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zipApache 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 RESTful API. Use for prototyping or production.
If you just want to get going quickly, we suggest using our Maven archetype.
If you want to build Apache Isis from formally released source tarballs, you can download from here:
Core:
isis-1.15.0 (asc, md5)
HelloWorld Archetype:
SimpleApp Archetype:
It is essential that you verify the integrity of any downloaded files using the PGP or MD5 signatures. For more information on signing artifacts and why we do it, check out the Release Signing FAQ.
The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the artifact. Make sure you get these files from the main distribution directory, rather than from a mirror.
Then verify the signatures using a command such as:
pgpk -a KEYS
pgpv isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zipor
pgp -ka KEYS
pgp isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zipor
gpg –import KEYS
gpg -verify isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zipAlternatively, you can verify the MD5 signature on the files. A Unix/Linux program called md5 or md5sum is included in most distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from these (and likely other) places:
You can also download the Apache Isis source code using:
git clone git://git.apache.org/isis.gitor
git clone http://git.apache.org/isis.gitThe code is also mirrored on github, where you can browse it or fork it. If you’re interested in contributing back to Apache Isis, see here.
Committers should use the read/write repo:
https://git-wip-us.apache.org/repos/asf/isis.gitYou can browse the repo here.
There are also a number of (open source, but not ASF) supporting modules and extensions for you to use:
the Isis Add-ons provide technical extensions, such as security, commands, auditing and feature toggles
the Incode Catalog provides business modules, such as documents, notes and communications.
Each module is in a separate github repo, with a demo app to illustrate the module’s functionality.