I'm trying to do a e-learning site, so I need a site to post the files (exams, notes, lectures, etc) with hierarchical structure.
The main features i'm searching are:
*Reorder tree/ change node order
*Find a node by id
*Delete a node by id
*Change node's father
I have already done it by using ArrayList, but it was not very friendly to use.
I'm sure there must be a template that solves this, tree structures are widely use in many apps. isnt it?
Thanks