Java Code Generators for Linux

View 69 business solutions

Browse free open source Java Code Generators for Linux and projects below. Use the toggles on the left to filter open source Java Code Generators for Linux by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    A Java bytecode weaver that enables you to take advantage of the new 1.5 language features in your source code, while still retaining compatibility with 1.4 virtual machines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Java framework built on a generic implementation of the Hierarchical Model-View-Controller pattern for component based development, independent of the view technology. Supports Servlet, JSP, XML-XSLT and Swing applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    xApps,an enterprise universal platform(BPM),facilitates non IT user to build IT solution flexibly by form desinger,workflow designer & report builder etc.(We moved this prject to a new place.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Provides an ANTLR plugin (including grammar file editor with outline page and project nature with incremental builder) for the Eclipse platform
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    APT-Jelly provides a template-oriented approach to code generation from Java source code. Based on Sun's Annotation Processing Tool, APT-Jelly allows developers to leverage the latest features including metadata (annotations), generics, and enums.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    AnyParser

    Problemless Grammar and Parser in Java

    Grammar based parsing in Java 8 to a tree structure. Create with no overhead a grammar in java and parse it into a tree structure. Will probably work right away with your grammar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ArchMapper is a Tool for mapping architecture descriptions of a program to a Java implementation. It offers two main functions: Generating Java source code stubs from an architecture and checking a Java implementation for conformance with an architecture
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    AsDoclet can be used to generate actionscript files out of Java sources. Such a tool is essentially useful for RIA and Client/Server applications where value objects are transmitted between server and client as serialized data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    BLoMo generates hibernate models, DTO layer and adds improved security, validation and generic access to web applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files . Classes are represented by updatable objects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    CC-XJC is a JAXB 2.0 XJC plugin for adding a copy constructor to schema derived classes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Java Server Faces (JSF) CRUD generator plugin for Eclipse.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    CUBA is a small framework for the development of component-based systems which can be run as EJB applications, AXIS web services or stand-alone J2SE programs. The component and programming model is similar to EJB session beans.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Cartographer is a simple,efficient object relational mapper engine. It provides rapid access to relational data using lightweight data and factory java objects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    CellCompiler
    The target system of this project is to develop mathematically efficient program code generator from cellml like biological models described by mathematical markup languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    CodeHaggis is an Eclipse plugin without dependencies to other projects wich supports code generation for java, with clone, compareTo, equals, toString, serialVersionUID (classes or projects), hashCode, console logger and other functionality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Colle is the glue of a properly designed web application. It is written on several popular technologies of the Java and XML world including Servlet API, EJB 2.0, XSLT, JDBC, XML Schema, jdom, JAXP and others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Commons4E is an Eclipse plug-in for making using the Java components from Jakarta Commons more convenient.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Composer is a graphical authoring tool to create hypermedia documents to interactive digital TV (iDTV) in NCL (Nested Context Language - www.ncl.org.br). ******************************************************************** NOTE: A completely new version of NCL Composer is under development. For more details and recent information about this project refer to http://composer.telemidia.puc-rio.br ********************************************************************
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    DAL4j

    Data Access Layer 4 Java

    Welcome to Data Access Layer for Java (DAL4j) a set of command line tools and framework used to reverse engineer a MySQL or SQLServer database schema into a set of JPA Entity Beans. DAL4j can be useful for scenarios where there is an existing database schema but a technology other that JPA is used to interact with the database. DAL4j can provide an easy way to migrate your code base from other technologies such as JDBC or Hibernate to JPA. The beans generated can be 1 or two types: Simple or Framework. Simple beans are standard pojo classes managed by your application using JPA semantics. Framework generated pojos use the DAL4j framework DAO generic to simplify CRUD operations. DAL4j provides optional hooks to allow you to integrate encryption/decryption of data field used when data is encrypted in the database. Last, DAL4j provides a set of Generic classes that can be used to simplify creation of J2E Session Beans which perform CRUD operations using generated Entities
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    The DBE Studio is an Integrated Development Environment (IDE) for the Digital Business Ecosystem (DBE). It includes eclipse plugins that allow business services to be analysed, and corresponding software services to be defined, developed and deployed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    DataScript: DataScript is a language to describe and manipulate binary data formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Deputy is a free open source Java tool licensed under the BSD license. It supports the creation and maintainance of complex Maven 1.x projects which are assembled from other Maven projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A framework for highly customisable e-commerce: A system for automatically build an e-commerce interface supporting product´s contraints and properties.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Dynamator enables complete separation of server-side code from HTML. Dynamator combines standard HTML with files containing server code to create standard server pages in technologies like JSP, XSL, PHP, and Java.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.