Posts by Fábio Luciano • 139 points
8 posts
-
0
votes1
answer869
viewsA: X-FRAME-OPTIONS TO DENY
As the system in question is using Spring Security, so I found the solution in this stackoverflow resolution Solution With this just put in the settings of sprinf security: http .headers()…
-
0
votes2
answers1032
viewsA: Generate sequential java number with Hibernate
I know that the question is very old but recently I found a solution that has now solved my difficulty, I will leave here because, it may be that one day needs. How to declare the field with the…
-
0
votes1
answer869
viewsQ: X-FRAME-OPTIONS TO DENY
I need some direction. I am developing an application where on one of the screen users are allowed to view a specific report of the page, to avoid that when clicking on the option to generate the…
-
1
votes0
answers748
viewsQ: View PDF in a Dialog
I am wanting to change the way the user views the system report I am developing, currently by clicking the button to view the report, is given the option for the user to download or open directly in…
-
1
votes2
answers201
viewsQ: JSF Converter Generating Exception
Not to escape the scope of the previous question: Product displayed is the smallest within the group (Criteria) The problem apparently of the issue has been solved, although it was not possible to…
-
3
votes1
answer92
viewsQ: Product displayed is the smallest within the group (Criteria)
I have a function in the system that I am developing that returns a list of lots in which the batch quantity is greater than zero, searching for the product name (foreign key). Up to this point I…
-
6
votes2
answers1032
viewsQ: Generate sequential java number with Hibernate
Is there any way using Hibernate generate a custom number to be the identification number of a particular record? I have a system that stores care performed to a patient, every time a new care is…
-
2
votes0
answers592
viewsQ: Problems with Gridview (Android) to display data
Personal I am new to programming for Android and I have a problem regarding a situation in an application I am developing using Gridview with an Adapter class and a list of items(object) coming from…