Hi,
You have fixed all issues I reported so that is fine for me, thanks !
For a future release, I have in mind a new feature : an annotation
based validator functionality inspired of Hibernate validator (http://
www.hibernate.org/412.html), that may used JCR (simple checks) or
application (regexp) validations in a simpler way than using nodetype
xml or CND.
For example :
@Length(max = 20)
@NotNull
@JcrProperty
private String country;
What do you think of this functionality ?
On 30 déc, 15:06, Ólafur Gauti Guðmundsson <
oli.ga...@gmail.com>
wrote: