• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Displaying a tree in browser

 
Ranch Hand
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I got an application where i got to display data in a tree structure to the client using a browser. The application requires the user to expand and collapse the tree.
I suggested using applet for this but my Project Manager is not convinced.
do we have a better option for doing this. Wont it be very difficult to do this using javascript?.
Please give me all the options available and which is the better one. Calling the servlet again and again to expand a node is not possible in this application.
Waiting for your reply
Please reply fast.
Cherry
 
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cherry,
Please refrain from posting the same question in multiple forums. Since your question has generated a response in Java In General (Intermediate), I'm closing this thread.
Sean
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic