I have two apps AppA and AppB which point to same database, but different tables, now I want to embed AppB into AppA, when service of AppA starts up, I could access AppB's page by submenu of AppA.
so what kind of technique I could utilize to do that?