Projects tagged ‘code’ and ‘generation’


Jump to tag:

Projects tagged ‘code’ and ‘generation’

Filtered by Project Tags code generation

Refine results Project Tags generator (22) codegen (11) sql (10) tools (10) dotnet (9) framework (9) data (8) orm (7) database (7) template (6) access (6) tool (6)

[79 total ]

19 Users
   

Combined with the Model Driven Architecture approach (MDA), Acceleo is currently the most powerful code generator tool of its generation for Model Driven Development (MDD) and Model Driven Engineering ... [More] (MDE). Acceleo is easy to use, provide "on the shelves" generators (JEE, .Net, Php...) and template editors for Eclipse. [Less]
Created over 2 years ago.

3 Users
   

MyGeneration is an extremely flexible template based code generator written in Microsoft.NET. MyGeneration is great at generating code for ORM architectures. The meta-data from your database is made available to the templates through the MyMeta API.
Created over 2 years ago.

2 Users

"We will either find a way, or make one." - Hannibal Barca Hannibal Barca, the great Carthaginian general, is widely regarded as the greatest strategist and tactician of all time. His ability to ... [More] engage the enemy, using innovative yet simple tactics in such a way as to ensure victory is second to none. Hannibal the code generator, strives to emulate Hannibal Barca's embodiment of minimalism, simplicity, and efficiency to advance pragmatic solutions to solve the problems associated with rapid web application development. Hannibal is much more than a code generator. It is a code generator that produces code that is tied to small but effective Hannibal packages that allow developers to efficiently tackle a finite but commonly encountered set of problems. Hannibal is written in Java, but generates code in Java, JavaScript, php, and SQL. We plan to have Hannibal generate code in other languages as well. We wanted to solve common problems encountered in web application development, without burdening the developer with the need to understand yet another tool set. Hannibal's supporting packages for Java and php merely support. When using Hannibal, it is our goal that the developer can quickly start creating code that works, and use and extend that generated code to build more interesting web applications. Here is a list of the common problems we are attempting to solve with Hannibal. Persistence. URI templating and processing. Search Validation Presentation Authorization Audit Internationalization If we can make these things easier, we can claim success. To meet this goal, here are some of the guidelines we developed over time to help of maintain focus: Ruthlessly minimize Hannibal's technology set dependencies. Rely on the target programming language built-in capabilities as much as possible. Only when necessary use open source third party software libraries. Keep the amount of Hannibal specific code to a minimum. Cater to popular open source tools for creating web based applications, such as Tomcat, and MySQL. Encourage integration with modern programming platforms like Amazon Web Services. Whenever possible choose the target programming language to be used as a configuration language over other more popular choices like property files or XML. We will try very hard to keep these promises to ourselves. [Less]
Created 12 months ago.

1 Users

Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever).
Created about 1 year ago.

1 Users
 

NConstruct is a rapid enterprise application development tool and environment for .NET Framework. Its goal is to reduce the time used for the development of most commonly used enterprise applications ... [More] , which consist of data handling and presentation capabilities. NConstruct reads meta-data information from different databases (MS SQL Server, Oracle, MS Access) and produces NHibernate XML mapping files, C# source code for both server and client tiers. After completing all the wizard's steps you get the source code for your application, the executable and setup files, which you can use for testing purposes or for installation in your customer's environment. [Less]
Created about 1 year ago.

1 Users

Trapeze generates a suite of unit tests or specifications for existing Ruby source code. This is accomplished through dynamic analysis, by reflecting on the public interfaces of classes, modules and ... [More] top-level methods defined in the source. Trapeze then exercises each object, module and method, recording the behavior of the code. This recorded behavior is captured in a suite of test cases or specifications that can be rendered as test code or executable specifications. In essence, Trapeze is a tool for characterizing Ruby source code. Trapeze lets you fly high as you maintain and enhance a Ruby codebase that lacks test or spec coverage, knowing that you have a regression safety net underneath you. [Less]
Created about 1 year ago.

0 Users

A Guidance package which allows you to generate items from within Visual Studio, selecting metadata from a wizard and generating against a T4 template.
Created 8 months ago.

0 Users

A simple web service framework that allow you add some fault tolerance behavour to your web service calls. It currently support : * work with existing code : the generated classes inherits from ... [More] the ones that visual studio creates so there will be no signature changes * automatically retry all web service calls on failure * automatically switch to alternative urls on failure * allow multiple alternative urls per web service with priority support * easy to configure (max retry, retry interval, url list per web service) * allow command line generation for automation (with batch file or post build event) * allow an interactive and user friendly way to generate the soap client classes (using a Winform interface) * work with C# and Visual Basic projects * failures are logged using log4net so you can easily record them to any data storage for auditing purpose * open source : do whatever you want with the binaries and the code. Just share you enhancements [Less]
Created 10 months ago.

0 Users

The FinlogiK Code Generators for Visual Studio are intended to supplement the Microsoft-provided strongly typed resource generator by providing additional functionality for string resources.
Created 15 days ago.

0 Users

CrossNet is a cross platform .NET Runtime. It parses .NET assemblies and generates unmanaged C++ code that can be compiled on any standard C++ compiler. More than 95% of the .NET 2.0 features are ... [More] actually "emulated" in C++. CrossNet does *not* produce managed C++, the generated code is pure C++ ANSI. Even if that's only an emulation of .NET behavior, the performance and memory usages are usually in the same range as C++ / .NET. [Less]
Created 10 months ago.