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.

Are there alternatives to cglib?

Just out of curiosity, are there any (stable) open source projects for runtime java code generation other than cglib? And …

java code-generation cglib
How to get ISO Country code in android applications?

I am a new developer on android application. I would like to get the ISO Country code when I pass …

android mobile code-generation country
Naming Conventions For Partial Class Files

I'm generating the bulk of my ASP.NET MVC scaffolding code. All generated files are partial classes which use standard …

c# naming-conventions code-generation partial-classes
How to create Visual Studio Solution (.sln) files programmatically, including Website projects?

I am working on a code generator project that creates solution with customizable layers. for now I am able to …

c# visual-studio msbuild code-generation solution
What's the use of metaprogramming?

I've read: Wikipedia Code Generation vs. Metaprogramming The art of Metaprogramming Metaprogramming at c2.com and I confess some confusion …

language-agnostic code-generation metaprogramming
Lombok with hibernate

Is this possible? Haven't seen much discussion on it.

java hibernate code-generation lombok
maven can't add files in generated-sources for compilation phase

I use Apache Thrift to generate code in target/generated-sources. The Thrift compiler produces a directory named gen-java which contains …

maven code-generation thrift
Is there a key combination in Xcode to implement a Protocol?

In Visual Studio if I define a class to implement an interface e.g. class MyObject : ISerializable {} I am able …

objective-c xcode refactoring code-generation
T4 Get Current Working Directory of Solution

I am using T4 in Visual Studio 2010, and I want to iterate over the files in my solution, however I …

c# visual-studio code-generation t4