16 projects tagged "code generation"
APF is a code generator that codes your software as you drag and drop code-abstracts on a canvas. It can be trained by the community to code almost anything. With automatic programming, it will sometimes code 50% to 100% of small or large software projects. APF has successfully shipped some real life software. But APF must produce more diverse software projects. You can help APF grow by picking re-usable code from any existing open source. 'Metacode' that code and submit it to the APF marketplace. APF feeds on re-useable code submitted by the community. This way, APF gets trained to auto code more and more. You can also improve the way APF assembles code, or the way its Canvas lets the user drag and drop code abstracts.
Azzyzt JEE Tools is a set of Eclipse plugins for creating a so-called "azzyzted" project, and for creating code from a model. Azzyzt uses Java JPA entities as a model, and from that model it creates an enterprise application, ready to be deployed in a Java EE 6 application server like GlassFish 3.1, ready to be accessed via CORBA, SOAP, and REST. Thus the generated application is a set of Web services, providing all that you need in a typical CRUD application. Generated enterprise applications have separate source folders for generated and developer-supplied content. You can add your own functionality to a well-engineered base project. Azzyzt JEE Tools is not about user interfaces. It is expected that the generated application is accessed by a RIA frontend or by a fat client.
EasyCreator is an extension creator for Joomla!. You start by creating a 'frame' for your extension based on predefined templates for components, modules, plugins, and templates. You can also import existing and installed extensions. It also tries to assist with the creation of multilingual extensions by comparing the existing language file and examining the PHP and XML code for appearences of 'JText::***', then providing an overview of untranslated strings and missing and obsolete translations. An interface for creating config XML files is also provided.
Growcode is a program for producing object models for the .NET platform. Given a set of simple C#-style class definitions, Growcode will produce a .NET assembly containing those classes enhanced with the following features: undo/redo support for all changes to the object model; consistent event mechanism for changes to fields of objects; serialization of the model to and from XML; and double dispatch support for polymorphic operations.
MyRad4PHP creates applications on the fly, making a Web application without writing a single line of code. It's inspired by the Entity Framework and Dynamic Data Web sites (Microsoft). The generated application can extend or write code to customize all or some of its functionality. This tool takes a MySQL database and creates a Web application in seconds.
PHP 1 Line Enum is a standalone PHP class that allows the creation of enumerations in PHP. Every enumeration has its own class. Type hinting is supported. It can convert to and from strings. It supports bitwise operations and namespaces. It uses a simple syntax. It lets you get instances by name, by key, or by class constant.
QM is a graphical UML modeling tool for designing and implementing real-time embedded applications based on the QP state machine frameworks from Quantum Leaps. QM provides a graphical UML state machine diagram editor and generates production-quality, portable, and human-readable C or C++ code that is fully traceable from the design.