Coder Social home page Coder Social logo

pratik217 / bookstore-actions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from octodemo-techdays/bookstore-actions

0.0 1.0 0.0 493 KB

Bookstore Demo with Actions and Packages

License: MIT License

Java 62.42% HTML 23.07% JavaScript 11.14% Dockerfile 3.38%

bookstore-actions's Introduction

GitHub Demo Bookstore

A Java based Servlet implementation of a bookstore.

This is a legacy type application that will create a WAR file for deployment to Web Server that supports servlets, e.g. Jetty or Tomcat

Maven Project

The project will build a WAR file using Maven. Changes made from the legacy project:

  • POM now uses a dynamic and configurable version number ${revision}${changelist}${sha1} these options give us three injection points to provide a unique tracible version number for each build
    • By default the version number will be 1.0.0-SNAPSHOT when developers build locally using ${revision} as the placeholder for the SemVer and ${sha1} being set to -SNAPSHOT to indicate an integration build
    • The CI/CD workflows will inject the necessary parameters into these value to create unique trackable build numbers

Dockerfile

We are using a Dockerfile to build a container that is capable of serving up our WAR file. To do this we are utilizing a Jetty base image and serving our WAR file from the / context.

bookstore-actions's People

Contributors

dependabot[bot] avatar peter-murray 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.