VOOZH about

URL: https://www.javacodegeeks.com/tag/code-generation

⇱ Code Generation Archives - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouOctober 30th, 2025
    0 1,389

    Static Analysis & Code Generation for Java: Preventing Bugs Before They Happen

    There’s something deeply satisfying about catching a bug before it ever runs. Not during testing, not in production, but right…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouSeptember 18th, 2025
    0 1,583

    AI-Powered Java: Using Generative Models to Speed Up Development

    The integration of AI and generative models into software development has moved from experimental to essential. Java developers now have…

    Read More »
  • Web Development👁 Image
    Eleftheria DrosopoulouAugust 6th, 2025
    0 223

    TypeScript 5.x Mastery: From Utility Types to Template Literal Inference

    Go Beyond the Basics with Advanced Type Manipulation, Pattern Matching, and Codegen for Safer APIs TypeScript has come a long…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeSeptember 26th, 2024
    0 502

    Parse JSON with Manifold: JSON Schema-Aware Parsing

    Manifold is a set of Java plugins that adds useful language features. This article explores Manifold JSON, a tool that…

    Read More »
  • Core Java👁 Image
    Valeria ListratovaAugust 27th, 2020
    3 1,005

    ActiveJ: A New, Alternative Java Platform

    ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakAugust 9th, 2012
    0 158

    Java code generation with JAnnocessor

    In this article I will show you how to generate code with JAnnocessor framework created by Nikolche Mihajlovski. First time…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bozhidar BozhanovSeptember 4th, 2011
    0 268

    On domain-driven design, anemic domain models, code generation, dependency injection and more…

    Eric Evans has formulated what domain-driven design (DDD) is. Martin Fowler is a great supporter and advocate of DDD. These…

    Read More »
Back to top button
Close