I have a Spring MVC application that gets its data from Hibernate. I'm trying to create a tree that upon clicking a node, loads data from the controller and displays the appropriate children. I'm having trouble figuring out what Jquery tree plugin to use and how to pass json data to it using the controller.
can someone recommend a jquery tree plugin that is very easy to use and has helpful examples/tutorials? I can find a million jquery plugins that say they do lazy loading but there are so few tutorials/examples for each that I have no idea how to implement this in my application. Really appreciate any help.