Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjbianco/jboss-rhetclm
A digital roster of who is currently in the office.
https://github.com/gjbianco/jboss-rhetclm
Last synced: about 1 month ago
JSON representation
A digital roster of who is currently in the office.
- Host: GitHub
- URL: https://github.com/gjbianco/jboss-rhetclm
- Owner: gjbianco
- Created: 2014-04-24T18:35:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T14:54:18.000Z (over 10 years ago)
- Last Synced: 2024-12-09T12:57:38.931Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RHETCLM
========
Red Hat Employee Time-based Check-in Location Manager
--------*Reticulum*:
A small, faint constellation. Its name is Latin for reticle: an optical device used as **an aid in locating objects**.When many coworkers do not physically visit their office every day (e.g. they are at a client location or working from home), it becomes difficult to know who is actually in the office and when. RHETCLM (pronounced: reticulum) is designed to handle exactly this situation by allowing users to check in to an office. Other users can then quickly check who is actually at that office before they decide to go in.
Technologies Used
-----------------* OpenShift
* EAP 6
* Maven
* JPA with PostgreSQL
* EJB 3
* JMS (STOMP?)
* JSF
* JAX-RS
* CDI using Weld
* Arquillian and JUnitInterface
---------Existing user state change:
/rhetclm/{version}/user/{username}/{in:out}
Create user:
/rhetclm/{version}/user/create
View user:
/rhetclm/{version}/user/{username}Modify user:
/rhetclm/{version}/user/{initials}/modify
View all locations:
/rhetclm/{version}/
View location:
/rhetclm/{version}/location/{location}