Plenty of examples in cxf itself, but I have a fairly detailed set of examples for java first CXF here as well
https://github.com/pellcorp/cxf/tree/master/JavaFirst On Fri, May 17, 2013 at 6:07 AM, Jeff Ramin <[email protected]>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. > > -- > Jeff Ramin > Software Engineer > Singlewire Software > 2601 W Beltline Hwy #510 > Madison, WI 53713 > > Phone Direct - 608.661.1172 > www.singlewire.com > >
