Posts by João Paulo • 81 points
11 posts
-
0
votes0
answers228
viewsQ: Problem with APK Size generated by Visual Studio
I’m using the latest version of Visual Studio Community 2017, and when I get the apk, the same is getting the size 90 mega. I have already made several modifications and I did not get results. It is…
-
0
votes1
answer370
viewsQ: Update Page after Popasync in Xamarinforms
I have a page with the expense list contains travel information like Description gross value, expenses and net total and even a list with my travel expenses. The problem is that when I will edit or…
-
0
votes1
answer292
viewsA: Editing a record with Daialog primefaces framework
If you follow the example first faces can help you... https://www.primefaces.org/showcase/ui/data/datatable/selection.xhtml Where in the commandButton has a setPropertyActionListener that arrow the…
-
0
votes1
answer307
viewsQ: Problem with Firebird Hibernate bank connection
I have an application in java that provides Rest services with Servlets and Hibernate, which at first works perfectly. I can make thousands of requests to various services that recover information…
-
1
votes1
answer77
viewsQ: Session staying open when I close the browser
I have a user control that stores in an Applitioscope a list of users logged in to the system. Together with each user, I save the session id that it is logged in. Each session lasts around 20…
-
0
votes1
answer681
viewsQ: Error redirecting to a jsf page inside a bean
(SOLVED) Error redirecting to a jsf page within a Managerbean. I have an application in Java EE, and I want to validate inside the Loginbean constructor (Viewscope) to redirect to my main page if…
-
0
votes1
answer700
viewsQ: How can I get an Entitymanager from an org.hibernate.Session
I work with Hibernate using Session. public class HibernateUtil { private static final SessionFactory sessionFactory = buildSessionFactory(); // A SessionFactory is set up once for an application…
-
2
votes1
answer726
viewsQ: It is possible to create a list of generic Object
I need to generate a generic list List<?> listaGenerica; having as parameter a string with the class path, as shown below. Class class = Class.forName("com.teste.Endereco"); That’s possible?…
-
0
votes1
answer63
viewsQ: Keeping the context of a List out of Thread
I wanted to upload the list to Thread and then have access to it after the action is over. You have this code but at the end of the thread the list is null; someone would have a tip to help me?…
-
1
votes0
answers94
viewsQ: Recognition problems of first faces Responsive mobile
Error in recognizing Primefaces Responsive mobile. I’m using Primefaces 5.3 and functionality Grid CSS works perfectly on the Desktop, as seen in the images below. Maximized Restored But…
-
4
votes1
answer1058
viewsQ: Accent problem while consuming Webservice on Windows Server
Correction I have an accentuation problem when consuming Webservice on Windows Server. I have apache-Tomcat-7.0.63 installed on windows server 2008, and as SGB, Postgres 9.4 and with Java 8. The…