Discover RELAX NG, A Simple Schema Solution 29 Jul 2005 00:40 GMTWith the goals of compact syntax and compatibility, the Regular Language Description for XML (RELAX NG) eases the pain of working with cumbersome DTDs and XSDs.
Source: DevX Creating and Managing an Open Source Project, Part 1 28 Jul 2005 04:00 GMTDo you want to kick off your own open source project? The tools can be provided by java.net, and it helps if you know how to best use them. In this first part of a series of article on open source project management, Michael Nascimento Santos helps you consider whether you need to create a new project, what license to use, and how to navigate java.net's project-creation tools.
Source: Java.net Hibernate Criteria API: Multi-Criteria Search Made Easy 28 Jul 2005 02:55 GMTThe Hibernate Criteria API, a powerful and flexible alternative to traditional HQL queries, makes writing all those tricky multi-criteria search functionsas well as dynamic queries in generalmuch easier.
Source: DevX Web Services Messaging with Apache Axis2: Concepts and Techniques 27 Jul 2005 04:00 GMTThe messaging strategies needed for web services vary, and Apache Axis2 has addressed this problem by creating basic building blocks from which many messaging schemes can be built. Srinath Perera and Ajith Ranabahu show how it works.
Source: O'Reilly LCD Text: Anti-Aliasing on the Fringe 26 Jul 2005 04:00 GMTAnti-aliasing helps with the appearance of text, but on LCD monitors you can do even better: you can use the spatial arrangement of the red, green, and blue parts of each pixel to achieve an even better anti-aliasing effect. This feature is coming to Java in Mustang, and in this article, Chet Haase explains how it works.
Source: Java.net