JAX-RS endpoint for testing only
by John Sanda
I want to implement an endpoint that is deployed only for tests. If I could programmatically create JAX-RS resources, this this would be easy; however, I do not think it is supported. Does anyone have any recommendations on how to do this?
- John
9 years, 4 months