I want to parse a descriptive-style URL with slashes in Java (server/books/thrillers/johngrisham/thefirm).
How do I do this?
Edit: My overall idea is to handle the data I receive to do a lookup (therefore using the URL as search criteria) in a database and then return a html pages with data on it.