English 中文(简体)
关于如何从我的统一倡议(网站)中分离服务的建议?
原标题:Recommendations on how to decouple services (RSS, REST API) from my UI (webforms) when they share a common model?

我有一个网络应用程序,由数据、业务和数据分析项目安排。 随着该系统的变化,所有三个项目都进行了部署,并将它们部署在一个一揽子计划中。 这很好地发挥了作用,使“三个层次”的幻觉得以解决,而没有处理来文,将真正独立的系统变成了问题。

因此,在请求提供一些数据的XML摘要的同时,我的想法转向了一种虚幻的WCF服务,一天可以是我的“Web AP”(h..... 思想,一个邪恶的 little子是什么)。 因此,假定这一点是“真正是最佳想法吗?” 我的问题是:

What structure have you had the most success with when posed with two evolving “clients” serving content from a single evolving “model”?

问题回答

詹姆斯,你的问题很棘手,因为有许多变数可以选择适当的结构来满足你们的需要。 我建议阅读patterns & practices Application Building Guide 2.0,以便更好地了解适合您个人需要的备选办法和选择最佳方法。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签