Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: N-tier, client/model, and business rules?

by LameNerd (Hermit)
on May 14, 2003 at 18:21 UTC ( [id://258192]=note: print w/replies, xml ) Need Help??


in reply to Re: N-tier, client/model, and business rules?
in thread N-tier, model/view, and business rules?

Now I am confused. If I implement my business rules in stored procedures
in my database, doesn't that mean my middle-tier is in my backend?
Isn't tyipcal to have your business rules in the middle-tier?
  • Comment on Re: Re: N-tier, client/model, and business rules?

Replies are listed 'Best First'.
Re: N-tier, client/model, and business rules?
by Abigail-II (Bishop) on May 14, 2003 at 22:58 UTC
    Stored procedures, if used sensible, are the layer between your program code, and the physical data layout. You could implement business rules in your stored procedures, but you don't have to.

    As for stored procedures being the "backend", that's just a matter of perspective. Properly designed systems have many layers, and stored procedures are just one layer. If you put that layer in the "backend", it's in the backend. If you consider that layer part of the middle-tier, it's part of the middle-tier.

    You should put your business logic where it makes the most sense for your solution. Don't worry too much about what lable is put on it. Don't chase buzzwords.

    Abigail

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://258192]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found