How can I access the ApplicationContext from within a JAX-WS web service?

前端 未结 5 2104
温柔的废话
温柔的废话 2021-02-15 08:29

Similar to How can I access the ServletContext from within a JAX-WS web service?, is there a way to access applicationContext, easier than this?

import javax.ann         


        
5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-15 09:04

    I would install a Filter that saves ServletContext before chaining in a ThreadLocal

提交回复
热议问题