Презентация Safe API онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему Safe API абсолютно бесплатно. Урок-презентация на эту тему содержит всего 5 слайдов. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    5 слайдов
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    52.51 kB
  • Просмотров:
    49
  • Скачиваний:
    0
  • Автор:
    неизвестен



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

№1 слайд
ClassCAD Safe Interpreter API
Содержание слайда: ClassCAD Safe (Interpreter) API What we want and how it could be solved

№2 слайд
Today s used
Содержание слайда: 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
Содержание слайда: 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
Содержание слайда: 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!

Скачать все slide презентации Safe API одним архивом: