Posts by Felipe Nascimento • 61 points
2 posts
-
2
votes1
answer310
viewsQ: Java - Chat async
I want to implement a chat in java, which works asynchronously, and I wanted to know the best architecture to do this. I managed to make a public chat using sockets(Netty), but I got to the…
-
4
votes2
answers1269
viewsQ: How to insert inpuText data into a list using JSF?
I have the following problem: I need a form to submit questions of evidence. Therefore, the form should contain a field for the question (question statement), and several fields for the…