Well, my code is a listing of files/folders that are contained in a given directory path, so a database is not involved. But, once I retrieve all the contents load it in a HashMap, my controller sends the hashmap to my
jsp page. I've seen so many examples that are using a database but I haven't seen anything where it's just a list or hashmap. So, I was wondering if this has been done before so I don't have to recreate the wheel.
Thanks