Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Web Programming Perl

Code Generation With XSL

Author: developer.com | Published: 10th Aug 2005 | Visited: 352 times | Add Comment
Filed in: Perl

For years, every good SQL programmer and DBA has used code generation techniques to generate SQL or other programs from SQL. The reason that this technique worked so well was that relational database management systems have excellent meta data describing all of the database objects. The SQL language made it trivial to query this meta data, combine it with code fragments, and output generated programs. Other languages, such as Perl, are also widely used to generate build scripts, code,...n

Read Article
 

Sponsored Links

 


Related Articles

 Testing Multithreaded Java Code  In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code. ...

 Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...

 GDI+ Code Generator Allows the user to draw vector graphic shapes, then converts them to GDI+ c ...

 C# DAL Method Code Generator Generates C# data access layer method code for SQL sever stored procedu ...

 How to call Server Side function from Client Side Code using PageMethods in ASP.NET AJAX How to call Server Side function from Client Side Code using PageMethods in ASP.NET ...

 NArrange - .NET Code Organizer Using NArrange to Organize C# Source ...

 How to burn optical file images with IMAPI 2.0 from managed code Burn ISO files using IMAPI v2.0 and ...

 (* Commenting Delphi Code *) in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readabilit ...

 .NET Internals and Code Injection An article about .NET internals and code injec ...

 NArrange - .NET Code Organizer Using NArrange to Organize C# Source ...



Next: Developing Movable Type Plugins



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links