This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: IBM developerWorks has published my latest article, Simple Xalan extension functions: Mixing...
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.
IBM developerWorks has published my latest article, Simple Xalan extension functions: Mixing Java with XSLT. Xalan can invoke almost any method in almost any Java class in the classpath. Taking advantage of this can improve performance, provide features like trigonometric functions that aren't available in XSLT, perform file I/O, talk to databases and network servers, or implement algorithms that are easy to write in Java but hard to write in XSLT. This article teaches the basics of invoking Java code from Xalan.