xiaodongliang

Results 7 issues of xiaodongliang

the most change is : retried the way to define endpoint by web.xml, use urlPatterns of WebServlet now

set nickname (app) can only work when deleting has done. and remind the developer be careful to delete because all activities and appbundles will be removed.

Hi Augusto, I updated this repository, deleted some redundant files and fixed bugs . Please help to commit to the base fork. Thanks!

this [commit](https://github.com/Autodesk-Forge/forge-api-java-client/commit/745fddf1ee57414dc6eecd7cd1ba9702384fcf22) has one mistake: **switchLoader** is not option with OBJ translation https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST

With the translation option of SVF or SVF2, it needs add one model JobSVFOutputPayloadAdvanced, JobSVF2OutputPayloadAdvanced https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/

Please also archive this repo. Thank you.

With guid of metadata, we can find viewerable data by **doc.getRoot().findByGuid(viewableId)**, but the viewerable that can be used with loadDocumentNode is its **parent**. so the line below should be fixed...