This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Robert Bajzat has released DocWrench 0.8, a JavaDoc doclet that produces more modern, frameless...
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
Robert Bajzat has released DocWrench 0.8, a JavaDoc doclet that produces more modern, frameless DHTML JavaDoc than the standard doclet. However, viewing the sample code I have to say what it produces is decidedly inferior to the standard output, and suffers from pretty much all the flaws common to Web 2.0 applications (poor usability, poor search engine optimization, JavaScript dependence, etc.) What I'd really like to see is a doclet that generates well-formed, valid, frameless XHTML styled with CSS. Maybe I'll even write one. However for now I just postprocess my JavaDoc with TagSoup instead. Java 5 is required.