In database table, i have maintained parent and child folder relationship as shown below datatable. Using that relationship i need to create hierarchical structure in a jsp web page. To display that structure i used http://myfaces.apache.org/tomahawk t:tree2 component.My requirement is, I need to fetch data from database and store that relationship in java variable. To do that i need a recursive technique to store tree structure or(hierarchical structure) in java variable. Please help to find answer.
DataTable:
hierarchical View of Directory structure:
Thank you