I am new to the thebeerhouse project and only looked at asp.net 2.0 for 4 months. I have looked at part of the code, which looks good. The qestion i have has anyone written this in 3 or 4 tiers using class library's (Presentation Layer, Business Logic
Layer, Business Entites Layer And Data Access Layer) ?. The other question i have to ask after looking through the code is how would you move the provider classes into a class library and still be able to access the global class to gain access to the config
section class ?. I hope this makes sense to someone, as i am no expert.
Seems to me that if you did this, you'd probably want to move the Globals and ConfigSection class to the BLL class library. Are you having trouble doing that?
I now have the beer house running in 5 tier in custom providers and custom events. the architecture of the site is great, but has major cache problems. i intend to post my solution once i have achieved completing the project. Any help in doing this would
be great. Refreshing any part of the project whilst minimizing from maximum window size i.e internet explorer 7 does not refresh and header and footer do not render coirrectly.
I wouldn't think header and footer rendering would have anything to do with the cache. It would be hard to diagnose the cause of your issue on a forum like this without seeing it.
leeward30
Member
156 Points
179 Posts
Change Project To 4 Tier Application
Dec 22, 2008 05:04 PM|LINK
Hi,
I am new to the thebeerhouse project and only looked at asp.net 2.0 for 4 months. I have looked at part of the code, which looks good. The qestion i have has anyone written this in 3 or 4 tiers using class library's (Presentation Layer, Business Logic Layer, Business Entites Layer And Data Access Layer) ?. The other question i have to ask after looking through the code is how would you move the provider classes into a class library and still be able to access the global class to gain access to the config section class ?. I hope this makes sense to someone, as i am no expert.
Thanks In Advance
Kered
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: Change Project To 4 Tier Application
Dec 24, 2008 10:33 PM|LINK
Seems to me that if you did this, you'd probably want to move the Globals and ConfigSection class to the BLL class library. Are you having trouble doing that?
Follow Me on Twitter
leeward30
Member
156 Points
179 Posts
Re: Change Project To 4 Tier Application
Dec 24, 2008 10:47 PM|LINK
Hi Lee
I now have the beer house running in 5 tier in custom providers and custom events. the architecture of the site is great, but has major cache problems. i intend to post my solution once i have achieved completing the project. Any help in doing this would be great. Refreshing any part of the project whilst minimizing from maximum window size i.e internet explorer 7 does not refresh and header and footer do not render coirrectly.
Kered
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: Change Project To 4 Tier Application
Dec 25, 2008 12:05 AM|LINK
I wouldn't think header and footer rendering would have anything to do with the cache. It would be hard to diagnose the cause of your issue on a forum like this without seeing it.
Follow Me on Twitter