Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.2 KB

File metadata and controls

27 lines (15 loc) · 1.2 KB

swaggersocket-samples

Some SwaggerSocket Samples.

A node.js client that can call SwaggerSocket's Echo Sample service. In order to run this sample, you need SwaggerSocket's Echo Sample.

A sample web application that demonstrate How Apache CXF's SwaggerSocket feature can be enabled to host a JAXRS service that can be invoked using SwaggerSocket. This sample does not use SwaggerSocketServlet but instead configures the CXF bus to use the SwaggerSocket protocol interceptor to nable SwaggerSocket (context.xml).

An OSGi bundle version of cxf_echo_service (Shown at ApacheCon NA 2015)

A SwaggerSocket enabled version of Apache Olingo's OData Cars service (Shown at ApacheCon NA 2015).

An OSGi bundle version of olingo_car_server