New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-mediator-java

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-mediator-java

OpenHIM Mediator generator for Java

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-42.86%
Maintainers
2
Weekly downloads
 
Created
Source

OpenHIM Core

generator-mediator-java

A Yeoman generator for scaffolding a Java-based OpenHIM mediator based on the Java Engine.

Getting Started

It's quick to get up and running. First install yeoman and this generator, and then run the generator:

npm install -g yo
npm install -g generator-mediator-java
mkdir my-mediator
cd my-mediator
yo mediator-java

The generator will prompt you with several questions for your mediator and will then setup the scaffold. When done, simply run

mvn install

to build the mediator.

The mediator is packaged as a stand-alone jar and can be executed as follows:

java -jar mediator-x.y.x-jar-with-dependencies.jar --conf my-mediator.properties

The .jar can be found in target/ and a default set of properties in src/main/resources/mediator.properties

Certificate Issues

If you're using the OpenHIM with a self-signed certificate, this tutorial should help you setup your local JRE to accomodate the HIM's certificate.

Compatibility

Out of the box the scaffolded mediator will be compatible with version 1.4+ of the OpenHIM Core. Note however that it will be fully compatible with 2.0+ as well. If for some reason you require the mediator to be 1.2+ compatible, you can easily allow this by disabling the heartbeats. To do so simply set mediator.heartbeats to false in mediator.properties.

Keywords

FAQs

Package last updated on 14 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc