If I understand that above is your project hierarchy by reference, then I would suggest that
Exception logging API should be in something called common library so you can reference it in other four project as exception can be thrown at any level of application layer.
mahavirjadha...
Member
15 Points
79 Posts
n -tier architecture using entrerpriser
Dec 02, 2012 05:38 PM|LINK
Dear All,
I want to implement n tier architecture in following manner using enterprise library
1. UI project.
2. BO
3. DAO
4. Data access API
5. Exception logging API.
Please can any one help me.
Thanks in advance.
Nandip Makwa...
Participant
1267 Points
293 Posts
Re: n -tier architecture using entrerpriser
Dec 03, 2012 08:18 AM|LINK
If I understand that above is your project hierarchy by reference, then I would suggest that Exception logging API should be in something called common library so you can reference it in other four project as exception can be thrown at any level of application layer.
Software Engineer by Profession, Learner by Passion!
mahavirjadha...
Member
15 Points
79 Posts
Re: n -tier architecture using entrerpriser
Dec 03, 2012 08:50 AM|LINK
Thanks for reply Nandip.
I want the same i.e other projects should refer exception logging api.
I want the sample structure for the same.