Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3-tier development
Message
From
12/01/2003 18:47:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
3-tier development
Miscellaneous
Thread ID:
00740857
Message ID:
00740857
Views:
64
I am beginner in development of 3-tired applications, so I need some help.

I am wondering if I have figured it right as I have to.
When I create some business logic, I create it in a non-visual class which I put on some interface (form). Then I call from form that business object (which return some value from data object) from some control inside form class in a way that business object return value for that form.

For example, from textbox I call line:
This.Value = this.parent.BusinessObject()
and
BusinessObject() contain line:
Return SomeValue.

Did I get this right, am I implementing 3-tiered development in right way as I have described?
Next
Reply
Map
View

Click here to load this message in the networking platform