Posts by Juan Munhoes Junior • 129 points
4 posts
-
3
votes1
answer138
viewsQ: Change Tomcat Settings in Amazon Elasticbeanstalk
I’m having trouble assigning the Jdbchealm properties to the Tomcat server. How to include new properties in the server.xml file or in the Tomcat-users.xml file when the app is on the Amazon server…
-
0
votes1
answer572
viewsQ: Calling javascript function on Managed bean
I am using the JSF framework with primefaces 6.0 and as I am new, I am having difficulty calling a javascript when finishing a bean method with scope @Requestscoped. How can I do that? Is there any…
-
3
votes1
answer92
viewsQ: SQL Server Rotary Records
I would like to know how to select records rotationally from a table. For example I have a table called disclosure and I want the records to be selected in such a way that today brings the element…
-
1
votes1
answer156
viewsQ: jQuery calling an action
I am developing a web site in ASP.NET MVC that uses jquery to control some plugins like spinner, toastr and others. My question is whether I should call Action via jquery to validate the model and…