Tuesday July 11, 2006
Validation Framework Consolidation
Looks like Jason Carreira has stepped up to the plate to try and consolidate the validation frameworks we have in Java. I'm sure it was a joint effort among many, but Jason's name is the only one I see on the JSR. I applaud this effort - it's definitely needed.
I've used Commons Validator, the XWork Validation Framework as well as Hibernate's Validator. While Commons and XWork work, the ability to annotate a class and validate it anywhere/anyhow is pretty cool. I reviewed an article a couple months ago that hooked Hibernate Validator into Spring MVC and Prototype for client-side validation. There's a lot of good stuff in this space - let's hope this JSR creates something even better. More than anything, let's hope it doesn't brush off client-side validation like JSF did.
In an ideal world, the RIFE, Spring MVC, Stripes, Struts, Tapestry and Wicket developers will all participate and allow JSR-303's result to be used as their framework's validation engine. I think it's a given that this will be usable with JSF.
Posted in Java
at Jul 11 2006, 02:05:37 PM MDT
18 Comments
DC Tech Meetup
Anyone out there still interested in a DC-Area tech meetup tomorrow night? If so, are there any good places near Tyson's Corner? We'd love to return to Brickskeller, but it'd be nice to avoid the 1.5 hour commute to get there. It's not that far, but traffic is something else around here.
Update: Vienna Inn (map) is the location - we'll be there around 8:00.
Posted in Java
at Jul 11 2006, 11:04:35 AM MDT
12 Comments
AppFuse 1.9.3 Released This release is primarily a bug fix release, but also contains upgrades to several dependent libraries, including Acegi Security 1.0.1.
To install and configure AppFuse for development, see the QuickStart Guide. Thanks to all the sponsors who have contributed products and free hosting to the project.
To see how AppFuse works, please see the following demos (username: mraible, password: tomcat):
- Struts + Spring + Hibernate
- Spring + iBATIS
- WebWork + Spring + Hibernate
- JSF + Spring + Hibernate
- Tapestry + Spring + Hibernate
Comments and issues can be sent to the mailing list or posted to JIRA.
Note: If you're building AppFuse on Linux, you should be aware of some non-English encoding issues. The solution is to add the following to your ~/.bashrc file.
export LC_CTYPE=en_US export LANG=en_US export LANGUAGE=en_US
Posted in Java at Jul 11 2006, 08:20:45 AM MDT 11 Comments
Search This Site
Recent Entries
- What's Next
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju