Originally posted by Dorothy Taylor:
Hi
I am developing JSR-168 portlets on WPS 5.1.... But how should the lookup be done?
There's not problem looking up an EJB from the portal. Just think of your portlets as though there were any other Servlet/JSP type of application in this regards.
As far as looking up your EJB, you really should go through a service locator. The Service Locator
pattern is well established, and there's lots of documentation on how to implement it. Plus, you'll impress everyone on your team by using a "Design Pattern."
Good luck!
-Cameron McKenzie