Hi,
I am designing a 3 tier application (UI, BL, and DAL). My UI takes user
input and populates the BL to store into a db. Currently, I am thinking
about design an interface (service/facade) that the UI interfaces between
the BL. I have seen examples that the UI creates and new business object
and stores data into it and passes the business object to the business
process objects. I am going to databind to my business objects so my UI
needs to reference the BL so what is good practice?
Thanks
I am designing a 3 tier application (UI, BL, and DAL). My UI takes user
input and populates the BL to store into a db. Currently, I am thinking
about design an interface (service/facade) that the UI interfaces between
the BL. I have seen examples that the UI creates and new business object
and stores data into it and passes the business object to the business
process objects. I am going to databind to my business objects so my UI
needs to reference the BL so what is good practice?
Thanks
Comment