Yes, there is no need to reinvent the wheel. There are good js trees in opensource such as dojo tree, yahoo, tafeltree. But the best for me is dhtmlx tree.
I recomend you to think about dynamic loading of nodes from the beging. User will not need to wait while full tree will be built .
If you need advices about trees ask me (I have big expirience in this :))
Answers
Add AnswerYes, I used Visual Web JSF Tree Component
There a lot of open source component that supports tree view (e.g richfaces for jsf enable app http://myfaces.apache.org/tomahawk/tree.html, or YahooUI for hardcore servlets and javascript http://developer.yahoo.com/yui/treeview/).
Extjs tree is the best choice, their site: http://extjs.com
Yes, there is no need to reinvent the wheel. There are good js trees in opensource such as dojo tree, yahoo, tafeltree. But the best for me is dhtmlx tree.
I recomend you to think about dynamic loading of nodes from the beging. User will not need to wait while full tree will be built .
If you need advices about trees ask me (I have big expirience in this :))
Yes, I used Visual Web JSF Tree Component
Extjs YUI
I highly recommend Yahoo YUI. It works very well!
Share your knowledge