-
Notifications
You must be signed in to change notification settings - Fork 3
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).
No special technologies were used and the modul itself depends only on couple of other CRCE modules.
Module can be built using mvn clean install
command. Unit tests can be skipped by setting -DskipTests=true
flag.
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.
Zdenek Vales, 2020 (Master Thesis)
[ CRCE wiki ]