I have been working on an interesting problem of trying to upload a file to a server using a REST service in Java. So far things have been quite complicated.
Read more…
I’ve been working on a REST interface for adding, removing, and viewing Hazard information in the database at work (I’m at the Pacific Disaster Center). Setting up REST was pretty easy, but validating the input has been a bit of a problem. Since it took me a while to find a good solution, I figured I’d post how I went about taking care of my validation problems here.
Read more…
Recent Comments