Posts by Cristiano Cordeiro • 53 points
3 posts
-
2
votes1
answer1092
viewsQ: Angularjs - Problems with accentuation
I’m getting strings on servlet with problems in accentuation. Such as for example: Send $scope.nome = "Pé" to the servlet. In the servlet the line: String nome = request.getParameter("nome"); does…
-
0
votes2
answers1199
viewsA: Where to close Entitymanager
Good afternoon, Thank you for the reply. Based on studies I have undertaken and aiming to meet the needs of the software, I have found the following solution: I managed Entitymanager instances and…
-
3
votes2
answers1199
viewsQ: Where to close Entitymanager
I am developing a Java application, and I am doubtful where to close the Entity Manager. I have an abstract class AbstractService<T> which is extended by all entities of the system, and this…