Tree Implementation in Java ...
From: SGA (zeevikm_at_hotmail.com)
Date: 01/17/04
- Next message: ak: "Re: Java/Linux Always on Top"
- Previous message: Ken Larson: "Re: Mars Rover Controlled By Java"
- Next in thread: BarryNL: "Re: Tree Implementation in Java ..."
- Reply: BarryNL: "Re: Tree Implementation in Java ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Jan 2004 16:17:58 -0800
Hi,
I would like to create some sort of Tree on my website.(category with subcategories)
Data for a tree comes from flat table (ex.):
Cat Name Parent ID
--- ---- ---------
1 a
2 b
3 c
11 a1 1
12 a2 1
13 a3 1
21 b1 2
22 b2 2
111 a11 11
222 b22 22
Does anyone can help out with a java code for implementing tree in memory ?
I will need something that will "sort out" the table in memory and will allow
for showing it on my website ...
Thanks in advance!
Zeev.
- Next message: ak: "Re: Java/Linux Always on Top"
- Previous message: Ken Larson: "Re: Mars Rover Controlled By Java"
- Next in thread: BarryNL: "Re: Tree Implementation in Java ..."
- Reply: BarryNL: "Re: Tree Implementation in Java ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|