| Author |
how can i configure JAx-RS RequestHandler
|
cute nonni
Greenhorn
Joined: Jan 02, 2012
Posts: 7
|
|
hi all,
i'm new to JAX-RS and need to know how can i configure a RequestHandler or ResponseHandler in simple web application ?
thanks
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2194
|
|
Hi!
What web service stack are you using?
As far as I know (do correct me if I am wrong!), RequestHandler is not something that is specified by the JAX-RS standard.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
cute nonni
Greenhorn
Joined: Jan 02, 2012
Posts: 7
|
|
many thanks for your reply,
i was studying Apache CXF and i reached this section
http://cxf.apache.org/docs/jax-rs-filters.html
but i did not find any tutorial to know how can i configure RequestHandler or ResponseHandler
sorry,my question was not clear as i'm really confused regarding the difference between restful web service in Apache CXF and the standard Restful
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2194
|
|
Hi!
There are examples showing how to configure request handlers on the webpage you supplied the link to.
What do you want to accomplish with your request handler?
Best wishes!
|
 |
 |
|
|
subject: how can i configure JAx-RS RequestHandler
|
|
|