Posts by André Felipe Joriatti • 74 points
5 posts
-
1
votes0
answers73
viewsQ: Java EE Cloud Primefaces
I would like to know if Java with Primefaces and its managed Beans work well in the cloud, I mean, my question is whether this architecture supports working in the cloud to build a web system with…
-
0
votes3
answers86
viewsA: Setting a Field for a Proxy
Hello, If I’m not mistaken, in this case the 'Classe2' should implement the 'Iclasse' interface, right? You could try to do: Iclasse pc = (Classe2)Proxy.newProxyInstance(getClass().…
-
1
votes1
answer1810
viewsA: Creation of a communication app
In this case, I particularly recommend using a Nosql database on the Server side to perform at a minimally acceptable performance (Mongodb). About your question, Whatsapp for example uses a concept…
-
1
votes1
answer321
viewsA: How to return data from an event via the Graph API
Hello, all right?!, I took a quick look through the documentation, discovered this link that has exactly what you need: https://developers.facebook.com/docs/opengraph/getting-started If you have any…
-
2
votes1
answer732
viewsQ: Installation Phalcon PHP
Hello, I’m trying to install the Phalcon PHP Framework in XAMPP on Windows as per this link tutorial: http://docs.phalconphp.com/en/latest/reference/install.html#id2, but following the steps of the…