Build common interface for two applications(one is in .asp, other in java)

Posted by govardhan on Stack Overflow See other posts from Stack Overflow or by govardhan
Published on 2010-06-12T10:48:32Z Indexed on 2010/06/12 10:52 UTC
Read the original article Hit count: 171

Filed under:
|

We have two applications. One application in .asp and second application in java. we want to build interface for universal authentication, so that one can access the other application once signed into one application. Both applications are using SQL database, but one is written in .ASP hosted on Windows server while the other is in JAVA hosted on a Linux server. The applications are currently resided on two different servers.

requirements:

1)The end user are most likely to access the applications through .ASP first, then reach the 2nd application more like "back office" management system. 2)he JAVA application currently works well with IE web browser, but not very smooth with other browsers such as Firefox. Would like to make the application to be more compatible with other browsers.

Please help me, its very important to me. Thanks in advance!

© Stack Overflow or respective owner

Related posts about java

Related posts about ASP.NET