Registry / web-framework / isis-mavendeps-webapp

isis-mavendeps-webapp

JSON →
library1.17.0javamavenunverified

Defines a module that can be almost used as a single dependency for running an Apache Isis webapp (Wicket, Restful Objects, GraphQL and Shiro security).

<dependency> <groupId>org.apache.isis.mavendeps</groupId> <artifactId>isis-mavendeps-webapp</artifactId> <version>1.17.0</version> </dependency>
INSTALL
IMPORT
SIG · ISIS-MAVENDEPS-WEB
I
isis-mavendeps-webapp
web-frameworkjavav1.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IsisWebapp
org.apache.isis.mavendeps.webapp.IsisWebapp

Minimal usage showing import and initialization of IsisWebapp.

import org.apache.isis.mavendeps.webapp.IsisWebapp; public class Example { public static void main(String[] args) { IsisWebapp webapp = new IsisWebapp(); webapp.init(); } }
Debug
Known issues
gotchaRequires a persistence provider dependency to function correctly.
fix
Add a persistence provider like 'org.apache.isis.persistence:isis-persistence-jdo' to your project.
affects: all
Upgrade
Version history
1.17.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
35
Resources
isis-mavendeps-webapp — mvn dependency:get isis-mavendeps-webapp · libregistry