Three tiered Apps

C

Chris Kennedy

Can anyone point to some good resources on develop multitiered web
applications with ASP. I have been looking using XML and XSLT to work as the
preasentation layer and have a data layer which converts recordset to XML
and then passes them to the presentation layer. This, howver is only two
layers, I am a bit unsure how best to split the backend into business and
data access logic.
 
D

dlbjr

My view on this:

Layer 1 = Data from many legacy systems
Layer 2 = Functions and Applied Business Logic = Preferred in Stored Procedures on separate system
linked to all data locations..
Layer 3 = Presentation. (XML can be returned from the stored procedure calls in Microsoft SQL and
Oracle.)

This works well for reports. The xml solutions gets challenging on forms and third party charting.

'dlbjr
'Pleading sagacious indoctrination!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top