HighTechTalks DotNet Forums  

Web App Design

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss Web App Design in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
dan
 
Posts: n/a

Default Web App Design - 06-12-2006 , 04:52 PM






I am designing a 4 tiered web application (Presentation, Business, Data
Access and DB). The application will be communicating with other systems
via web services and HTTP post. Most of the data passed between the layers
is XML (business and presentation). I am thinking about designing the
application completely using SOA with WSE 3.0. I have no problem using web
service however is it the best decision to use web services for all
communication. Or should I at using Enterprise Services and Remoting?

Thanks



Reply With Quote
  #2  
Old   
Michael Nemtsev
 
Posts: n/a

Default Re: Web App Design - 06-14-2006 , 01:15 PM






Hello Dan,

It depends on you component publicity.
If you want to make you Business and Data components public - use WebServices.
But in general WS is applyed only to the facade classes from the business
logic and nothing else.
All other internal business and data component communication is private to
external user and realized with ES/Remoting.

Take into account that SOA is a guideline/policy to buid you app but not
just WebServices.

D> I am designing a 4 tiered web application (Presentation, Business,
D> Data Access and DB). The application will be communicating with
D> other systems via web services and HTTP post. Most of the data
D> passed between the layers is XML (business and presentation). I am
D> thinking about designing the application completely using SOA with
D> WSE 3.0. I have no problem using web service however is it the best
D> decision to use web services for all communication. Or should I at
D> using Enterprise Services and Remoting?
D>
D> Thanks
D>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.