Is it possible to fetch a HTML select with a Serveur File through jersey?

16 views Asked by At

I am coding a webservice with jersey and maven in java and i am trying to dynamicly fetch a HTML select from my jsp using a json doc located on my server.

I was only wondering if ever it is possible to simply extract or communicate the data from this json file (which is in my main.resources) and to fetch my select with it using java or jersey or smt

0

There are 0 answers