🗊 Презентация Safe API

Нажмите для полного просмотра!
Safe API, слайд №1 Safe API, слайд №2 Safe API, слайд №3 Safe API, слайд №4 Safe API, слайд №5

Вы можете ознакомиться и скачать презентацию на тему Safe API. Доклад-сообщение содержит 5 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1


ClassCAD Safe (Interpreter) API What we want and how it could be solved
Описание слайда:
ClassCAD Safe (Interpreter) API What we want and how it could be solved

Слайд 2


Today’s used Execution-Command ClassCAD interpreter command is a string within a JSON structure All commands could be executed Service functions like...
Описание слайда:
Today’s used Execution-Command ClassCAD interpreter command is a string within a JSON structure All commands could be executed Service functions like CADH_DoThis(); Methods of an object Any interpreter code

Слайд 3


New business and its risks As ClassCAD is moving to the cloud … any command could influence the infrastructure CADH_DeleteFile(…) … any command could...
Описание слайда:
New business and its risks As ClassCAD is moving to the cloud … any command could influence the infrastructure CADH_DeleteFile(…) … any command could influence other users using the same instance CADH_SetVar(…) CADH_SetGPUTessellationEnabled(…) ... any JavaScript developer must know interpreter syntax (_C.A({5,6,9});) Already existing risks As the API is everything what can be executed, how to create a documentation for the API? How to maintain the code, as every change could break the client-application? There is no API contract.

Слайд 4


Safe API proposal
Описание слайда:
Safe API proposal

Слайд 5


Advantages Instances can be configured to accept only “Safe API” calls For development instances will be able to run any code as today Only...
Описание слайда:
Advantages Instances can be configured to accept only “Safe API” calls For development instances will be able to run any code as today Only registered Interfaces will accept calls who match to a method with the same name. As the API is well defined we should be able to create a documentation about it  Of course, there will be some additional work to write the interfaces, but you will never get security for free!



Теги Safe
Похожие презентации
Mypresentation.ru
Загрузить презентацию