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
1
vote
1 answer

gvNIX: Error installing datatables

I was working with gvNIX after installing jQuery and everything worked fine. But, when I installed the datatables web mvc datatables setup and the app was compiled, the web crashed and the server shown this error: 2015-05-25 12:47:34,583…
Viherbar
  • 239
  • 3
  • 13
1
vote
1 answer

Unable to create a webservice only project with gvNIX/Roo

we are creating a web project (WAR packaging), which will only have webservices developed using gvNIX/Roo following a JAX-WS Java-first approach. We are following the official guide available at…
Sumi
  • 11
  • 1
1
vote
2 answers

Change the displayed column in datatables for reference field

I have some tables with id and descriptive data. In an additional table these tables are referenced. Table A id int (key) name string description string Table B id int (key) name string description string Table mix id_A FK(id tableA) id_B FK(id…
Heinz Egon
  • 11
  • 1
0
votes
2 answers

clear GVnix datatables filter

whit gvnix-2.0.0.M1 the filter (automatic input generated) for search in table persist value after submit or close or reload page I need clear this
user1373316
  • 99
  • 1
  • 9
0
votes
1 answer

Spring roo- gvNIX loupe addon not currently available

when y run the setup show this message roo-gvNIX> web mvc setup Command 'web mvc setup' was found but is not currently available (type 'help' then ENTER to learn about this command) roo-gvNIX> my version of gvNIX is 1.5.1.RC4 any idea for this?
user1373316
  • 99
  • 1
  • 9
0
votes
1 answer

How to save history of each record using Spring Roo gvnix Audit

I would like to save my My Employee details in Employee table and History details EmployeeHistory table before running the below command i am able to save the records in my Employee table but not saving in EmployeeHistory table jpa audit…
0
votes
2 answers

Spring Roo Gvnix. Json response on mvc controller request with form data parameters

I need to generate a Json response for a POST made with parameters in form data, not in Json. Example: My request: curl -X POST -H "Accept: application/json" -H "Content-Type: multipart/form-data;…
mmartinez
  • 33
  • 7
0
votes
1 answer

Overload in web application server

I have created a web application to manage a veterinary clinic with Spring Roo and Gvnix tools. I created the database with the tables veterinary , owners, pets, dating, all these tables relate to 1 to many , except the table treatments and…
Raúl Vela
  • 49
  • 7
0
votes
0 answers

Avoid select query retrieve fields in findByCriteria method of gvnix datatables

I was monitoring the sql queries made by datables because some of my fields are type blob. I realize that even I modify my list.jspx with render="false" sortable="false" searchable="false" mysql query is selecting this field: Hibernate: select…
Ezequiel Hdez.
  • 144
  • 1
  • 3
0
votes
1 answer

How add Javascript in GVnix/Spring roo project

I'm developing a web application and I want add a js file in my project to use it. I tried to add in this way: The js…
0
votes
1 answer

How to change fillColor due a field value

I have a map with some features, but I want to shoe them depending on al field. May be if [fieldname] = 0 --> color = RED else --> color = blue Could anyone give a clue where to start? Searching at leaflet documentation I managed to…
Javier G
  • 13
  • 4
0
votes
1 answer

onchange function using spring roo distribution (gvnix)

I am new to Spring roo( i am using gvnix spring roo distribution for jquery, bootstrap and databale). I have created 3 tables in mysql CREATE TABLE `categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Category_Name` varchar(50) NOT NULL, …
0
votes
1 answer

spring roo(gvnix) not working in ie

I created one simple project(creating users) using spring roo( gvnix) and deployed in tomcat7 and while browsing in chrome and microsoft edge it is working fine but while browsing in IE(11). The top fixed menu is not displaying. Below is my…
0
votes
1 answer

gvNIX `finder geo all` Command not finding "geo field"

I am trying to create a map based application following this tutorial I have a PostgreSQL/PostGIS database with a table called outlet on which I added a POINT column called location_gps via SQL: SELECT…
Tumaini Kilimba
  • 195
  • 2
  • 15
0
votes
1 answer

Using gvNIX to create Map Based Application

I am interested in creating a gvNIX/Roo application which shows the location of health facilities in Tanzania on a map. I am trying the tutorial available here. However my data is in the format shown below where my location data is in two columns…
Tumaini Kilimba
  • 195
  • 2
  • 15