Skip to content

Web services comparator

Zdeněk Valeš edited this page May 17, 2020 · 4 revisions

Compares two web services and evaluates their compatibility. The comparison is done on metadata gathered by Web Services indexer and REST implementation indexer. Mutual comparison is currently possible only for metadata gathered by one module (cross-comparison is not possible).

Dependencies and Technologies Used

No special technologies were used and the modul itself depends only on couple of other CRCE modules.

Build Notes

Module can be built using mvn clean install command. Unit tests can be skipped by setting -DskipTests=true flag.

Usage

Module is accessible via REST API on URI /apicomp/compare?id1=...&id2=... where id1 and id2 are IDs of Resources representing the web services to be compared.

Author

Zdenek Vales, 2020 (Master Thesis)

Clone this wiki locally