Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic Deep linking Query

575942Jul 13 2007 — edited Aug 9 2007
Hi Guys,

I am trying to setup an intelligent deep linking system so that I can seamlessly jump between different applications. I have 3 different applications. I have renamed the Faces config, Common beans faces config and Web-INF directory so that the 3 apps can all be generated separately and run at the same time.

Here's a simplified example of what I want to do:
One of the apps is a main app that contains a list of employees. There are 2 different types of employees, so I want the deeplinking to check the employee type to decide which app to deeplink into depending on the employee type for that row.

Firstly, is it possible to jump between different applications like this without any issues?

Secondly, how would I go about setting up dynamic deeplinking so that the user can select an employee and deep link into the correct form view.

I don't want to pass the row key value using the URL (GET command eg www.example.com?id=1) as this will cause a security risk for the application.

Regards
Bar

JDev: 10.1.3.2
JHS: 10.1.2.26
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2007
Added on Jul 13 2007
6 comments
3,683 views