Profile
Achievement
m3rol666's Recent Snippets
- All /
« Prev 1 Next »
used this to download a bunch of wsdls. Put all addresses in a file and execute the script like
groovy download.groovy file.txt
0
2227
posted 13 years ago by m3rol666
I made this because org.apache.commons.lang.StringUtils does not have this method. I used this because i was dealing with a legacy db where all fields were char. trailing spaces were a pita.
0
703
posted 13 years ago by m3rol666
I used this because I had a legacy db table that all fields are char. the right spaces were a pita. The rightTrim function can be viewed in my profile
0
725
posted 13 years ago by m3rol666