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 
        
        
            4835 
        
                    posted 14 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 
        
        
            1134 
        
                    posted 14 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 
        
        
            1061 
        
                    posted 14 years ago by m3rol666