Skip to content

Mercurius Communication System

Paolo Campanella edited this page Jan 17, 2014 · 4 revisions

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
Clone this wiki locally