This week's book giveaway is in the Design and Architecture forum. We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line! See this thread for details.
I'm trying to write an application using JSP and struts that can show me the servers directory structure on a web page. I'm looking for suggestions on how to do this. I thought of a custom tag that uses the jtree class but learned that swing components cannot be displayed on a web page. Any suggestions?