質問

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