Skip to content

mpuzar/ewp-reference-connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

411 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the reference connector for EWP

This reference connector demonstrates how a connector can be implemented. It has a built-in database to save persistent information.

Requirements

  • Java 8
  • Java EE container, such as Tom EE or Glassfish

Development environment

In addition to the requirements for the EWP host, the following are also required

  • Any Java IDE compatible with Java 8 and Maven
  • Node.js
  • Maven 3.3.9
  • Git

Build and run a Docker image

mvn clean package docker:build

Followed by

docker run reference-connector -p 8080:8080

Locate your browser to

http://localhost:8080/ewp/

Installation instructions for a EWP Host

tomee.serialization.class.blacklist = -

Installation instructions for a local development environment

If you want to fork the code, or just start to hack on your own connector, and want to use this as a reference, follow these steps.

$ mvn clean install

Lots of output and should be followed by

[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:33 min
[INFO] Finished at: 2016-09-08T09:21:13+02:00
[INFO] Final Memory: 31M/356M
[INFO] ------------------------------------------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 59.3%
  • HTML 26.4%
  • JavaScript 14.0%
  • CSS 0.3%