From 346c38b02a1bdf46e1e2ecffe90ca228c43d0ee1 Mon Sep 17 00:00:00 2001 From: Naoshadul Islam Date: Fri, 11 Nov 2016 16:21:57 +0600 Subject: [PATCH] Created README.md and added relevant articles --- apache-cxf/cxf-jaxrs-implementation/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apache-cxf/cxf-jaxrs-implementation/README.md diff --git a/apache-cxf/cxf-jaxrs-implementation/README.md b/apache-cxf/cxf-jaxrs-implementation/README.md new file mode 100644 index 0000000000..28c01e6e36 --- /dev/null +++ b/apache-cxf/cxf-jaxrs-implementation/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Apache CXF Support for RESTful Web Services](http://www.baeldung.com/apache-cxf-rest-api)