Skip to content

Stimulation of the English Premier League 2021. Developed using Java and Angular, while connecting using Play Framework

License

Notifications You must be signed in to change notification settings

nuvinga/Premier-League-Stimulation

Repository files navigation

English Premier League Stimulation Application

Developed by: Nuwin Hansitha Godakanda Arachchi

This application was built as partial completion of my second year reading for the B.Eng. (Hons) Software Engineering undergraduate degree, from the University of Westminster.

Used Versions

Notes

Java version Assertion

In the build of the application, the java version is forced to run in version 1.8. If not installed and available, the application will throw errors. If someone wants configure the application to a different java version, they need to move into;

    ├── /build.sbt/

and change the following assertion;

//forcing java version- 1.8 for compiling the java files
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")

initialize := {
  val _ = initialize.value
  val javaVersion = sys.props("java.specification.version")
  if (javaVersion != "1.8")
    sys.error("Java 1.8 is required for this project. Found " + javaVersion + " instead")
}

inorder to configure the application to a different java version. If not properly configured, the application will throw a cascade of errors and the GUI's nor the CLI will run.

All the enities, controllers, and services have been seperetly categorized into folders.

Special Thanks

Special thanks goes out to Yohan Gomez and his team, for the connected java-play-angular-seed which helped immensely in completion of the application on deadlines.

.

Indexed in Turn-It In Global Referencing Scheme

This project should not be used for any coursework related activity and all codes have been submitted to Turn-It In global referencing platform, where usage of this code may be caught for Plagiarism.

About

Stimulation of the English Premier League 2021. Developed using Java and Angular, while connecting using Play Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published