Link to home
Start Free TrialLog in
Avatar of bnss
bnss

asked on

how to do the equivalent of invoking the execute() method with a uri in Java Server Faces

We are planning to use Java Server Faces for a new project and I am wondering how to do the following:

A link in our app will be called from an outside app. In struts, we handled this by specifying an action to this uri. So if we had an uri /getWorkItems.do, we had an action mapped to this and this would effectively invoke the execute() method of the desired action class.

How would I do the above using Java Server Faces. The jsp/html page that invokes this uri is not in our control. So we cannot specify the method to be called on the bean.

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial