VB 2005 and Three Tier Solution Development



Deae Dr. GUI, MVPs and others
Features of VB.Net 2005 makes it so easy to access mdb tables directly from
the form's controls. This makes me wonder how and if I should restrict the
communication to and from a database tables to a separate data tier which
is reached through a business process logic tier which passes data back to
the presentation tier.
1. Is three tier separation a best practice and recommended in all
solutions
for systems with a complexity level of seven or more classes ?
2. Doesn't the application of the point and click convenient access to the
DB Tables somewhat negate three tier
application solutions?
3. Sheepishly, could I say a new direction is for the presentation tier to
engulf the business
rules tier as well as the data access tier ?
BR
Bob



.



Relevant Pages

  • Re: ASP.Net Mid Tier Component Design
    ... It's better not to think in terms of iter *position* but of tier ... the purpose of the presentation tier is to display ... This is the tier which performs business logic with the ... > What's a 'Best Practice' for middle tier component design? ...
    (microsoft.public.dotnet.framework.aspnet)
  • web server outbound calls, from which tier?
    ... We have a three tier architecture, but now we have received a third ... ASP.NET web server, accessible from the internet. ... tier access the Database tier, ... Only our presentation tier is externally accessible. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Three Tier application issues and VB.Net 2005
    ... communication to and from a database tables to a separate data tier which ... is reached through a business process logic tier which passes data back to ... Could I conversely say that the presentation tier can own the business ...
    (microsoft.public.vb.general.discussion)
  • Re: MVC: Controller for Swing
    ... As a general remark: You will find that the term "model" has a ... particular meaning in Swing, and that Swing also has some kind of MVC ... You have to wrap and hide them in your presentation tier. ...
    (comp.lang.java.programmer)
  • Re: Shepherds Innocence & Pack Alpha
    ... on Ryder when Stanislava plays SUP Shepherd's Innocence? ... Shepherd's Innocence only grants you a move around for equipment ... Analogous situation is with Tier of Souls, ... So Stanislava's controller controls it, ...
    (rec.games.trading-cards.jyhad)

Loading