-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Norman Fomferra edited this page Sep 4, 2018
·
4 revisions
Welcome to the bc-wps wiki!
-
clone bc-wps
-
run tests, build and deploy BC-WPS (with mock-wps-impl mock)
-
create bc-wps branch "tao-wps-impl"
-
make sabine TAO contributor
-
clone TAO
-
run tests, build and deploy TAO (with shell mock)
-
study relevant TAO API
-
rename com.bc.wps.WpsService into JaxRsWpsService
-
copy JaxRsWpsService and rename into SpringRootWpsService (may be better to move into separate package "spring")
-
add new module tao-wps (will later move into TAO code base), implement backend TaoSpringRootWpsServiceInstance extending com.bc.wps.WpsServiceInstance
- preserve backward compatibility
- review code, find bugs, increase test coverage
- avoid code duplication, extract common code and move into bc-wps-commons
- check error handling, make sure WPS-conform codes are used in error responses