Topics related to the generation of code as the output of an application, instead of directly writing code by a programmer.
Scaffolding, what is it? Is it a Rails-only thing?
frameworks code-generation crud scaffoldingI have a Java project that I build using an Ant script. I am trying to convert the project to …
java maven-2 code-generationI'm developing an android apps with Eclipse. In my app, I try to read a file : data.xml. I put …
java android eclipse code-generationCurrently I have some code that is being generated dynamically. In other words, a C# .cs file is created dynamically …
c# .net dll code-generationI am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like …
code-generation fsmI am looking for a simple CRUD (or DAL) Generator for C#. I don't want anything heavyweight since I only …
c# database code-generation crud daoIf I look at the Razor View Engine, then I see a very nice and concise syntax that is not …
asp.net asp.net-mvc code-generation templating razorIs there any way to automate writing Builder patterns in IntelliJ? For example, given this simple class: class Film { private …
design-patterns intellij-idea code-generation builder-patternIs there in the world analogues of JavaBeans or JAXB for PHP? Is it possible to generate PHP classes from …
php xml xsd schema code-generationIf using Firebug, we can click on the HTML tab, and click to expand each element to see the generated …
firefox code-generation firebug firefox-addon web-developer-toolbar