Questions tagged as 'vraptor'

0
answers

Problem deserializing Json object with VRaptor4

Good afternoon, people. I'm having problems deserializing object json with VRaptor4. Doing some testing, you notice a situation: I'm using curl only to test the service, but when I make this request ex: curl -v -H "Content-Type: applic...
asked by 06.05.2016 / 18:24
0
answers

@SkipSerialization

I have a problem with serializing my classes. I'm having a circular reference problem, so I'm trying to handle this by adding the @SkipSerialization annotation in the class to prevent it from being serialized. However, this does not seem to be w...
asked by 11.09.2015 / 04:37
0
answers

Dependency Injection Doubt on hibernate event listener

I wonder if there is any way I can inject features into a Hibernate Event Listener using vraptor 3.5. I wanted to be able to simulate the behavior of a trigger that we have in the database. And this Listener would do an update on the bank. I...
asked by 10.06.2015 / 16:00
1
answer

Application with slow vraptor after updating java and tomcat

I'm working on a legacy application and the application to the natural is already a little slow, I believe the way it was developed, but after upgrading the version of java 7 to java 8 and tomcat 7 to tomcat 8 the application takes almost 2 minu...
asked by 13.11.2017 / 15:52
1
answer

Tomcat 8 does not start

I was doing a small application with Vraptor4, but the problem is the time to start the server. On the console it always brings me the following: GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache....
asked by 15.01.2016 / 21:06
1
answer

Dynamic Paging with Angular Table

I have the following scenario: IretrievethisdatafromaRestAPIwithVraptor.Iwouldliketodisplayonlytwoitemsperpage,butIdonotknowwheretostart.Iimplementedthispagingusingthe ui-bootstrap . How do I make a dynamic query and display only two item...
asked by 23.09.2015 / 16:43
1
answer

Problems (VRaptor + Hibernate request)

I'm using Vraptor to develop a web application. More on certain tests, I saw that Hibernate is adding to the database, but when I send Result to my page with a new list of that object I deleted from my client, apparently it...
asked by 15.01.2016 / 17:25
1
answer

Uploading Angular Files

I have a button where I select a file, I would like to upload this file to my server ( Java + Vraptor ). I can already get the file and also save the file name in the database along with the data of the collaborator. Now we just need to se...
asked by 28.09.2015 / 16:53
1
answer

Show only one view from a link

I'm new to vRaptor bla bla I want to click a view button and redirect to a view-only page. I need to create a controller just for this or a <li><a href="../sistema/pagina.jsp">CLIQUE AQUI</a></li> Does it solve?...
asked by 17.06.2015 / 21:44
1
answer

Difficulty in visualizing data in a web project VRaptor

Check how my JSP page is <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html>...
asked by 22.03.2015 / 17:49