Lightweight R/O Mapping 07 Dec 2005 05:00 GMTO/R frameworks map Java classes to database tables and SQL code. While popular, this approach is unpopular among DBAs, with the database at the mercy of an external tool. Another approach is to go the other direction: write tables and stored procedures and generate Java classes from that. Norbert Ehreke introduces Amber, a framework that embodies this approach.
Source: O'Reilly Killer Game Programming in Java: A 3D Checkerboard, Part 1 07 Dec 2005 05:00 GMTOur book excerpt today is for all you Java gamers, especially the 3D junkies--we know you're out there. In part one of a two-part series taken from Chapter 15 of
Killer Game Programming in Java, author Andrew Davison describes how to create a scene in a Checkers3D application, using Java 3D. And check back next week when Andrew shows how to create a floating sphere for the Checkers3D app.
Source: O'Reilly Mutual Authentication for Web Services: A Live Example 06 Dec 2005 20:45 GMTHow do you set up secure communications among Web services for supply-chain applications? This article answers that question with a description of the implementation procedure for mutual authentication, citing the java.net project Adventure Builder as an example.
Source: Sun The Artisan and the Artilect, Part 3 06 Dec 2005 05:00 GMTMax Goff concludes his series on the future of artificial intelligence and compares the roles of the human craftsman and the human-created superior intellect.
Source: Java.net Get Moving with Java-XML Serialization Using XStream 03 Dec 2005 00:48 GMTAs with most things, when it comes to serializing Java to XML and back, there is more than one way to skin the cat. In certain circumstances, Java-XML serialization can offer significant advantages over binding technologies such as JAXB and ultimately can save you development time. Learn the benefits and costs of Java-XML serialization using the excellent XStream library.
Source: DevX