Many times we get into situation where we have to pass data from-to multiple layers in our application. An example can be application using interceptors. Suppose we have two interceptors in our application, one for login check and second for putting audit information in database. We want to use the User object from first interceptor, […]
The post RESTEasy – Share Context Data with ResteasyProviderFactory appeared first on HowToDoInJava.