How to create a tree structure in java applications?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shini
    New Member
    • Nov 2006
    • 5

    #1

    How to create a tree structure in java applications?

    I've all my parent and child data in a single table in the database. I want to display it as a tree structure in my application? how do i do the coding for this?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by shini
    I've all my parent and child data in a single table in the database. I want to display it as a tree structure in my application? how do i do the coding for this?
    Explain how you want to display it and where you want to display it because that decides how you do the coding.

    Comment

    • shini
      New Member
      • Nov 2006
      • 5

      #3
      Originally posted by r035198x
      Explain how you want to display it and where you want to display it because that decides how you do the coding.
      Iam using ftl and java.display shoud be in tree structure in ftl form

      Comment

      Working...