I’ve been playing with CSS trees lately, but all the existing solutions I can find don’t quite do what I want. The requirements are: Support for variable-height nodes (this seems to be the real killer). Plus/minus icons to expand/collapse nodes. Support for scaling the tree with font size, preferably including the padding around the lines [...]
Archive for March 2007
JSP and Wicket, sitting in a tree… - Posted March 1, 2007
Most programmers like writing things from scratch, but throwing it all away and starting again often isn’t feasible, especially with web applications. I’ve recently been migrating a JSP/servlet based app to Wicket and I suspect there are many people who are going down this path.