R
Ron M. Newman
Hi,
I have a web application in mind that I'd like to implement. It's a
classical web/databse application. I find myself thinking about how to
design it.
- It's clear I'd like the 'presentation layer' to be separate.
- I'd like to have the 'application' layer in separate non graphic/non
webform related objects.
- I'd like to design the 'application layer' to be code-reentrant.
My questions are:
1) Can this be done naturaly with ASP.NET? without bending the system?
2) Who takes care of the threads? is it enough that I make my 'application
layer' threadsafe and the calls from the web forms are going to be
maintained by the web-server (thread wise)?
Thanks !
I have a web application in mind that I'd like to implement. It's a
classical web/databse application. I find myself thinking about how to
design it.
- It's clear I'd like the 'presentation layer' to be separate.
- I'd like to have the 'application' layer in separate non graphic/non
webform related objects.
- I'd like to design the 'application layer' to be code-reentrant.
My questions are:
1) Can this be done naturaly with ASP.NET? without bending the system?
2) Who takes care of the threads? is it enough that I make my 'application
layer' threadsafe and the calls from the web forms are going to be
maintained by the web-server (thread wise)?
Thanks !