VOOZH about

URL: https://www.javacodegeeks.com/author/federico-tomassetti/page/2

⇱ Federico Tomassetti, Author at Java Code Geeks - Page 2 of 8


  • Core Java👁 Image
    Federico TomassettiNovember 19th, 2020
    0 187

    Saving JetBrains MPS models in a database using Modelix

    JetBrains MPS is our tool of choice to build Domain Specific Languages targeting professionals who are not developers. MPS is…

    Read More »
  • Software Development👁 Image
    Federico TomassettiJune 11th, 2020
    1 832

    Getting started with ANTLR: building a simple expression language

    This post is part of a series. The goal of the series is to describe how to create a useful…

    Read More »
  • Software Development👁 Image
    Federico TomassettiNovember 22nd, 2019
    0 1,004

    Writing a browser based editor using Monaco and ANTLR

    This is a tutorial on creating a browser-based editor for a new language we are going to define. We are…

    Read More »
  • Python👁 Image
    Federico TomassettiJune 26th, 2019
    0 318

    Pyleri Tutorial: Parsing with Ease

    Welcome to a tutorial on Pyleri, aka Python Left-Right Parser, a simple parsing tool. To use it when you need…

    Read More »
  • Enterprise Java👁 Image
    Federico TomassettiApril 17th, 2019
    0 951

    A complete tutorial on the Drools business rule engine

    As always we share the code presented in the tutorial in a companion repository: EmailSchedulingRules. Business rules work very well…

    Read More »
  • Core Java👁 Image
    Federico TomassettiMarch 5th, 2019
    1 1,156

    How and Why to Analyze, Generate and Transform Java Code Using Spoon

    Spoon is a tool to analyze, generate, and transform Java code. In this article we will see what can be achieved…

    Read More »
  • Software Development👁 Image
    Federico TomassettiSeptember 30th, 2018
    1 291

    So Much Data, So Many Formats: a Conversion Service

    Data is a core resource for many activities. One important challenge for handling data is storing the data in the…

    Read More »
  • Core Java👁 Image
    Federico TomassettiJanuary 17th, 2018
    0 149

    How to Add JARs to a Jetbrains MPS Project

    Jetbrains MPS is a wonderful tool to create DSLs. We love it and use it regularly in our consultancy work.…

    Read More »
  • Core Java👁 Image
    Federico TomassettiDecember 25th, 2017
    0 2,151

    JavaParser to generate, analyze and modify Java code

    As developers we frequently look in contempt to people doing repetitive work manually. They should automate that, we think. Still,…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close