There are some HTML/Javascript solutions that you might want to use.

I have used both of these ...
    1.    http://members.aol.com/MHall75819/JavaScript/tree.html
    2.    http://home.sol.no/~warnckew/tree_menu/

and found that they have better performance than Applets.

Nathaniel Ye wrote:

I am trying to implement a tree-view interface on the Web with a database backend. The Microsoft way is to use ActiveX control and ADO, but it requires their proprietary Web server and platform. I am thinking of using a Java applet to do the tree-view and using a servlet to connect to a database. At the first phase, there won't be any record update, insert or delete.
If anyone could give me some suggestions and/or procedures on how to implement this, especially on how to get the servlet to talk to the applet, it would be highly appreciated.
 

Reply via email to