Posts by Lucas Boeing Scarduelli • 306 points
15 posts
-
0
votes0
answers225
viewsQ: When to use the Builder-based model object builder instead of passing parameters?
When you have a Builder for creating a template object the method build() is responsible for creating this object, in many examples and materials I have seen this creation made in two ways: Using…
-
0
votes1
answer177
viewsA: Error while deploying to Openshift using my git
Dude, apparently after you build your application ROOT.War is not being copied to the Jboss folder, you can check out a plugin in Maven that does this automatically after you build it successfully.…
-
3
votes1
answer228
viewsQ: Maven Web Application with Github Repository and Hosted in Openshift
I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on Github, I’d like to know how to host this application in Openshift and deploy every Pull…
-
1
votes1
answer901
viewsQ: Focus on a browser tab with Javascript
With Javascript, you can focus on a specific browser tab, assuming I know which tab? If so, how?
-
3
votes0
answers192
viewsQ: How do I control tabs open by my software with Javascript and localStorage?
My question is how to do a tabbed control, open from browsing my software, with Javascript and localStorage? For several reasons that do not come to the case my web software works with the opening…
-
1
votes1
answer60
viewsQ: Doubt in Angularjs! (Factory, Controller, View) Why is 'Identity' not updated in the VIEW?
Guys I’m having a doubt in Angularjs! The source code is in https://plnkr.co/edit/BoIr6nFCa8ST5ekT3DZO In Factory I have a property with the name identity, which is mirrored to the controller and…
-
6
votes0
answers828
viewsQ: How to control a web application session in different browser tabs?
I am developing a web application and using server session to control access to the application, this session should be terminated when the user logs off the application, when to close all tabs of…
-
0
votes2
answers1366
viewsA: Page footer iReport only on the first page
Hello, I was with this same problem and I found that this is a limitation of iReport, even if you hide the content by putting an expression on Print When Expression of Page Footer at the time of…
-
0
votes3
answers2057
viewsA: How to format textfield with bold in Ireport?
Good afternoon, you should select the corresponding source for the PDF by the attribute "PDF Font..." which although it is presented as depreciated keeps working and I also usually mark the option…
-
0
votes2
answers398
viewsA: Dynamic size Pagefooter on iReport
With the PageFooter it is not possible to have a dynamic size due to the limitation of own iReport, in my case what I did to solve was to develop the entire first page on Title controlling with…
-
1
votes1
answer334
viewsA: Problems with Ireports
Guy I’m also using this plugin, in my case the environment is Linux (Ubuntu 15.04), the plugin iReport 5.5.0 and the NetBeans 8.0.2, i consider this plugin very stable despite sporadically happening…
-
0
votes2
answers398
viewsQ: Dynamic size Pagefooter on iReport
When creating a report on iReport and would like the PageFooter had its dynamic size according to the components that were visible within it. Not all the components of PageFooter will be visible on…
-
1
votes1
answer705
viewsA: Ireport - Sub report with same main datasource
As the first comment of wryel I was using a wrong concept, doing the right way I removed the subreport and in its place to encapsulate the fields I used the component "frame", so I do not need to…
-
1
votes1
answer490
viewsA: Error generating Report in Jasper Ireports
Hello, the easiest way to find the problem is debugging. But I would start looking at two things, first if your "inputStream" is not null, it may be that you have not found the report file and then…
-
1
votes1
answer705
viewsQ: Ireport - Sub report with same main datasource
I’m developing a relatório and it has a subrelatorio that must have the same DATA SOURCE of relatório main, for this the dataSourceExpression of subreport was as follows:…