문제

I have written http client using camel http connector. Currently JBoss is chosen as my application server. I would like to write a HttpService that should run on JBoss which can receive and process the payload from client.

Any pointers would be much appreciated.

Thanks in advance

도움이 되었습니까?

해결책

You can have a REST service running on the Jboss server which can be easily built using jersey or resteasy frameworks. Other REST libraries can be used too.

The http service can be built using the plain servlet too. But REST libraries provide a lot of builtin support.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top