[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash
denis-karpov
do-not-reply at jboss.com
Fri Sep 8 11:52:55 EDT 2006
1. For simple validation (just value) we can still use JSF validation.
2. For complex validation I use drools (jBoss Rules).
It nicely integrated with Seam Page Flow (see seam samples).
You can express your validation in rule set. IMHO it looks like quite elegantly. You can define as complex rules as you want. And validation logic is separated.
And most important, it works steadily. I have not experienced any problems yet.
Denis.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970396#3970396
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970396
More information about the jboss-user
mailing list