У нас вы можете посмотреть бесплатно Serverless and Java?!? Is that even possible? by Lonneke Dikmans или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Scalability and agility are the buzz words of modern times. This has led to new architecture concepts like microservices and functions. These architectures don’t need a complicated server backend, but can be deployed quickly and scale out easily. Often the runtime environments for these functions are Node.js, python and other scripting languages. This means, as a Java Developer, that you would have to learn a new programming language if you want to apply this concept. However, last October an open source serverless framework leveraging Java was announced: fn. It is cloud agnostic (so it runs on any cloud platform, not just AWS) and is built by the team that created IronFunctions. In this session you will learn what a serverless framework is, how you can create a function in Java using the function developer kit and how to call this function.