Code Monkey home page Code Monkey logo

replication-on-demand's Introduction

Replication-on-Demand

Repository used to exchange the "front-end" code associated with the replication on demand project. This project contains an EJB business rules tier and a Web tier (based on PrimeFaces) delivered in a single Enterprise ARchive (EAR) file.

Pre-requisites

  • Java (1.8 or higher)
  • git (v1.7 or higher)
  • Maven (v3.3.8 or higher)

Download the Source and Build the EAR File

  • Download source
# cd /var/local/src
# git clone https://github.com/carpenlc/Replication-on-Demand.git
  • Install the Oracle JDBC drivers into the local maven repository.
# cd Replication-on-Demand
# mvn install:install-file -Dfile=./parent/lib/ojdbc8.jar -DgroupId=com.oracle -DartifactId=ojdbc8 -Dversion=12.2.0.1 -Dpackaging=jar
  • Execute the Maven targets to build the output EAR
# cd /var/local/src/Replication-on-Demand/parent
# mvn clean package 
  • The deployable EAR file will reside at the following location
/var/local/src/Replication-on-Demand/parent/ReplicationOnDemand/target/ReplicationOnDemand.ear

replication-on-demand's People

Contributors

carpenlc avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.