VOOZH about

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

⇱ DSL Archives - Page 2 of 3 - Java Code Geeks


  • Software Development👁 Image
    Bozhidar BozhanovOctober 22nd, 2014
    1 140

    The DSL Jungle

    DSLs are a common thing in the programming world nowadays. Many frameworks and tools decide to build a DSL for…

    Read More »
  • Software Development👁 Image
    Peter VerhasAugust 11th, 2014
    0 78

    What DSLs are not for

    Domain specific languages are special programming languages. Each fits some special “domain” and makes the business code simpler. Using a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 1st, 2014
    0 137

    Spring Integration Java DSL sample – further simplification with Jms namespace factories

    In an earlier blog entry I had touched on a fictitious rube goldberg flow for capitalizing a string through a…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJune 4th, 2014
    0 188

    Writing Clean Tests – Replace Assertions with a Domain-Specific Language

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Core Java👁 Image
    Lukas EderJune 3rd, 2014
    0 96

    Java 8 Friday: Most Internal DSLs are Outdated

    At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJune 3rd, 2014
    0 1,190

    Spring Integration Java DSL sample

    A new Java based DSL has now been introduced for Spring Integration which makes it possible to define the Spring…

    Read More »
  • Software Development👁 Image
    Petri KainulainenNovember 25th, 2013
    7 168

    Turning Assertions Into a Domain-Specific Language

    Assertions are an essential part of our unit tests. And yet, it so easy to neglect them. That is a…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaJuly 24th, 2013
    1 168

    DSL based approach to input Graph data in graph theory based java programs

    Most of us have coded some programs which deal with graph theory algorithms like finding the shortest path between two…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaJune 7th, 2013
    1 188

    Creating Internal DSLs in Java, Java 8- Adopting Martin Fowler’s approach

    Currently I am reading this wonderful book on DSLs- Domain Specific Languages by Martin Fowler. The buzz around the DSLs,…

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