This post originated from an RSS feed registered with Java Buzz
by Erik C. Thauvin.
Original Post: [Feb 8, 2007 14:59 PST] 6 Links
Feed Title: Erik's Linkblog
Feed URL: http://erik.thauvin.net/blog/xml.jsp?cat=Java
Feed Description: The Link is Out There!
Ajax Form Validation Using Spring and DWR. Validating user input in web apps doesn't lend itself to easy solutions: you don't want client-side validation to require you to duplicate your effort, but server-side validations may run long after the invalid input is entered. Eric Spiegelberg has an approach that uses Ajax, via Direct Web Remoting, to let your server-side validation code correct client-side entries on the fly.
An Introduction to Hibernate 3 Annotations. Hibernate is just about the defacto standard for Java database persistence. With Hibernate 3, it has become even easier to specify how your Java objects are stored in a database. In this article, John Smart shows how Java 5 annotations are used by Hibernate to simplify your code and make persisting your data even easier.
JPPF 0.24.1. The Java Parallel Processing Framework is a grid framework for Java, focused on performance and ease of use.
Java Tools 0.28 is a lightweight integrated development environment for creating, compiling, and executing Java applications and applets.
textbender 0.1.8 is a system of shared and collaborative writing based on recombinant text.
POrqi 1.2 is a library that modifies POJOs to make asynchronous calls and automatically persist conversational state.