Question: Is there a possibility to implement a Portal Services by EJB Bean?
I don't think you can do this directly as the portal service is maintained and called from the irj (portal) application, while the EJB beans are called directly from the web application server (as far as I know).
The only think you could do is to have the Portal Service be a bridge, which basically only calls the EJB and returns the results.
Add a comment