使用C# PureMVC框架的Web服务

发布于 2024-10-05 04:46:46 字数 218 浏览 3 评论 0原文

我正在使用 PureMVC 框架的 C# 端口在 C# 中开发 Web 服务。 Web 服务使用 nHibernate 连接并操作数据库。我试图找到有关 PureMVC 在用于管理 Web 服务时应如何初始化的信息,或者如果我调用单独的页面来调用 PureMVC 并让它直接加载 .asmx 文件并向其传递发布数据的信息。当谈到加载顺序时,我有点迷失,所以如果有人能帮助我解决这个问题,我将非常感激。

加里

I am developing a web service in C# using the C# port of the PureMVC framework. The web service uses nHibernate to connect to and manipulate the database. I have tried to find information about how PureMVC should be initialized when used to manage a web service or if I call a seperate page to invoke PureMVC and have it load the .asmx file directly and pass it the post data. I'm somewhat lost when it comes to the load order so if anyone could help me out with this it would be very appeciated.

Gary

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

司马昭之心 2024-10-12 04:46:46

我注意到 WCF 有一个似乎异步运行的消息系统。这似乎更适合 PureMVC 中代理的异步性质,并表明我将正常访问 Web 服务,然后实例化 PureMVC 并使用它来封装我的数据和命令,然后我可以查询 nHibernate 并通知我的其余部分当我收到回复时系统。这应该允许我创建返回数据对象并通过 Web 服务将它们发回。

如果有任何事情听起来很疯狂,请在我投入时间实施它之前告诉我:D

谢谢大家,并感谢 CrazyDart 的投入。

I notice that WCF has a messaging system that appears to run asynchronously. This seems to much better fit the asynchronous nature of Proxies in PureMVC and indicates that I would access the web services as normal where I then instantiate PureMVC and use it to encapsulate my data and commands, I can then query nHibernate and notify the rest of my system when I get a response. This should allow me to create return data objects and send them back through the web services.

If anything about that sounds crazy, please let me know before I invest time implementing it :D

Thanks guys, and thanks to CrazyDart for his input.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文