Posts by gvl32 • 83 points
3 posts
-
1
votes1
answer161
views -
2
votes1
answer1058
viewsA: Accent problem while consuming Webservice on Windows Server
Try the following: @Produces("application/json; charset=UTF-8") public Response createClienteInJSON(String param) { ... } I hope it works
-
5
votes1
answer90
viewsQ: Visual Studio or Eclipse Code Review Rule
I wonder if there is any add-in for visual studio that ensures that while I am in development environment make some changes but when I generate the build of the project, this commented part is…