Posts by Pedro • 100 points
10 posts
-
1
votes3
answers419
viewsQ: What is the best strategy to load and persist large volumes of data with Spring?
I need to perform a function in a Spring and Hibernate project, to which I must update some information from all records of my table. The idea is to load the records to the application, process the…
-
1
votes2
answers3151
viewsQ: Check if an email exists or your email domain
I need to check in Java if an email or your domain exists. I do not mean to treat the validity of the email, using for example regular expression, but rather actually check if there is an associated…
-
0
votes1
answer727
viewsQ: List of attributes with differences between objects - Java
I need to compare two objects in JAVA so I can get a MAP with key and value of the attributes that present difference. I need this logic for a generic object, capable of receiving any type. Ex:…
-
0
votes1
answer110
viewsA: Error Jaspersoft Ubuntu
I managed to solve by downloading another version! 6.1.1 was the one that worked here normally.
-
1
votes1
answer129
viewsA: Report on Jasperstudio with subReports
How is your subreport name? The error is not being found. Verify that you have created a new report (which will be the subreport) with that name: "subreport". Once created, you need to copy it, in…
-
0
votes1
answer110
viewsQ: Error Jaspersoft Ubuntu
I have a problem running Jaspersoft 6.4.3 on Ubuntu. The application starta normally. But when I create a new report, whether it’s an associated basis or not, nothing appears in the report (none of…
-
1
votes0
answers210
viewsQ: How to dynamically initialize a Select2 in Angularjs
Hello guys I am using the plugin of Select2 in my project. I need to create several selects2 dynamically, by angular. I have an object array (with id, name) and accurate from an event, in a function…
-
0
votes1
answer1474
viewsQ: How to set 100% height between a navbar and a div (responsive)
I’m having trouble defining the height of an html content, with css and bootstrap. I am developing a web application in want to have a map that occupies almost the whole screen. The map will divide…
-
2
votes2
answers405
viewsA: How to integrate a Web Application with a Postgis database? What is the best way?
I managed to solve my problem. I was creating the Webapp and the VM on different networks and resource groups. I then created a new virtual machine (Windows Server 8) and a new resource group,…
-
-1
votes2
answers405
viewsQ: How to integrate a Web Application with a Postgis database? What is the best way?
I’m developing a web application using the Azure platform. I chose to use the Postgresql database with Postgis extension, because the application is summarized in a Webgis and Postgis is the one…