Questions tagged [gvnix]

gvNIX is an Spring Roo distribution that focuses both enterprise knowledge and enterprise standards to build Java applications.

gvNIX is based on Spring Roo to deliver a development tool to information technology (IT) groups within companies for designing and implementing enterprise software and for handling service-oriented integration.

Isn't Spring Roo a tool for building enterprise applications? Yes, it is. The goal of the Spring Roo project is to build a high productive tool for rapidly building any enterprise application in the Java language whereas the goal of gvNIX project is to build a Java development tool for enterprise applications based on the knowledge that each enterprise has built up over decades: reports, UI standards, integration with legacy applications and so on.

Related Tags: Spring Roo

More Information:

62 questions
5
votes
1 answer

Coordinate Reference System not Recognized in gvNIX

In reference to this post I am trying to create a map based web application using gvNIX to hold location data on health faciilities. Am following this tutorial as a guide. When issuing the command: web mvc geo controller --class…
Tumaini Kilimba
  • 195
  • 2
  • 15
3
votes
1 answer

Spring Roo best practise showing dates in local time

The power of Spring Roo is that it handles the difficult stuff. Question: if there a good best practice and implementation on how to show to each user, where ever he lives on this planet, the dates in local time. Issue: When a user enters a date and…
dhmc
  • 193
  • 1
  • 15
2
votes
1 answer

gvNIX Typical security: no feedback in signup form UI of binding errors

When using Typical security, errors in the signup form are not shown in the form. There is no feedback on what went wrong, only an empty screen. A solution for empty form have I provided at the bottom of this question. Yet the question remains of…
dhmc
  • 193
  • 1
  • 15
2
votes
2 answers

gvNix: Changing website alignment when language is changed

How can I change the alignment to the right when a language like Arabic is chosen by the user. I want the full website to be from right to left.
MotGJU
  • 117
  • 5
2
votes
1 answer

removing Spring Roo in gvNIX

I tried to remove Spring Roo in project with gvNIX, using the following steps: Step 1: Push-In Refactor Step 2: Annotation Source Code Removal Step 3: Annotation JAR Removal which are documented…
jperez82
  • 21
  • 3
2
votes
1 answer

How to modify the results displayed by the loupe component of gvNIX

Is there any way to modify the results (that is, the caption) displayed by the loupe component of gvNIX? I create the loupe component with the following commands: web mvc loupe setup web mvc loupe set --controller ~.web.PersonController web mvc…
dcervera
  • 43
  • 5
1
vote
0 answers

Gvnix: show different controllers on the map

I have an entity Actuaciones, with its controller, and I have created a new controller for the same entity: web mvc scaffold --class ~.web.ElectricidadController --backingType ~.domain.Actuacion --path electricidad The idea is to apply filters on…
1
vote
1 answer

Finders in Spring Roo Fail to Work

I am slowly trying to learn Spring Roo but have come unstuck when generating finders for my application. The resulting menu when rendered on the browser shows the existence of the finder (a link), but on clicking the link, I immediately get the…
Tumaini Kilimba
  • 195
  • 2
  • 15
1
vote
1 answer

Command "web mvc geo controller..." on Spring Roo not Running

I have been experimenting with Spring Roo lately and was interested in seeing how to build GeoApplications with the gvnix roo addon. I am following the tutorial found here. I follow all the steps, but when I reach the section for "Generate Map…
Tumaini Kilimba
  • 195
  • 2
  • 15
1
vote
0 answers

gvNix exception: java.lang.IllegalArgumentException: Missing context value for 'datatablesUseAjax'

I'm using gvNix. Tried to list all the users in the database and this error was thrown. SEVERE: Servlet.service() for servlet [] in context with path [/] threw exception [Request processing failed; nested exception is…
MotGJU
  • 117
  • 5
1
vote
1 answer

gvNix: How to restrict access based on roles

I'm developing an application using gvNix. I used typicalsecurity addon to secure my application. What I need now is to allow the user to update only their profile. i.e. the user can see a profile tab on the nav bar menu, and when clicking on it, a…
MotGJU
  • 117
  • 5
1
vote
1 answer

Disable Create form on datatable with inline edit turn on

I intended to use datatable in GvNix on an entity where the create and delete are managed by some backend logic. Only allow View and Update on the entity using inline edit datatable. I managed to use the delete=false and create=false option in the…
Mark Wong
  • 13
  • 3
1
vote
1 answer

Spring Roo: How to edit tags' style

I'm using gvNix to create an application. I enabled jQuery and Bootstrap, but I want to edit the colors and the layout of the pages. For example, the create new user form looks like this However, you can see that the check boxes are not well…
MotGJU
  • 117
  • 5
1
vote
1 answer

XxxController_Roo_GvNIXDatatables.aj not updated for changes in the Xxxcontroller.java class

XxxController_Roo_GvNIXDatatables.aj not updated for changes in the Xxxcontroller.java class. When adding "update=false, delete=false" to the controller class, the XxxController_Roo_Controller.aj is updated by removing the update and delete methods,…
dhmc
  • 193
  • 1
  • 15
1
vote
1 answer

gvnix dynamic configuation addon with custom .properties files

I'm using addon-dynamic-configuration from gvNIX 1.4.1 and I noticed that it works with some standard configuration files (database, log4j) but not with a custom .properties files. From roo shell I type: configuration property add --name…
1
2 3 4 5