У нас вы можете посмотреть бесплатно Express yourself with Groovy DSLs или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
A DSL is a Domain Specific Language. We will learn how to use Groovy's static and dynamic capabilities to create a usable DSL. Groovy supports for example Abstract Syntax Tree (AST) transformations which allows us to alter the code structure before it is even generated. We will see how to use with annotations and global transformations. Next we will see how we can integrate Groovy dynamically in Java. We will create a DSL and allow a Java application to execute the code, where the source code is externalized outside the Java application. For example business users could alter the code using the DSL and the running Java application will run the altered code.