Difference patterns Transaction script and Domain model?

Asked

Viewed 202 times

1

I would like to know the conceptual and implementation difference between these two layers used in the business layer.

For me the Transaction script pattern resembles very much the facade pattern, but it speaks in procedures: Organizes business logic in procedures, in which each procedure performs a presentation layer request and it always ends up generating confusion.

An important point that I notice between these two patterns Transaction script and Domain model, is that the top layer (presentation) always talks with a single object, this in my view can end up generating a coupling, I’m sure?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.