Posts by gomesrodris • 114 points
3 posts
-
2
votes2
answers3040
viewsA: Select all checkboxes by clicking another Primefaces checkbox
The great difficulty when doing Javascript customizations on JSF pages is that we have no control over the HTML generated for the browser. Both the structure and the component Ids are not under our…
-
6
votes5
answers6123
viewsA: Physical Exclusion vs Logical Exclusion
There are two main purposes: The first is that you do not lose the information definitely, it remains somewhere for audit purposes for example (there are better solutions for this, such as keeping…
sqlanswered gomesrodris 114 -
1
votes1
answer109
viewsA: Limit Aggregation by grouped item in Mongo
I thought a lot about a simpler way to do this, but apparently the only possible way is to play the result of this aggregation in a collection and then make the filters on top of that stored result.…