1. Jetty vs CXF / Which one to choose? stackoverflow.comI am fairly new to the Java world and pretty overwhelmed by the beauty of choice between dozens of libraries doing more or less the same thing, or not. So with Jetty ... |
2. How to start cxf service on localhost but return external address in wsdl? stackoverflow.comI'm using cxf and jetty behind apache to expose a webservice via soap. The goal is to start jetty on http://localhost:9000 in all cases and have apache proxy ... |
3. Apache CXF 2.0.12 to 2.2.7 upgrade issue stackoverflow.comI have upgraded a CXF web service implementation from Apache CXF 2.0.12 to 2.2.7 and now I can't connect from a remote computer.
works on the installed computer.
from a remote computer ... |
4. Low overhead Java Web Services container? stackoverflow.comI want to provide a Java-based Web Service, but I don't require the features of a full-blown J2EE Application Server. I would like it to start as quickly as possible, ... |
5. Unable to get wsdl from CXF service stackoverflow.comI'm trying to get a CXF service running on existing jetty server (not stand-alone). I see the list of services at http://localhost:9100/cxfservices But, when I click on the wsdl link, I ... |
6. SSL Handshake between two WebApps stackoverflow.comI have a webapp-1 deployed on a SUNWappserver that requires two way SSL authentication. I can write a java client-1 for it, and it works just fine. However, when I write a ... |