Combine JSF Facelets and the Flying Saucer XHTML Renderer 31 Oct 2006 04:00 GMTFacelets and the Flying Saucer XHTML renderer might seem to be on opposite sides of the server/client divide, but in fact, they can be used together to render content in many different forms, including PDF and SVG. Jacobus Steenkamp shows how it's done.
Source: Java.net Prevent Stale DB Connections with the Latest OC4J 25 Oct 2006 20:40 GMTApplying the same database connection code for all session beans can lead to stale DB connections in large enterprise Java applications. Oracle Containers for J2EE (OC4J) has a new mechanism to nip this problem in the bud.
Source: DevX JBoss at Work: Web Services, Part 2 25 Oct 2006 04:00 GMTIn a second excerpt from
JBoss at Work, authors Tom Marrs and Scott Davis continue working on a web service of the book's example application, showing how to automate and test its deployment, and creating a client to test the service.
Source: O'Reilly Book Excerpt: The Java Tutorial, Fourth Edition 24 Oct 2006 20:41 GMTThe Java Tutorial is a Java programming language guide for developers seeking proficiency with Java SE. This fourth edition adds chapters on generics, collections, Java Web Start, the platform environment, and regular expressions. Find out all about the Java Collections Framework.
Source: DevX Invoking Assembly Language Programs from Java 19 Oct 2006 04:00 GMTNearly everything written about Java Native Interface (JNI) assumes that your native code will be written in C or an offshoot like C++ or Objective-C. But this isn't the only option. For high performance and close-to-the-metal coding, you can call assembly language from JNI. Biswajit Sarkar shows how to do it.
Source: Java.net