Hello All !!
I am building an application that has 3 Layers:
1. business logic layer (BLL)
2. data access layer (DAL)
3. db layer
the business logic layer will be addressed from a Varity of applications and
is a COM+ application.
also, I use the DAAB and the Exception App Block.
all together: 6 projects in my solution.
I have decided to separate the BLL from the DAL so I'll be able to locate
them on different servers, in the future...
Here is my question:
Do I need to have 7 different COM+ apps ??
can't I make (just for now) all these project in one dll/COM+ app ??
Thanks a lot,
Ran.
Ashish Sheth - 23 Apr 2004 09:23 GMT
I doubt. then will it be different layers or a single layer? not sure..
here what layes means... different processes or different libraries running
in the same process??
regards,
Ashish
> Hello All !!
>
[quoted text clipped - 18 lines]
> Thanks a lot,
> Ran.