Accessing FacesContext from Web Service
- by scriptmonster
I'm developing a Web Service which will be called by clients which are written by me. In the web service I need to use application-wide objects which eases the load of application on the system. I have implemented my application-wide objects as shown in this question.
I can use my object in a jsf page with no problem as follows.
MyObject mo =…