Reputation: 5351
I am looking for this simplest, plainest way to get a Java web service up in the air. I used to use Axis-1-on-Tomcat, but with Axis 2 its getting too thick. Some preferences for what I'm looking for:
Is anyone familiar with a solution along these lines?
Upvotes: 2
Views: 685
Reputation: 9150
I would still recommend to go with Axis2 - just strip out everything you do not need. "Single JAR containing all Axis2 client side dependencies" and "Understanding Axis2 dependencies" could be useful starting points.
As embedded HTTP server, I guess Jetty is the best option.
Upvotes: 1