Archive

Posts Tagged ‘rest’

Upload Files using REST

August 3rd, 2009 redwildfire13 No comments

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…

Categories: Joe's Stories Tags: , ,

Validating XML against an XSD in Java

June 23rd, 2009 redwildfire13 No comments

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…

Categories: Joe's Stories Tags: , , , ,