Where should the
business logic go?
uIndustry standard to place logic in middle tier
ØLittle beneficial system performance impact
uWith few exceptions, business logic belongs in the database
ØFunctions
ØProcedures
ØComplex views (INSTEAD OF triggers)
uAllows for making changes to the UI architecture