Making Scripting Languages JSR-223-Aware 21 Sep 2006 04:00 GMTWith the interest in using other languages in concert with Java, JSR 223 defines a means of calling a scripting language from Java. Thomas Kuenneth has gotten AppleScript working in this form, and in this article, he shows you how to bring your favorite language to Java.
Source: Java.net Accessing a Database with the JSTL 1.1 SQL Tag Library 19 Sep 2006 23:09 GMTThe JavaServer Pages Standard Tag Library (JSTL) provides core tags for common structural tasks such as iteration and conditional processing, XML tags for XML processing, internationalization tags for formatting, and SQL tags for database processing. Learn how to use JSTL's SQL tags in a JSP app to retrieve data from a database and display it in a table.
Source: JavaBoutique Asynchronous Web Service Invocation with JAX-WS 2.0 19 Sep 2006 04:00 GMTWeb services are remote by their very nature, and thus prone to significant delays. One approach to mitigate this effect is to move to asynchronous web service calls. Young Yang shows how JAX-WS 2.0 makes this easier.
Source: Java.net