且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用.NET认证的Java EE整合

更新时间:2023-12-05 12:37:28

创建.NET Web服务(使用WCF,当然)返回一个用户是否经过验证。然后调用从Java EE应用程序的Web服务。

Create a .NET web service (using WCF, of course) to return whether a user is authenticated. Then call that web service from the Java EE application.