JSR 303
(Bean Validation) is the specification of the Java API for JavaBean
validation in Java EE and Java SE. Simply put it provides an easy way of
ensuring that the properties of your JavaBean(s) have the right values
in them. This post aims to show you...
0 replies - 2362 views - 12/10/11 by Adedayo Ominiyi in Articles
No matter what type of application we develop, coding validations is our
everyday task. For years we have used a big variety of techniques and
frameworks for validation with success. However, flor some time we have
a standard in Java for validation, the...
7 replies - 5807 views - 03/03/11 by Javier Paniza in Articles
OpenXava is a framework for rapid development of business applications
using Java or Groovy. It is easy to learn and one can have an
application up in no time. At the same time, OpenXava is extensible,
customizable and the application code is structured in...
0 replies - 1072 views - 02/16/11 by Javier Paniza in Announcements
Following quickly on the heels of the Java EE 6 and CDI spec approvals, the application server team at JBoss, led by Jason Greene, recently unveiled the JBoss...
2 replies - 21071 views - 12/16/09 by Nitin Bharti in Videos
DZone recently interviewed Emmanuel Bernard, JBoss lead developer on four Hibernate projects - Annotations, EntityManager, Validator, and Hibernate Search. Emmanuel is a member of a member of JPA 2.0 expert group and the spec lead of JSR-303: Bean Validation....
3 replies - 15149 views - 02/26/09 by Nitin Bharti in Articles