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
0
votes
1 answer

How to Use gvNIX Menu Addon

I have an application where a lot of the Menu items rendered are for administrative functions, so rather than having many links in my menu as it is now, I would like to move them into one Menu Item titled (Administration). I think that gvNIX menu…
Tumaini Kilimba
  • 195
  • 2
  • 15
0
votes
2 answers

How to Implement gvNIX/Spring Roo Datatables Master-Detail?

I have a simple use case where I have an Invoice table and an Items table. An Invoice can have many Items and an Item can be on many Invoices, therefore in my database I have an InvoiceItem table too (3 tables total, Invoice, Item and InvoiceItem).…
Tumaini Kilimba
  • 195
  • 2
  • 15
0
votes
1 answer

Implementing step progress bar

I have the following code in my html page to implement a simple step progress bar
  1. Order Processing
MotGJU
  • 117
  • 5
0
votes
1 answer

gvNix: Showing entities based on user roles

I'm using gvNix to create my web application and I used typicalsecurity addon to enable email verification and sign up...etc. But now I want only the admin to see all the entities on the menu, the normal user can only access some entities. I have…
Motassem Jalal
  • 1,254
  • 1
  • 22
  • 46
0
votes
1 answer

GvNix Using rolesAuthorizedUpdate on InlineEdit datatable, other roles can't see table

I am using GvNix 1.5.1RC4. It's a detail table and I have changing the rolesAuthorizedUpdate and rolesAuthorizedShow. Below is my code:
Mark Wong
  • 13
  • 3
0
votes
1 answer

how to add a loupefield to finder?

Is there a way to add a loupe field in finders? I trying with this finder form with loupefield:
Ezequiel Hdez.
  • 144
  • 1
  • 3
0
votes
1 answer

Field not allowing loupe. gvnix 2.0.0.M1

We have two child classes: Child1,Child2 that inherits from the same a class ParentClass, and only the class ParentClass. We have a class A that contains a field parentList of type set field. This parentList is a list of ParentClass instances…
0
votes
1 answer

gvNIX datatables set sorting options table (which fields)

How can I specify the sorting of a datatable with gvNIX datatables? And example based on the Petclinic sample would be great. For my application I want for each table specify the sorting order of the records in the datatables.
dhmc
  • 193
  • 1
  • 15
0
votes
1 answer

Spring Roo + gvNIX + Typical Security Change welcome page to index.jspx when not logged in

I want to display a general home page (index.jspx) when someone visits my site. This site is build with Spring Roo / gvNIX and using Typical security. Default however, as long as a user is not logged in, the login.jspx page is shown and not the…
dhmc
  • 193
  • 1
  • 15
0
votes
1 answer

How do I edit the views from Roo/gvNIX?

How do I edit the views produced from Roo / gvNIX? I've got these cool form and table views that they produced thanks to following the tutorials, but I want to fine tune them. I've tried using the Vaadin plugin in eclipse, but it doesn't seem to…
MaybeWeAreAllRobots
  • 1,105
  • 2
  • 9
  • 12
0
votes
1 answer

Undo manage webmvc-config.xml Can't get Type details

Tried to use gvNIX to create datatables for my domain model. Followed the quickstart on github, with modifications for my problem domain. Everything runs OK until I get to: ~.domain.Profile roo-gvNIX> web mvc datatables add --type ~.web.Profile…
Ariel T
  • 2,879
  • 1
  • 21
  • 21
0
votes
1 answer

How to add bootstrap calendar to #gvnix finder?

How to add bootstrap calendar to gvnix finder? I'm researching the tags generated by gvnix and found in this tag: jquery/form/create.tagx this code