Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 javaapputveckling

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# gitarrworkshop
Projektarbete för kursen Applikationsutveckling Ht2023
# Anders's Guitarr Workshop
Project work for the course Application Development in Java - DT142G (Mid Sweden University)

## Project Abstract
This project is a website developed in Java to a fictional business owned by a fictional character called Anders. He requires a bespoke web service for his workshop, which specializes in offering repair services and a range of exclusive guitars. The web service is designed to support his business model, focusing on efficient management of appointments, client interactions, and case handling, all organized through an integrated calendar system. This project chronicles the development of the website, a collaborative effort undertaken by our eight-member team, with Java as the chosen programming language. The primary emphasis is placed on the calendar functionality. However, the scope of work extends to include features like database connectivity, enhanced visibility, and practical usability, all developed across three distinct prototypes. The final deliverable is a complete website with a comprehensive, fully functional calendar, alongside robust modules for managing members, cases, and products, and a well-structured admin and client interface, realized through the collective contributions of the entire team.

## [Payara configuration guide](./apputveckling/src/main/resources/misc/Payara_configuration_guide.md)

The project contributers are:
- Nasir A. (nasiralizade)
- Johannes J. (JohannesJoujo)
- Isaac K. (isaac1209)
- Taha K. (TahaKhudher)
- Bashar L. (BasharLevin)
- Anarildo R. (bl4ckswordsman)
- Emanuel S. (dread117)
- Serhad Y. (LocalTweekez / serpan133)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Configuration guide for the database connection with Payara and MySQL(via XAMPP)

1. Download MySQL Connector/J (platform independent version) and unzip the folder to
/PAYARADIR/glassfish/domains/domain1/
*Replace PAYARADIR with the path of your payara6 folder

2. Open a terminal/command prompt in the location /PAYARADIR/bin and run the following command: ./asadmin add-library
/PAYARADIR/glassfish/domains/domain1/lib/mysql-connector-j-8.2.0/mysql-connector-j-8.2.0.jar

Now open a new terminal in /PAYARADIR/glassfish/bin and run the same command as above.
*Replace PAYARADIR with the path of your payara6 folder

3. Follow this guide to procceed with the MySQL configuration in Payara's GUI:
https://blog.payara.fish/using-mysql-with-payara