Archives

Archive for the ‘Java’ Category

I was recently faced with the need to create some sort of verification measure for URLs.  Basically, public users would be able to access an internal system using a generated URL, and I needed to make sure that these links were very difficult to guess or even reverse-engineer.
I decided to use an SHA1 hash, which [...]

Oct 29th, 2009 | Filed under .Net, Java

This is part 1 of a 2-part series detailing how I implemented WebDAV support for a Documentum repository.  It is very basic and does not implement all of the methods that WebDAV supports, but it gets the job done.  The end result is a type of “Web Edit” functionality that allows single-click checkout, edit, and [...]

Sep 21st, 2009 | Filed under Documentum, Java