I am working on two JSF web Applications. One application is a UI for production services. Other is Testing UI. I have a requirement like if I click on a link in production services UI I should be able to navigate to TEST UI application. Once The test is done the control is to be shifted to production Services.
Can this type of requirements be handled.Is it possible to navigate between two web applications.
Thanks, Dileep.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
That depends on what exactly you mean by "navigate". The simplest form would be a link that takes you to the other environment.
Ok, the requirement is we are using web services. So to test the web services testUI is used. To test the web services in Production TestUI will be called. once the testUI execution is completed the control will shift back to Production UI.
Can this be done.
Thank you, Dileep.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
I don't understand what "control will shift" means - who is in control, and of what?
Say you're in the production UI. Now you want to shift to the test UI. What does this shift entail that a link to the other page (or web app) does not provide? [ October 16, 2007: Message edited by: Ulf Dittmer ]
dileep Chappalli
Greenhorn
Joined: Oct 08, 2007
Posts: 8
posted
0
I navigate between Product UI and Test UI.
"control will shift" in the sense I mean the session(HttpSession). The session of Production UI from which the request for Test UI is generated.
If I want to come back from Test UI to the Production UI and resume other work. How can I track the session from which the user has generated request for Test UI.
Can we track the session from which the request for Test UI application is generated ?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: navigation between different web applications