RE: Dynamic JAX-RS application

2010-04-19 Thread Jerome Louvel
Objet : Dynamic JAX-RS application Hi everybody, I have the following use case: I would like to setup a dynamic JAX-RS application where you can dynamically add and remove resources at runtime. Now I have successfully managed to add/remove resources in the following way : 1) I create

Dynamic JAX-RS application

2010-03-09 Thread Fabio Mancinelli
Hi everybody, I have the following use case: I would like to setup a dynamic JAX-RS application where you can dynamically add and remove resources at runtime. Now I have successfully managed to add/remove resources in the following way : 1) I create a new javax.ws.rs.core.Application whose

Dynamic JAX-RS application

2010-03-09 Thread Fabio Mancinelli
Hi everybody, I have the following use case: I would like to setup a dynamic JAX-RS application where you can dynamically add and remove resources at runtime. Now I have successfully managed to add/remove resources in the following way : 1) I create a new javax.ws.rs.core.Application whose