opencadc / uws

client and server implementations of the Universal Worker Service (UWS) specification
GNU Affero General Public License v3.0
2 stars 8 forks source link

implement AsyncServlet and async actions #18

Closed pdowler closed 6 years ago

pdowler commented 6 years ago

using cadc-rest library

pdowler commented 6 years ago

General comment: I did not remove the restlet impl as it is used in other tap services, vospace, and proc. I will create a story to convert them (web.xml change) and to convert SyncServlet to be based on cadc-rest as well... that will also require some changes to the InlineContentHandler impls because that interface is in cadc-uws-server and in cadc-rest. The new code is much smaller (6 classes instead of 18-20).