web service for business logic or data access layer
Posted
by
luiscarlosch
on Stack Overflow
See other posts from Stack Overflow
or by luiscarlosch
Published on 2010-12-25T17:50:17Z
Indexed on
2010/12/25
17:54 UTC
Read the original article
Hit count: 246
This post http://www.theserverside.net/tt/articles/showarticle.tss?id=Top5WSMistakes encourages me to create the web service for business logic layer but many people use it in the data access layer. I want to create a project where i want to access the same data repository from a desktop application, website and a cell phone. What would you recommend me? Is there any case it may be a good idea implement web services to both layers? thanks.
© Stack Overflow or respective owner