Posts by xpto • 35 points
6 posts
-
0
votes1
answer557
viewsQ: Error while trying to deploy java Tomcat application
Good evening, I hired a hosting service on Uol host and went to try to deploy a java application. I put . From my application inside the webapps folder of Tomcat, it tries to upload the application…
-
0
votes1
answer36
viewsQ: Ireports, generate variable number of subreports
I’m using Jasper for reporting, using Ireport to build Layouts. I have a main report that has a sub report (the reason for my problem), my main report receives a list of objects, I need to generate…
-
1
votes0
answers44
viewsQ: JSF + Primefaces = Fullajaxexceptionhandler
I am developing an application using JSF + Primefaces, in the code of a screen has the following button <b:commandButton value="Pesquisar" look="primary" style="width:100%" process="@form"…
-
-2
votes1
answer139
viewsQ: Http requests using the C language in windows?
How to make http requests using the C language in windows ? No need to post code, just a good reference is enough for me :) But if anyone has any examples will be of great help ;)
-
0
votes1
answer208
viewsQ: JPA+HIBERNATE error
Sirs. I have a class called User. @Entity @Table(name = "tb_usuario") public class Usuario { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private int id; @Column(name = "email", nullable…
-
1
votes1
answer535
viewsQ: Grab object inside JSON string
I receive the following JSON from a web service / `{ “SinteseCadastral”: { “Documento”: “99999999999”, “Nome”: “NOM DE TESTES”, “NomeMae”: “NOME DA MAE DE TESTE”, “NomeFantasia”: “NOME FANTASIA DE…