Trimming the history list in Eclipse's internal web browser

I use the internal web browser quite a bit when I’m developing - if nothing else, it’s a handy place to test out the GET requests for RESTful web services....

RESTful service client-side testing tool

I’m using a REST-ful web interface to the server on my current project (having read the excellent book by Richardson and Ruby). For the GET messages, testing via a web...

Starting a Jena project in Eclipse

As a guide to help new Jena users, I wrote a Complete beginner’s guide to starting a Jena project in Eclipse.

Fixing fatal FAT32 problem

I’m rebuilding an old-ish PC that’s on its way from one family member to another. The PC is one of those that has the OS in a restore partition on...

Jena tip: importing ontologies from the database

Today I wrote a short tutorial on using the Jena OntDocumentManager to allow OWL imports to be resolved from ontologies already stored in a local database.