users@glassfish.java.net

inject or read a value to/from pojo that implements servlet endpoint

From: Ramon Ramos <r.ramos_at_freenet.de>
Date: Wed, 10 Oct 2007 15:58:21 +0200

Hi,

I haven't figured out how I can inject or read a value (like an env
entry) to/from a pojo that implements the servlet endpoint of a web
service. I was reading something like injecting a webservicecontext and
getting the servlet context from it, but that seems to be too much
dependency and complexity given that I only need to read a value.

How can I achieve that?

Thank you for your help,

Ramon