Posts by Dorcílio Neto • 65 points
4 posts
-
3
votes1
answer40
viewsQ: Java: Convert point-delimited strings to nested JSON
I have a lot of attributes coming as point-delimited strings like "company.id", "company.address.number", "user.name", "isAtive", and I need to create a nested JSON with its respective values. These…
-
1
votes0
answers267
viewsQ: Register certified "https" protocol for SOAP(Axis 2) request
I created a service to register the "https" protocol and inject the certificate into it using the Socketfactory implementation, but it works well only one request at a time, but when using…
-
2
votes2
answers229
viewsQ: Dynamic SQL result sorting
First good afternoon, I work specifically with Java in the Back-end using Webservices Rest and Postgresql, after some professional enhancements I was instructed to pass ordering and pagination of my…
-
0
votes2
answers724
viewsQ: Regular expression to deny anything other than social reason
I’m trying to create a regular expression to remove everything that is not part of the social reason in a string, but I’m having a hard time not removing the symbols that are in the middle of it.…