-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paolo Campanella edited this page Jan 17, 2014
·
2 revisions
Welcome to the mercurius wiki!
Mercurius is a Communication System composed by:
- RESTFul service: a RESTFul Web Service written in Java with Jersey and Hibernate
- Web Client: AngularJS web client
- Server Daemon: Java Daemon to send communications
Communications to send are written in a Database from the RESTFul Service. Daemon reads the same Db to really send ie sms or mails.
Mercurius uses several OpenSource Projects:
- Hibernate for Db Interaction
- ContactPath was used as starting point for web client. It can be considered as a fork of the project. Not official for because is hosted in another site
- SmsLib for sending sms