Posts by fhofmann • 276 points
2 posts
- 
		16 votes4 answers1037 viewsA: What is reverse proxy?Quick response: Reverse proxy would be a service or server forwarding requests to another service/server in a transparent way. The customer (browser for example) does not know the existence of this… terminologyanswered fhofmann 276
- 
		0 votes1 answer370 viewsA: Pick up a XML list in JAVAYou are "consuming" the stream on the line String message = org.apache.commons.io.IOUtils.toString(in);. When trying to make unmarshal Cars cars = (Cars) cu.unmarshal(in); The stream read position…