|
-
Apr 24th, 2003, 04:59 AM
#2
Lively Member
Re: 3-tier design and scalability?
Originally posted by janis
Obviously, I can't use 'add reference' in pres. layer, because I don't know where business object will be (on which server).
The business layer and GUI layer should always be independant, and should never interact directly. You should have a Controller class sitting between the two that handles all the communication.
As for remoting, can't help you there I'm afraid. Have a look at the Factory Design Patten as this would enable you to implement code that react to runtime situations.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|