akabanov57 / cxf-dosgi

How to run REST services on apache felix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clone of the original project https://cxf.apache.org/distributed-osgi.html

Project purpose.

Running examples in the original project uses apache karaf but sometimes we need to run services on apache felix.

How to compile and run.

  1. Download and install openjdk 13.
  2. Download and install Eclipse.
  3. Install bndtools plugins into Eclipse.
  4. Clone this project.
  5. Create cxf-dosgi eclipse workspace.
  6. Import into it bndtools workspace from git.
  7. Go to org.apache.cxf.dosgi.samples.xxx
  8. Open rest-service-xxx.bndrun.
  9. Click "resolve".
  10. If there are no errors click "Run OSGi".
  11. Read "readme.md".

About

How to run REST services on apache felix


Languages

Language:Java 100.0%