Adena,

Have you consider the case where you need to migrate to another database
vendors solution. Those stored procedures will not be portable never mind
the issues with trying to get a proper development environment for their
development and testing. You might also consider the round trip cost.

William Louth
Inprise

www.inprise.com
www.inprise.com/appserver/

-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED]]On Behalf Of Adena Galinsky
Sent: Monday, August 28, 2000 4:42 PM
To: [EMAIL PROTECTED]
Subject: Where should validation take place?


I've heard that data validation should take place in the entity bean (to
centralize the logic), or a dependent object (to centralize the logic while
also allowing it to execute on the client).
Should there also be data validation in the stored procedures in the
database?  On the one hand it seems redundant, but on the other hand it
seems the only safe way to go.

-Adena

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to