creating a directory explorer in JSP
Hi,
I need to create a directory explorer in my JSP. Basically there are a set of directories and files. I have to show them in a tree view. If new directories/files are created, then the JSP view should get updated dynamically.
I know this amount of java IO is not very efficient, but my client has unique requitements. If someone knows of an easy way to do this, please let me know how.
thanks

