Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0C889200BD9 for ; Thu, 24 Nov 2016 11:53:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0B406160B11; Thu, 24 Nov 2016 10:53:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9C766160B30 for ; Thu, 24 Nov 2016 11:53:08 +0100 (CET) Received: (qmail 64378 invoked by uid 500); 24 Nov 2016 10:53:07 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 62771 invoked by uid 99); 24 Nov 2016 10:53:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2016 10:53:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 58FB6E36C8; Thu, 24 Nov 2016 10:53:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: csierra@apache.org To: commits@aries.apache.org Date: Thu, 24 Nov 2016 10:53:37 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] aries-jax-rs-whiteboard git commit: add readme archived-at: Thu, 24 Nov 2016 10:53:10 -0000 add readme Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/4b36003c Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/4b36003c Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/4b36003c Branch: refs/heads/master Commit: 4b36003c1e65e355de9d55f96556280caa81d8f1 Parents: 3af0157 Author: Raymond Auge Authored: Fri Oct 28 11:49:41 2016 +0200 Committer: Raymond Auge Committed: Fri Oct 28 11:49:41 2016 +0200 ---------------------------------------------------------------------- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/4b36003c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a7519a --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +## JAX-RS Whiteboard + +This is an implementation of a JAX-RS Services whiteboard [OSGi RFC-217](https://github.com/osgi/design/tree/master/rfcs/rfc0217). + +## Building + +Execute the usual maven task `mvn package`. + +## Running the Example + +This is a two step process. + +### Create the executable jar + +In the bndrun subdirectory, execute the task `mvn bnd-export:export` + +**Note:** There's an occasional NPE occuring during the resolve operation. If you should encounter this, please try again. + +### Run the exported jar + +Once exported, the bndrun directory should contain a file `org.apache.aries.jax-rs.example.jar`. + +Execute the following command + +``` +java -jar org.apache.aries.jax-rs.example.jar +``` \ No newline at end of file