Posts by sinkz • 11 points
3 posts
-
1
votes0
answers52
viewsQ: How to change the state of a variable using Express and EJS?
I am trying to implement a Loader in my application as follows: 1 - seto a variável isLoading para true 2 - faço as requests 3 - seto a variável isLoading para false With this variable I can make an…
-
0
votes0
answers750
viewsQ: What’s the best way to queue
Guys, what’s the best way to queue in java. For example I select 3 files, these files stay in a queue until the process of reading and generating the report is finished, as soon as the report is…
-
0
votes0
answers1131
viewsQ: Take input from an Arraylist to generate report in ireport
How can I get the Dice from the list to go to the ireport? I already tried to give a "get" but error. This is my method that generates the report: public void gerarRelatorio(ArrayList list) { for…