T
tellme
Just got my first .NET framework course. A framework also developped
by my company. The tech guy got me totally confused:
- The UI talks to the controller
- the Controler talks to the manager
- the manager talks to the Dal factory
- the DAL talk to the Impl proxy
- the Web service talks to the manager or an other web service
- A business object is not a web service
....On top of this nightmare, there is not server for the web service,
the DLL must be copied on every PC running my .NET application...!
Apparently it is to prevent large SOAP messages to go back and forth
on the network?
J2EE is clear, the UI talks to the BO, the BO talks to the DB. There
is a BO server somewhere that everybody talks to, the DB can also be
on a server..etc.
Can someone points me to a document clarifying what is a distributed
service architecture with .NET?
Thanks.
by my company. The tech guy got me totally confused:
- The UI talks to the controller
- the Controler talks to the manager
- the manager talks to the Dal factory
- the DAL talk to the Impl proxy
- the Web service talks to the manager or an other web service
- A business object is not a web service
....On top of this nightmare, there is not server for the web service,
the DLL must be copied on every PC running my .NET application...!
Apparently it is to prevent large SOAP messages to go back and forth
on the network?
J2EE is clear, the UI talks to the BO, the BO talks to the DB. There
is a BO server somewhere that everybody talks to, the DB can also be
on a server..etc.
Can someone points me to a document clarifying what is a distributed
service architecture with .NET?
Thanks.