Showing 271 open source projects for "wpf code generator"

View related business solutions
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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
  • 1
    Bluprint
    Bluprint is an Agile-MDA code generator. It is a fuss-free tool supporting code generation from UML modelling tools. It supports model/code merging so engineers can easily extend and maintain generated code. Bluprint has been developed using itself.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Extension of the CUP parser generator for working with abstract syntax trees (ast). Implements support for class hierarchy generation and automatic tree building from CUP grammar specification files. Version 10k of CUP is used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    EasyFaces MDA Generator is a Java desktop application that can generate Java Classes, JPA entities, SQL scripts for creating tables and Hibernate mapping and configuration files based on an UML class diagram provided in XMI format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    equanda is an tool to generate a J2EE application based on a XML description of the data and constraints. It generates the access objects, a powerful base user interfaces (with help for more powerful stuff) and support for web services with versioning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    Sar-K is a Java tool to generate code for user interfaces, model classes and data access layer based on a database model. Sar-K can access many database engines and produces code in many languages and architectures using customizable templates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Duhad is a library useful to speed up development of applications based on database: contains a DB "inspector", a class generator represeting DB structure and a set of utils useful with Spring framework JDBC Dao support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GenGMF is a model driven generator framework for the Eclipse GMF graph and map models. It will generate large models from a small template model for you. It is based on Eclipse GMF, AspectJ and openArchitectureWare.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is the tool for generating C++ and Java finite state machines and also diagrams. The benefits of this solution: It is light and fast. It is using dynamic memory allocation very low. Logic of transitions is separated from implementation of event
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    jGenUI
    Agile development with Java. JAVA EE Rich Internet Application Generator for jBoss Seam Framework. jGenUI produces java code integrated with Seam, Richfaces and Hibernate. More information at http://www.jgenui.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10
    This is a graphical editor and code generator for Live Sequence Charts (LSCs). The code generated follows a simple execution mechanism. It shows a possible execution path. We have added a new local action construct, i.e. a self method call.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    DemeterF is a class and traversal generator for Java and C# that supports development with generic/generative functional programming and functional collection libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Framebuffer Character Generator is written in Java an it produces C code for embedded systems! This tool converts any system font to a usable format for a pixel based framebuffer or another embedded pixel based lcd controller.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Simplemodel
    Simplemodel is a code generator for eclipse users which allows them to create models in a more efficient and faster way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Code generator over apache POI. Generates entities, it's configuration, reader and writer from and to existing excel file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Powerful Java code generator. Reads model information from simple annotated POJO class definitions. Generation of contexts, DB create scripts, and all the layers needed for an enterprise Java Application. Generator works based on Velocity templates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JUnit Generator can automatically generate junit test cases for a specific class or method of Java; Fully supports the characteristics of object-oriented like generic type, complex class type generation etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ACMgen is an automatic code generator of Asynchronous Communications Mechanisms based on the generation of Petri nets models that can be formally verified against some properties and then transformed into a real implementation (e.g. C++ or Verilog).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    User interface (UI) generator. Servlet based, JSP-less. Generate HTML and Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Eclipse Plugin to generate code. Comments within your source files are used to control the generator scripts (BSH, JS). They can insert code after the comment or in separate files. On change of the comment the code is updated automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Configurator and Code-Generator for automotive UDS (Unified Diagnostics Services). The generated code is independent of bus and transport-protocol. Every service is generated in it's own file. It's planned to create support for DEH and DET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JaCG is a code generation framework like OAW or AndroMDA. It is supposed to be very simple and easy to understand. It has just on language (java) to implement meta models, transformations and templates. This makes support from your IDE very easy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MDAOG is a Java Based DAO Generator. MDAOG generates Java source files that are used to make database access from web applications easier. It uses the DAO design principle. Currently it is geared for use with PostgreSQL databases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    An Eclipse plugin that will allows a user to quickly and accurately create and edit fusedocs in the CFEclipse editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The open web architecture framework defines web applications in an eclipse based DSL editor. A code generator transforms the models into a Google Web Toolkit / Google App Engine project which can be customized by the developer.
    Downloads: 0 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.