Hi Glen, Yes now that I think of it, probably not any actual java first samples. There are quite a few 'samples' in the systests however.
My github project however is devoted mostly to java first cxf stuff so should be a good place to start. On Fri, May 17, 2013 at 7:53 PM, Glen Mazza <[email protected]> wrote: > We have for JAX-RS/REST, this sample: > http://svn.apache.org/viewvc/**cxf/trunk/distribution/src/** > main/release/samples/jax_rs/**basic_https/<http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/> > > We have a WSDL-first example (probably adaptable for Java first): > http://svn.apache.org/viewvc/**cxf/trunk/distribution/src/** > main/release/samples/wsdl_**first_https/<http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/> > > I'm not aware of a Java-first HTTPS sample though... > > Glen > > > On 05/16/2013 04:07 PM, Jeff Ramin wrote: > >> Hi folks. >> >> I have a very simple proof-of-concept web service working just fine. It's >> a code-first situation, >> and CXF automagically provides the service via Jetty, which seems to be >> part of the CXF download, >> from what I can tell. I have not (and don't want to) set up a servlet >> container. >> >> What I now want to do is have the service provided over SSL, and I'm >> spinning my wheels. Is >> there a step-by-step howto I could look at? >> >> Thanks. >> >> >
