https://github.com/mounirelbakkali1/gathergrid-jakartaee-app
Java EE master Class | API | Testing | Database Access | Server Side Rendering | Deployment
https://github.com/mounirelbakkali1/gathergrid-jakartaee-app
arquillian jakarta-ee java jpa-hibernate jsp-servlet jstl junit5 maven mockito wildfly
Last synced: about 2 months ago
JSON representation
Java EE master Class | API | Testing | Database Access | Server Side Rendering | Deployment
- Host: GitHub
- URL: https://github.com/mounirelbakkali1/gathergrid-jakartaee-app
- Owner: mounirelbakkali1
- Created: 2023-10-12T14:09:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-25T15:53:26.000Z (over 1 year ago)
- Last Synced: 2025-04-07T08:45:26.566Z (3 months ago)
- Topics: arquillian, jakarta-ee, java, jpa-hibernate, jsp-servlet, jstl, junit5, maven, mockito, wildfly
- Language: Java
- Homepage:
- Size: 3.23 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### GatherGrid
> web Jakarta EE based application developped to enable users to create, promote, manage, and participate in events. This platform provides event organizers with a user-friendly way to plan and promote events, while participants can search for, register for, and interact with various types of events
### Technologies
#### 1. Wildfly as provider (Application Server)
#### 2. MYSQL database
#### 3. Maven Build Tool
#### 4. Servlets
#### 5. JPA / Hibernate
#### 6. JTA (Java Transaction API)
#### 7. Wild SE as implementation of CDI (Context and dependency injection)
#### 8. WildFly Elytron Security Implementation### UML DIAGRAM

### STRUCTURE (INITIAL)
```
├───src
│ ├───main
│ │ ├───java
│ │ │ └───ma
│ │ │ └───youcode
│ │ │ └───gathergrid
│ │ │ ├───domain
│ │ │ ├───repositories
│ │ │ ├───resources
│ │ │ ├───service
│ │ │ └───utils
│ │ ├───resources
│ │ │ └───META-INF
│ │ └───webapp
│ │ └───WEB-INF
│ └───test
│ ├───java
│ └───resources
├───target
└───UML
```
### FIGMA LINK
https://www.figma.com/file/31CTIVv1zUEwLSyfaWTBSn/Untitled?type=design&node-id=0%3A1&mode=design&t=A8tvm7RnPRH1Uw1s-1