简体   繁体   English

在Lync 2013架构上迁移UCMA 3应用程序

[英]Migrate an UCMA 3 application on a Lync 2013 architecture

I have a currently working UCMA 3.0 application running on an Lync 2010 application server and registered to a Lync 2010 front end server. 我有一个正在运行的UCMA 3.0应用程序,该应用程序在Lync 2010应用程序服务器上运行并注册到Lync 2010前端服务器。 I need to deploy it on a new Lync 2013 architecture. 我需要将其部署在新的Lync 2013架构上。 My application is quite simple, it just returns the precense status of a user. 我的应用程序很简单,它只返回用户的优先状态。 I've a webservice for accessing to it. 我有一个用于访问它的Web服务。

I found this article: here 我找到了这篇文章: 在这里

And I see 3 ways to do it: 我看到3种方法:

  • Use UCMA 3.0 on a Lync 2013 architecture: In that case I need to install a Lync server 2010 and UCMA 3 on an application server, and to register my application pool to a Lync 2013 front end. 在Lync 2013体系结构上使用UCMA 3.0:在这种情况下,我需要在应用程序服务器上安装Lync Server 2010和UCMA 3,并将我的应用程序池注册到Lync 2013前端。 Is that OK? 这可以吗? Do you think that this solution can work as well as an UCMA 4 solution? 您是否认为此解决方案可以像UCMA 4解决方案一样工作?

  • Migrate my UCMA 3.0 application into a UCMA 4.0 application: Do I just need to recompile my application with a UCMA 4 SDK? 将UCMA 3.0应用程序迁移到UCMA 4.0应用程序:我是否只需要使用UCMA 4 SDK重新编译我的应用程序? Do you know if there is a lot of changes between this two versions? 您知道这两个版本之间是否有很多更改?

  • Re develop My application into an UCWA application: I've heard of UCWA wich provides precence capabilitites too. 将我的应用程序重新开发为UCWA应用程序:我听说过UCWA也可以提供出色的功能。 And it seems to be pretty simple to develop, deploy and maybe maintain in the future. 而且将来似乎很容易开发,部署和维护。

Wich one is the best solution for you? 哪一种是最适合您的解决方案?

Thanks for your help. 谢谢你的帮助。

Here's my take from experience:- 这是我的经验教训:

  • I've not done this as the additional required resources usually isn't an option, although I imagine it'll work fine. 我没有这样做,因为虽然我认为可以正常使用,但通常不是必需的额外资源。
  • I have done this in the past, it has just been a case of including reference to UCMA 4 and changing the .net version. 我过去已经这样做过,只是引用UCMA 4并更改.net版本的情况。
  • UCWA is more of a client end SDK and depending on what your current UCMA does it may not be suitable. UCWA更像是一个客户端SDK,根据您当前UCMA的用途,它可能不合适。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM