Coder Social home page Coder Social logo

fhbay's Introduction

FHBay

This is an auction platform which allows you to offer articles and bid on them.

This project is part of the SVE (Service Engineering) course at FH Hagenberg.

Building and Deploying

To build the application and deploy it to JBoss (JBoss and MySql need to be running and the fhbay database needs to exist) execute the following command in the root of the project.

$ mvn clean install -DskipITs && mvn -pl fhbay-ear jboss-as:deploy

After the EAR file has been deployed you can execute the long running tests (Integration and EndToEnd) with the command:

$ mvn verify

Inserting Test Data

Go to insert test data page to have the system insert:

  • Categories
  • Customers
  • Articles
  • Bids on some of the articles

After the insert has finished you will be redirected to the index page

Login

+------------------+-----------+-------------+
| USERNAME         | PASSWORD  | ROLES       |
+------------------+-----------+-------------+
| tom.seller       | expensive | USER        |
| bud.bidder       | cheap     | USER        |
| admin            | power     | USER, ADMIN |
| otto.otherbidder | cheaper   | USER        |
+------------------+-----------+-------------+

Roles

Users can:

Admins can:

Anonymous (everyone) can:

  • View categories: index (bottom left)
  • List all articles: index
  • List only articles in a certain category and its subcategories: category page
  • List only articles in a certain subcategory: subcategory page
  • View article details: article details page
  • Search for articles by name and description: index page using the search form (top left)
  • Search for articles by name and description that are in a certain category or one of its subcategories: index page using the search form (top left)
  • Login using a username and password: index page using the login form (middle left)

Internal Structure:

fhbay-client-commons

  • Contains common classes used by all the fhbay clients

fhbay-commons

  • Contains classes used by fhbay-server and fhbay-web

fhbay-config

  • Contains configuration files like standalone.xml for JBoss

fhbay-ear

  • Assembles the EAR file for deployment to the Application Server.

fhbay-parent

  • Contains common Maven configuration for all the modules.

fhbay-server

  • Contains the Beans, DAOs and Business Logic of the application.

fhbay-web

  • Contains the Web Client for the application.
  • Assembles the WAR file.

fhbay's People

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.