Questions tagged [isis]

Java framework for rapid development of domain driven applications

Apache Isis is a Java framework for rapidly developing domain driven applications.

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.

For prototyping or production.

106 questions
2
votes
2 answers

How to access request Header, or HTTPServletRequest on Apache ISIS DomainService?

I have an apache ISIS webapplication with several Objects and RestfulServices. For logging-purposes i need some information of the request itself, not only the parameters which should be send. How can I access these Request-Header information? I…
riedelinho
  • 404
  • 1
  • 5
  • 15
2
votes
1 answer

Deploying Apache Isis on WildFly

I'm trying to deploy an Apache Isis project on a WildFly server. The project is just the simpleapp-archetype-1.10.0 and it starts and works well with mvn antrun:run -P self-host and mvn jetty:run-war. For the jetty part, I added configuration to the…
goggelz
  • 93
  • 1
  • 6
2
votes
2 answers

pure angularjs vs restangular for consuming CRUD Restful resources

I am working on writing a client web application in AngularJS which consumes some restful services in an RO Isis server. I was looking at using Spiro Angular client and in the process came across the Restangular service .. Please, I need some…
user2722614
  • 21
  • 1
  • 7
1
vote
2 answers

Apache isis - Upgrading from 2.0.0-M5 to 2.0.0-M7

I changed my source code and pom.xml upgrading from 2.0.0-M5 to 2.0.0-M7. Note, that none of the below errors were showing up in M5. The application is compiling again but when going to the application, it shows a long list of metamodel validation…
Koen
  • 81
  • 3
1
vote
1 answer

Eclipse Apache ISIS HelloWorld archetype errors: flatten, QHelloWorldObject, maven build java.sql.SQLException missing

I'm trying to get an apache ISIS project to work correctly in Eclipse. I encounter some problems: compile error in src/main/java/domainapp.dom.impl/HelloWorldObjects.findByName(...): QHelloWorldObject cannot be resolved to a type pom.xml…
Koen
  • 81
  • 3
1
vote
1 answer

Action over selected items on a collection

I'm developing an application using Apache Isis and I didn’t find any examples on how to present a collection (list of items), allow the user to select only some of them, and to execute an Action which will be applied only to the SELECTED ones. Is…
sgbrito
  • 11
  • 1
1
vote
1 answer

How do you do to do the same but for many parameters, like for example name, lastname, date of birth, etc (only class parameters) in apache isis?

I´m trying to get the default values of a class so as to update that class. I achieved it for one single parameter, but I couldn´t do so for more than one parameter at the same time. What do I have to do in that case? Example with single attribute:…
1
vote
1 answer

ISIS: Problems with Blob/Clob field serialization

Edit: Solution: Upgrading to ISIS 1.17.0 and setting the property isis.persistor.datanucleus.standaloneCollection.bulkLoad=false solved the first two problems. I am using Apache ISIS 1.16.2 and I try to store Blob/Clob content in a MariaDB database…
JND
  • 65
  • 7
1
vote
1 answer

ISIS: Moving from deprecated @Action(invokeOn=...) to @Action(associateWith=...)

I am working on a project using ISIS 1.16.2. I have a superclass, called ConfigurationItem, which has some common properties (name, createdTimestamp etc.). For example it has a delete action method, annotated with @Action(invokeOn =…
JND
  • 65
  • 7
1
vote
1 answer

Apache Isis using Wicket Viewer 8

Hello Apache Isis users, i prototyped a Apache Isis Webapp. i would like to use the component Apache Wicket 8 instead of the default Wicket Viewer in Apache Isis Framework. It is generally possible to exchange the Apache Wicket Viewer with Apache…
Mux
  • 137
  • 1
  • 2
  • 9
1
vote
1 answer

Not open popup for action

I'm using Apache Isis v1.16.2. I created an edit action but when my action is invoked Isis opened the associated form into a popup. I tried to set the property isis.objects.editing to false but in this way the user have to edit each property and…
Jane
  • 27
  • 5
1
vote
1 answer

Apache isis - change welcome page

I'm using Apache ISIS with Shiro Auth. I'd like to change the welcome page. I know that the welcome file is defined on web.xml, but I have to startup the app at the login page(this one: myhost/signin). Can someone tell me how can I do? thanks
Jane
  • 27
  • 5
1
vote
1 answer

Apache Isis build failure migrating from v1.12.2. Unknown repositories ApplicationUser,

I am migrating an Apache Isis application from version 1.12.2 and currently using the legacy addons Security, Audit, and SessionLogger. I plan on updating to the latest Isis version and using the latest Incode addons here. When changing the Isis…
1
vote
1 answer

apache isis simple-app clean install fails

I am trying apache isis for the first time on my Windows machine (following tutorial: https://www.youtube.com/watch?v=OTNHR5EdAs8&list=PLbRpnAmQ6xsBGB_mRAUob8WRBsSL_IsBO), I executed the command: mvn archetype:generate…
Thinker
  • 5,326
  • 13
  • 61
  • 137
1
vote
1 answer

Apache Isis Custom menu icon

I want to change my default Menu Icon using FoneAwesome Icon, e.g Day Off Calendar use calendar icon.
Se Song
  • 1,613
  • 2
  • 19
  • 32