gtrianta1965 / ServiceWatcher

Standalone java application for Service Monitoring
0 stars 0 forks source link

Activity, Logging and Reporting via call to external Rest API. #24

Open gtrianta1965 opened 7 years ago

gtrianta1965 commented 7 years ago

This feature will allow Service Watcher to report its activity in a more extended way. Service Watcher might push the statuses of services to an external site via REST API call. In this way Service Watcher acts as an agent while the true monitoring is performed somewhere else.

This is a briliant feature that can be used to connect Service Watcher with the Cloud or any other web application that exposes the appropriate API.

Specifications will follow shortly but basically what we need here is a mapping between a JSON object and values of Service Watcher variables.

androklis commented 7 years ago

Can the external site be implemented using OracleJET?

gtrianta1965 commented 7 years ago

The major component of the external site is the REST Serices API that will accept the information pushed by ServiceWatcher. The site will also be able to persist this information.

Regarding the front end, we need an application that will query the information and present it in a nice way. This can be one of the following (Oracle Technology Stack).

But if we choose Oracle JET then we need another REST API layer!!!

KALALEX commented 7 years ago

I vote for OracleJET! It looks more responsive for smart devices, it looks like (OracleJet) has been build to be responsive in all screen sizes, which is essentially the base of where people are going to access this application from as a monitoring service. Plus it has a library of already implemented modules/code/blocks (cook book).

KALALEX commented 7 years ago

Oracle JET and ADF BC REST Security Integration Approach