VOOZH about

URL: https://www.javacodegeeks.com/tag/dsl

⇱ DSL Archives - Java Code Geeks


  • Software Development👁 Image
    Federico TomassettiFebruary 21st, 2017
    1 795

    The complete guide to (external) Domain Specific Languages

    This guide will show you: the what: after a definition we will look into 19 examples of DSLs the why:…

    Read More »
  • Enterprise Java👁 Image
    Xavier PadroNovember 22nd, 2016
    1 516

    Spring Integration MongoDB adapters with Java DSL

    1 Introduction This post explains how to save and retrieve entities from a MongoDB database using Spring Integration. In order…

    Read More »
  • Software Development👁 Image
    Federico TomassettiAugust 9th, 2016
    0 469

    How to create an editor with syntax highlighting for your language using ANTLR and Kotlin

    What we are going to build In this post we are going to see how to build a standalone editor…

    Read More »
  • Software Development👁 Image
    Lubos KrnacMarch 29th, 2016
    0 867

    Create UML diagrams with simple DSL – PlantUML

    Historically I disliked creating design UML diagrams, because the tooling for it mostly requires drawing boxes and connecting them with…

    Read More »
  • DevOps👁 Image
    Christian PostaJanuary 25th, 2016
    0 171

    Typesafe Kubernetes-manifest DSL for JVM-based apps

    Managing a cluster of Docker/Rocket containers (or anything) in a production environment is rife with distributed-systems challenges. Luckily, a compelling…

    Read More »
  • Software Development👁 Image
    Peter VerhasDecember 30th, 2015
    0 123

    Do Not Create DSL for the Customer

    Domain Specific Language (DSL) solutions are many times created with the intent to give a tool to the hands of…

    Read More »
  • Desktop Java👁 Image
    Federico TomassettiAugust 14th, 2015
    0 234

    Develop DSLs for Eclipse and IntelliJ using Xtext

    In this post we are going to see how to develop a simple language. We will aim to get: a…

    Read More »
  • Desktop Java👁 Image
    Martin MoisApril 6th, 2015
    0 166

    Creating a DSL for AWT’s Robot

    The Java SDK ships with the class java.awt.Robot that allows the automation of keyboard and mouse input as well as…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenDecember 16th, 2014
    2 111

    RabbitMQ – Processing messages serially using Spring integration Java DSL

    If you ever have a need to process messages serially with RabbitMQ with a cluster of listeners processing the messages,…

    Read More »
  • 1
  • 2
  • 3
  • »
Back to top button
Close