我应该使用网络服务吗? [英] Should i use webservices?

查看:74
本文介绍了我应该使用网络服务吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

我正在制作一个时间表应用程序,并从头开始重新编写它,就像以前在asp经典中一样。

I am working on a timesheet application and re-writing it from scratch as it was in asp classic before.

在我以前的工作中,我大量使用网络服务。基本上,数据库层和业务逻辑在Web服务中实现。在UI中,我们将所有Parameters数据以XML格式传递给Web服务对象,并在oracle
存储过程中对其进行操作。 Web服务也返回了数据集对象。

In my old job, i was using web services heavily. Basically database layer and the business logic were implemented in web services. From the UI, we were passing all the Parameters data to web service object in XML format and manipulating it within oracle store procedure. Also web service was returning dataset object.

我正在考虑为这个Timesheet应用程序使用Web服务,并想知道是否有任何使用Web服务的缺点,如性能等?

I am thinking about using web services for this Timesheet application and wondering if there are any draw backs of using web services like performance and etc?

推荐答案

虽然有点不同寻常,但您的设计没有任何技术障碍。我通常为Web应用程序实现Web服务接口,但没有任何业务逻辑。它们主要是围绕BLL方法的包装器,它们将整个
系统设计和覆盖范围扩展到包括外部非域客户端。

while a bit unconventional, there are no technical barriers to your design. i typically implement web service interfaces for web applications but void of any business logic. they are mostly wrappers around BLL methods which extend overall system design and coverage to include external, non-domain clients.


这篇关于我应该使用网络服务吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆