https://github.com/multicatch/webregister
A web register system
https://github.com/multicatch/webregister
Last synced: 8 months ago
JSON representation
A web register system
- Host: GitHub
- URL: https://github.com/multicatch/webregister
- Owner: multicatch
- Archived: true
- Created: 2018-01-16T00:15:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T04:00:31.000Z (over 3 years ago)
- Last Synced: 2025-01-14T05:10:56.432Z (over 1 year ago)
- Language: Java
- Size: 198 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRegister
A web register system.
A system in JEE created to maintain student's presence, grades, etc. An excercise I made to learn more about JEE and DI with Guice.
This project is split into three modules:
* WebRegister-ear - an EAR file that is intended to be deployed to a JEE server (tested on Glassfish).
* WebRegister-ejb - an EJB module with most of the application logic.
* WebRegister-web - with Guice configuration and application's API.