code-generation
Converting a VB6-like specification of a form into a Web page displaying the form
As a part of my current pet project, I have to write an program that takes as input the specification of a form and generates as output the necessary HTML and CSS code to display the form as a Web pag[详细]
2023-03-20 02:12 分类:问答Converting an XML serialization back to java code
I know this questions might seem a little odd, but I want to make sure. One of my superiors is kind of convinced that there is a more or less easy way to convert the XML serialization of an object bac[详细]
2023-03-19 09:36 分类:问答Any tool that can do partial code generation based on javabean rules(setter and getter method)
Say if I have a class in java and I want it to be a javabean(those getter and setter methods) The class that I write:[详细]
2023-03-18 23:55 分类:问答Which technique for breaking out of a 'visitor' loop is easier for compilers to analyze?
I\'m currently generating code intended for a C++ compiler. I\'m generating a class that will take a visitor object, call the accept method on it with several objects. However, I want the visitor to h[详细]
2023-03-18 06:56 分类:问答Generating Google Chart on the fly with JSP
I am using a Google Line Chart to graph values pulled from a database using JSP.I currently have have it working.The data.addColumn statements are generated from a database query when the page loads.[详细]
2023-03-18 02:59 分类:问答Is code generation really useful for general (crud based) agile development?
I was r开发者_Python百科eading the Scott Hanselman\'s article (http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx) then I got me thinking ab[详细]
2023-03-17 18:12 分类:问答Ruby on Rails 3: administration interface generator?
I\'m looking for some gem/library able to generate administration interface for my RoR3 project. I don\'t want to have some library/gem with its own logic and data in some gem repo, I want it to be no[详细]
2023-03-17 11:06 分类:问答How to generate code for in-register named local values in LLVM IR?
I am generating LLVM IR (.ll files) from a source language. This language doesn\'t have any mutable local variables and I don\'t use any allocas yet, everything so far is in LLVM registers. It does ha[详细]
2023-03-17 02:48 分类:问答Class definition copy-generation in C#
I have an assembly (DLL) created from the Early bound classes of dynamcis crm\'s code genaration tool. These classes mostly have properties.[详细]
2023-03-17 02:16 分类:问答java - Escape text into JavaFX code
I\'m making a Java program that takes some text as input, and has to produce the equivalent JavaFX code (a String literal). For instance:[详细]
2023-03-16 11:38 分类:问答