Note to self: This may help you in running moblogger from a servlet:
Process p = Runtime.getRuntime().exec("/bin/chmod 700 /path/to/myfile");
I found this nugget on the tomcat-user mailing list - and I'm assuming it can be used to run any command-line process.
After trying to work with Hibernate's new Query by Criteria feature in version 2.0, I've come up with a page detailing what I'd like to see. Basically, this page results from the API not working for my needs - and since it's still in its infancy, hopefully this document will help shape it future. I'll add a comments link on the document (to this post) for any feedback or comments.