Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootique/bootique-cxf
Bootique integration with Apache CXF
https://github.com/bootique/bootique-cxf
apache-cxf bootique bootique-modules
Last synced: about 2 months ago
JSON representation
Bootique integration with Apache CXF
- Host: GitHub
- URL: https://github.com/bootique/bootique-cxf
- Owner: bootique
- License: apache-2.0
- Created: 2018-04-04T12:02:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T18:10:22.000Z (8 months ago)
- Last Synced: 2024-04-23T20:12:02.570Z (8 months ago)
- Topics: apache-cxf, bootique, bootique-modules
- Language: Java
- Size: 259 KB
- Stars: 9
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![build test deploy](https://github.com/bootique/bootique-cxf/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-cxf/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.cxf/bootique-cxf-core.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.cxf/bootique-cxf-core/)# bootique-cxf
Provides [Apache CXF](https://cxf.apache.org/) integration with [Bootique](http://bootique.io).
CXF can be used in a different contexts:
- [JAX-WS Server](bootique-cxf-jaxws-server)
- [JAX-WS Client](bootique-cxf-jaxws-client)
- [JAX-RS Server](bootique-cxf-jaxrs)All of those modules can be used simultaneously in a single application.