Topics related to the generation of code as the output of an application, instead of directly writing code by a programmer.
I'm using Google Protocol Buffers to generate some Java classes for my project. Using Maven 2 and its "antrun" plugin, these …
eclipse maven-2 code-generation protocol-buffersI need a regular expression that I can use in VBScript and .NET that will return only the numbers that …
c# vb.net regex vbscript code-generationDoes anyone know a way to auto-generate database tables for a given class? I'm not looking for an entire persistence …
c# code-generation data-accessHow do I do a script/generate migration to create a join table for a has_and_belongs_to_many …
ruby-on-rails migration code-generation has-and-belongs-to-manyI need ERB (Ruby's templating system) for templating of non-HTML files. (Instead, I want to use it for source files …
ruby code-generation template-engine erbCan a class add a method to itself at runtime (like from a static block), so that if someone is …
java reflection code-generation javassistRestatement of the question I'm resurrecting this question because I just ran into this error again today, and I'm still …
c# linq-to-sql compiler-construction code-generation namespacesI'm doing some research in code generation from xsd schema files. My requirements: Must generate C# 2.0 code (or above), using …
c# xsd code-generationI am specifically looking for JPA code generation technique First, what are all the project could generate JPA compliant code? (…
java jpa autocomplete templates code-generationI'm looking for a framework to generate Java source files. Something like the following API: X clazz = Something.createClass("package …
java eclipse code-generation