У нас вы можете посмотреть бесплатно Building DSL using Groovy или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Apache Groovy is a dynamic language, for Java platform, aimed at improving developer productivity with familiar and easy to learn syntax. It's meta programming capabilities makes it a good candidate for DSL.Domain Specific Languages (DSLs) have become a valuable part of the Groovy idiom. DSLs are used in native Groovy builders, Grails and GORM, and testing frameworks. To a developer, DSLs are consumable and understandable, which makes implementation more fluid compared to traditional programming. But how is a DSL implemented? How does it work behind the scenes?In this talk, we will talk about DSL and how can we write DSL using Groovy with various examples and see the significance of DSL.