hi ....need to know about server side validation

HI all

we have been working on a project using jsp & ejb's & Jboss as a server .

on the client side we have applied java Script for client side validation, but have to apply server side validation, so that no proxy server can inject data .

we actually wanna check data befor inserting it in the data base, like its lenght, format etc.

can it be done using EJB's ?

or if there is any other technique for applying server side validation

any links or documentation or examples would b appriciated

With thanks in advance

[577 byte] By [aslamkhiljia] at [2007-10-3 1:34:30]
# 1
Hello,I dont know whats available on the EJB side, i just used regular expressions in my own bean. http://java.sun.com/docs/books/tutorial/extra/regex/index.html
angrycata at 2007-7-14 18:32:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks a lot........... but more help would b appriciated
aslamkhiljia at 2007-7-14 18:32:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...