Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3 tier and N tier aplications
Message
From
30/07/2009 13:23:55
Brooks Adair
Edgemed Healthcare Solutions
Florida, United States
 
 
To
29/07/2009 19:05:30
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01415241
Message ID:
01415541
Views:
75
Yes you can do that. For data binding DevForce allows you to bind to properties of classes that are not derived from their base business object class. So you can create a simple class derived from object that can be between the business layer and the presentation layer. I am currently doing that in the project I am working on.

>A Service layer can be built on top of the business layer and can expose a set of related Methods. It is pretty common for presentation to consume service which consumes business which consumes data for a 4 layer effect. Also, a service layer should implement processes that ensure that there are at least two different and separate processes - one for the provider and one for the consumer. You can look it all up on MSDN.
>
>
>>A "service layer" is used to access things outside your application that you need to use. For example, a web service.
>>
>>As for your current app, you can put WCF in now, then just change the address, and possibly the binding, when you distribute pieces to the server.
>>
>>
>>>
>>>What exactly do you mean by a service layer? I think I have heard that term used to mean multiple things.
>>>
>>>I seem to remember seeing reference to WCF in the documentation. Currently I am doing n-tier architecture with it, but single tier deployment. No advanced communications has entered the picture for me yet. I am using DevForce to extend an older VFP system witch is all single tier. At some point I will be taking the new .NET parts to full n-tier deployment, just not now.
Previous
Reply
Map
View

Click here to load this message in the networking platform