473,320 Members | 1,990 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

App Quesion

ion
My application is a 2 tier design (client and db server) however I split it
up into 3 components: UI layer, business layer and data access layer. My
question is regarding how the UI interacts with the business layer. I split
my UI layer into two sub layers: Forms and UI control classes. In my
design all of the interaction goes through my UI control classes between the
the other layers and my UI (forms). This work well (encapsulating flow
code) however I have noticed with this design I am passing values (user
input) from my form to my UI control class to my business object (persisting
the data) and eventually to my data access layer. Should I be concerned?

Thanks
Nov 16 '05 #1
1 1791
Hi ion

IMHO there is no problem in doing it this way. The point you should always note that is the service layers should be independent of the client layers. Eg:. The DALC (data layer) should service the BO (biz layer) - not the other way round, which implicitly mean that changes in the BO should not affect the DALC. The same applies to the higher layers too.

MSDN Fitch and Mather and other enterprise samples provides good literature on the design of layers

Hope this helps
fbhca

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Matthew K Jensen | last post by:
I've been trying to find a way to detect when a command run by os.popen (or similar) has completed (in Windows, btw). I found such a function (i don't remember the exact name and library), but the...
17
by: laniik | last post by:
Hi. I have a simple question, but I couldnt find the answer in any literature online. i have a base class A, that has some functions. now, my understanding of virtual functions means that in:...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.