Questions tagged as 'java'

1
answer

Query with jpa + hibernate with more than one idt in clause

With hibernate I can do a query by idt as follows: entityManager.find(Empresa.class, idtEmpresa); And this would already return the mapped object of the enterprise class, but what if I wanted to query more than one idt, what would it look l...
asked by 22.10.2016 / 17:49
1
answer

Ticket Generation with Bopepo

I have a system that generates an accounts receivable, and I'm trying to implement the generation of bank boletos, my teacher Advisor has indicated me the tool 'Bopepo' Jrmum. I inserted it into my system and was able to generate a sample ticket...
asked by 16.09.2016 / 20:48
0
answers

Communication failure while joining agent platform: No ICP active - JADE

Hello, could you help me with this, I'm starting JADE now, and I'm trying to start two agents, however it gives the following exception: Communication failure while joining agent platform: No ICP active jade.core.IMTPException: No ICP active...
asked by 17.09.2016 / 22:17
1
answer

URL Mapping

When accessing a user's profile, I'll pass the user's name as a parameter. www.site.com.br/busca?usuario=nomedousuario I would like to access it as follows www.site.com.br/nomedousuario Does anyone have the light of the end of the tunn...
asked by 18.09.2016 / 19:35
0
answers

Detect dot on screen with device camera

Does anyone know of any library or practice to detect a point in the image captured with the device's camera? Eg a white paper with a black dot, then the camera detects this point and gives the coordinates of the screen (X and Y).     
asked by 14.09.2016 / 21:35
1
answer

else condition being called at the wrong time

I'm currently having trouble with a job code. My ELSE class is always being executed, but only when I choose the option for the first IF. import java.util.Scanner; public class BikeFit2 { public static void main( String[] args ) { Scanner...
asked by 14.09.2016 / 19:09
1
answer

I need to create a regular expression to validate a CamelCase

Good morning, everyone, I hope you can help me. I need a regex or even an idea how to insert a space for CamelCase expressions. In other words, insert a space for each capital letter of the word. In java ...     
asked by 15.09.2016 / 00:58
0
answers

Calling properties in java

I created a .properties file to organize my texts, etc. I can usually use calling the key from a .xhtml . But I can not call from a .java code. My files are below: package br.com.pokemax.util; import java.util.Locale; impo...
asked by 27.09.2016 / 00:17
1
answer

Adding values of equal items in a table

I'm using JAVA, JPA, Wildfly and PrimeFaces, but I'd really like someone to help me in a java method to add up equal item values of a dataTable . I have two columns PRODUTO and QUANTIDADE , in the BORRACHA item there ar...
asked by 26.09.2016 / 16:42