Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: choices regarding where to place code - in the database or middle tier
Andrew Carruthers wrote:
>
> Logic should reside as close to the data as possible
>
It looks like BEA documentation agrees with you:
http://edocs.bea.com/wls/docs81/jdbc/performance.html#1025805
IMHO, you should code where you feel most comfortable. This does not mean doing data integrity checks in the middleware app. That should always be done in the DB. Received on Tue Jan 20 2004 - 14:06:01 CST
![]() |
![]() |