This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes organization chart 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 "organization chart " Watch "organization chart " New topic
Author

organization chart

Daniel Silva
Greenhorn

Joined: Nov 10, 2003
Posts: 9
Someone know one way to build organization chart with jsp.
cheers
Daniel S.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Since JSP is a templating technology for generating HTML pages to send to the client browser, it's probably not going to be much help to you unless you already know how you want to express your org chart using HTML.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26183
    
  66

If it only has to work in IE, you can do something with SVG (standard vector graphics.)


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Daniel Silva
Greenhorn

Joined: Nov 10, 2003
Posts: 9
I'll read informations from database and build it dinamic, if someone have a ideia to facilite this I'll be very happy...
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

How do you intend to "draw" the chart?
Jeroen Wenting
Ranch Hand

Joined: Oct 12, 2000
Posts: 5093
why abuse JSP for something it's not meant for?
What you want to do asks for a servlet to generate in some way a graphic depicting the org chart.
You might call that servlet from a JSP or a static page of course, but it's pretty pointless creating the chart inside a JSP as JSP is meant primarilly for text output not binary output and certainly not for executing business logic like extracting and interpreting database data (showing simple query results is fine IMO, but that's where it should stop).


42
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: organization chart
 
Similar Threads
How i can make organization chart with multi-parent?
Swing/ JFC/ Java script
How i can make organization chart with multi-parent in java fx?
organization chart
Cewolf 1.1 released