WCF服务的前端 [英] Frontend for WCF Service

查看:80
本文介绍了WCF服务的前端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好!

我必须做出一个相当大的设计决定,并想向有经验的人提出一些建议:)



我正在使用WCF开发SOA服务(包括登录+用户帐户管理,客户数据库,公司不同产品线的演示,......)。

我现在必须决定使用哪种前端技术来生成用户可以在浏览器中查看的HTML。合乎逻辑的答案是:ASP.Net。但是,我想知道其他选择。我正在考虑使用PHP服务(因为我想学习这种语言)。我可以想到这个场景:

- 最终用户通过HTTP访问PHP服务,PHP服务通过SOAP执行一些业务逻辑调用到WCF服务,然后将结果返回给用户。



这至少会产生用户会话管理必须位于PHP服务一边的问题,因为WCF服务只能由PHP服务调用。 />


那么,是否有更简单的方法在我的WCF服务面前获得一些(动态)HTML表示层(忽略ASP.net并最好使用PHP)?

Hello!
I have to make a rather big design decision and would like to ask for some advices from experienced people :)

I am developing a SOA service using WCF (includes Login + user account management, customer databases, presentation of different product lines of the company, ...).
I now have to decide which front-end technology I am going to use in order to generate the HTML that the users can view in their browsers. The logical answer would be: ASP.Net. However, I would like to know about other options. I am thinking of using a PHP service (since I would like to learn this language). I can think of this scenario:
- The end user accesses the PHP service via HTTP and the PHP service performs some business-logic calls via SOAP to the WCF service and then returns the results to the user.

This creates at least the problem that the user session management has to be on side of the PHP service because the WCF services are only called by the PHP service.

So, is there an easier way to get some (dynamic) HTML presentation layer in front of my WCF service (ignoring ASP.net and preferably using PHP)?

推荐答案

你必须使用ASP .NET :) :)
you must go with ASP .NET :) :)


这篇关于WCF服务的前端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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