So im not up on the terms...so this is what i need.
For work I need to make a treeview, and when certain nodes are clicked, a query will run to the database. In school last year we learnt how to make binary search trees, so I feel I would be able to more easily make a treeview in Java than JS/php.
So would there be any way to upload a java file to my website which will let have the functionality of a search tree, but will run a query to a database?
let me know if this makes sense/is possible.
Thanks!