how to store JTree data hierarchically in mysql database from netbeans. I am new to this topics so I need a program and tables you are using in database . for ex:
Items |-shoes |-shirts |-half shirt |-sarees
when i click on add button it should add nodes to parent node(items node)such that the child node should be visible on tree and should be saved in database also
is that possible? am still new at java so will appreciate the help or direction