aspose file tools
The moose likes JSP and the fly likes How to make a binary tree in JSP? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to make a binary tree in JSP?" Watch "How to make a binary tree in JSP?" New topic
Author

How to make a binary tree in JSP?

chaudharygaurav
Greenhorn

Joined: Jun 27, 2002
Posts: 4
I am making a project for a company dealing in multi level marketing. Can you suggest me how do i make a dynamic binary tree in response in JSP chaudharygaurav@yahoo.com
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
Do you mean "create a display of a dynamic binary tree on the user's browser" or "use a dynamic binary tree inside a JSP" ???
Bill


Java Resources at www.wbrogden.com
chaudharygaurav
Greenhorn

Joined: Jun 27, 2002
Posts: 4
I have to create a dynamic binary tree on the user's browser
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
Most of the dynamic stuff you see on browsers is done with JavaScript - there are lots of Javascript how-to sites or you could find a page that does it and use view source.
Alternately you could show it with an applet. My very first non-trivial applet was a hierarchical list display (in December, 1995!) In your case, Javascript is the way to go.
Bill
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to make a binary tree in JSP?
 
Similar Threads
How to make a binary tree in JSP?
how do i solve this recorsive function question??
how to serialize?
tree in JSP
Trees with arbitrary node pointers