[Help] to embed a php system in a jsp system [welcome to discuss the solution] This post was last edited by nowphp at 17:35:13, January 25 ,.
Jsp java system embedded in php System
In the existing jsp system, you can implement sso synchronous Login Integration with the php system.
Requirements: share the head (display user login information and navigation) with the jsp system, and synchronize some key data to the php System.
Question: 1. it is better to directly use iframe in the jsp system or switch the end of the jsp header to the php System.
2. data synchronization implementation method (interfaces provided by jsp are required ).
Reply to discussion (solution)
Please pay attention to it.
Currently, the temporary solution is to create tables in the php System (php uses jsp system data). when there is data operation in the jsp system, synchronize ajax to request a php url, pass data over. However, it is difficult to achieve transaction consistency. For more information, see.