1 Reply Latest reply on Apr 21, 2003 4:46 AM by juhalindfors

    Validating Data In CMP Entity Bean

    blackers

      I have just started on writing my first CMP Entity bean, I wanted to know the best way to go about validating data since the setter methods are abstract in the bean I can not do the validation in the EJB. Is there a reccomended way to do the validation. I could easily validate the data on the client side before the set method is called however I know if that is the best way to do it. Any thoughts and opinions would be greatly appreciated

      Mat