Top "Code-generation" questions

Topics related to the generation of code as the output of an application, instead of directly writing code by a programmer.

Generate a Version.java file in Maven

I have a Java project that I build using an Ant script. I am trying to convert the project to …

java maven-2 code-generation
R.raw.anything cannot be resolved

I'm developing an android apps with Eclipse. In my app, I try to read a file : data.xml. I put …

java android eclipse code-generation
Generating DLL assembly dynamically at run time

Currently I have some code that is being generated dynamically. In other words, a C# .cs file is created dynamically …

c# .net dll code-generation
Graphical Finite State Machine Editor

I am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like …

code-generation fsm
Simple CRUD Generator for C#

I 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 dao
Is it possible to use Razor View Engine outside asp.net

If 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 razor
Builder pattern code generation in IntelliJ

Is 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-pattern
generate PHP classes from XSD?

Is there in the world analogues of JavaBeans or JAXB for PHP? Is it possible to generate PHP classes from …

php xml xsd schema code-generation
How to view "generated HTML code" in Firefox?

If 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