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
0
votes
0 answers

Generating a manifest.mf file in META-INF

I want to persist a class to an RDMS datastore and I created custom mapping. In the datanucleus documentation, it mentioned. The only thing we need to do is enable use of this Java type when running DataNucleus. To do this we create a plugin.xml…
elL
  • 767
  • 2
  • 14
  • 35
0
votes
1 answer

Is there a tool that can generate apache isis application?

Is there a tool that can generate an apache isis application from JPA classes? Or do I have to rewrite everything with ISIS annotation?
user1622343
  • 967
  • 5
  • 9
0
votes
1 answer

Apache Isis: How should I mark a table so that all entries are not openable

I have a complex entity which is displayed in tables in different places. In one place I want to show a subset of properties only. For this projection I made a special in-memory object, which wraps the complex entity and has getters for the subset…
H2000
  • 919
  • 10
  • 15
0
votes
2 answers

How would I use neo4j with Apache Isis?

I am attempting to use neo4j as a backing store for Apache Isis but it looks like some development may be needed. If I add the datanucleus-neo4j dependency, it appears the neo4j JDO connection is initializing but Apache Isis is expecting a different…
Jeremy
  • 2,970
  • 1
  • 26
  • 50
0
votes
1 answer

Unable to create data through Apache Isis

I'm unable create entries through the Apache Isis wicket. Once I fill in the details for the required object and click OK, I receive the following error: Unable to save changes. Does similar data already exist, or has referenced data been deleted?:…
Tsume
  • 907
  • 2
  • 11
  • 21
0
votes
1 answer

Kodak i1120 network Scanning

i am having a problem with this Scanner (Kodak i1120). I have a thinclient with an active rdp session. The thinclient can Scan without any problem but the rdp session can not. I have tried multiple Software and multiple protocols (TWAIN and ISIS)…
Ebarriosjr
  • 105
  • 1
  • 8
0
votes
1 answer

Apache Isis SimpleApp archetype - clean run classpath error

I am trying to run Apache Isis application generated from archetype using this mvn command: mvn archetype:generate \ -D archetypeGroupId=org.apache.isis.archetype \ -D archetypeArtifactId=simpleapp-archetype \ -D archetypeVersion=1.6.0 \ -D…
shimon001
  • 733
  • 9
  • 24
0
votes
1 answer

Developing a full public facing enterprise app with AngularJS

Good day All, I am working on a public facing web app, which is work in progres, the front-end is 100% based on AngularJS, UIBootstrap, CSS, HTML. So, we have the user form-action invoking restful WEB service using the $resource service and…
Mega
  • 1,304
  • 5
  • 22
  • 37
0
votes
0 answers

AngularJS JSON Isis - Can't retrieved JSON data in Restful Object server as String

I am sending the following JSON data to an RO Server : var basketItem= { x:x1, y:y1 }; var basketItemByStop= { sessionId : { id : "sessionId", memberType : "property", …
Mega
  • 1,304
  • 5
  • 22
  • 37
0
votes
2 answers

How to execute a create and update operation to an Apache Isis Restful Object using AngularJS

Goodday Folks, I have implemented a get or read operation using an AngularJS application to invoke a Isis service via an $http call. And displaying the collection on the screen using Angular ng-repeat. My next task is to do a create and update on…
Mega
  • 1,304
  • 5
  • 22
  • 37
0
votes
1 answer

Apache ISIS extending Rest Service

Can I use Jersey 2.4.1 with Apahce Isis Project? If not can I atleast extend existing RestEasy service to add more request path (application specific) which cannot be generated out of domain objects?. For example I want to connect to Linked in or…
0
votes
1 answer

Nested Menu support in Apache ISIS

I have a large set of entities . but i am facing problem to manage action menus. what i want is something like : basemenu1 | __ submenu1 | __subsubmenu1 | _ subsubsubmenu1 Otherwise there are lot of…
0
votes
1 answer

How Can i change apache isis default login page to my own custom login page?

Apache ISIS has default login page. but how can i chang with my own login page? and how can i create my own QuickStartApplication.java class.
Hiten Chauhan
  • 31
  • 1
  • 6
-1
votes
1 answer

Apache Isis Conditional Rendering of UI elements

I am brand new to Apache Isis but was curious to know one thing. My work depends alot on filling forms but the forms should be able to handle conditional rendering of UI elements. For example a form can ask the question 'how old are you?', and if…
Tumaini Kilimba
  • 329
  • 2
  • 12
-1
votes
1 answer

Incode Platform Failing Integration Test

I have created the quickstart app from the incode platform. Build is failing consistently. ------------------------------------------------------------------------------- Test set:…
user1622343
  • 967
  • 5
  • 9