Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找客户端集成解决方案/架构。我需要将 asp.net Web 应用程序(动态 CRM)与其他 Silverlight 和 VB6 系统集成。问题是如何安全地激活 EXE 并且没有弹出窗口以及如何传递参数。
在类似的情况下,我使用了轻量级 ESB\pub sub\消息队列引擎。
根据性能要求和可维护性,您可以为每个节点使用一个引擎,也可以使用一个中央引擎,其中每个队列或发布子主题都包含节点 ID。
这类似于 android 中的“意图”概念。