lcc backend which produces java classes from C input. Although inefficient code is produced, C functionality such as function pointers and gotos are maintained.
JTemplate generates java sourcecode for cli, awt, swing, swing-mdi, applet and servlet applications. The user enters only some parameters (classname, packagename, ...) and JTemplate will create all required files.
The application takes the pseudo code as an input and generates the necessary C
code for the same logic. Thus the software can be used to produce the results just with
the use of logic and there is no special importance given to a specific language in which
the pseudo code should be implemented, instead there is a complete focus on the logic
itself. The system to be designed must be user friendly, so that even if the end user or
the client is technically illiterate he should be able to...
drawcode é um plugin do eclipse para edição de diagramas de classe e NS(Nassi & Shneiderman), com a possibilidade de gerar código a partir da associação destes 2 tipos de diagramas.
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.
Santos is a multiple source-code/resource generator developed in Java that takes an XML instance and generates the required source-code/resources as specified in its descriptor file.
A byte code generation library for the Java Virtual Machine
ClassMaker is a byte code generation library for the Java Virtual Machine. Unlike other byte code libraries ClassMaker deals with higher order structures, including methods, if statements, while loops and try blocks.
Sourcecode generator. This project take 10 words and generate tables, scripts and sourcecode for making CRUD. It's posible to modify tables and field so the web learn like a neuronal network.
A developer tool that implements first-class properties in Java. It consists of an annotation class to allow users to mark bean properties in their code, and a source-code pre-processor that generates getter and setter methods as needed.
Eclipse plug-in that implements an approach under research, for automatic derivation of Framework-Specific Modeling Languages with code generation capabilities. The approach relies on Aspect-Oriented Programming.
Project is the source to a tutorial that shows how to use Eclipse AST to add complete subtrees to your code. There are no releases, just browse the SVN.
A domain driven code generation tool for building a working Java application, including Presentation, Service, and Data Access layers, from a UML Class Diagram of the domain model.
XMLStruct is a code generation tool that produces Java classes to parse XML based on a schema description such as XMLSchema and a set of attached actions.
CodeAMock is a simple mock builder. It builds the code for the mock and adds it to your project. This means you can modify the mock to behave exactly as you see fit. CodeAMock is a plug-in for Eclipse.