Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top