how i can return json in rest web service developed in java -
from server sending normal json data, on client expecting jsonp. response server not jsonp , browser throw exception syntax wrong.
can explain me how have using java
mi web service type restful
if client expects jsonp, that's server needs send. how have server send jsonp depends on type of server use. if use jersey example, can use answer question: returning jsonp jersey
Comments
Post a Comment