Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Code Generation Tools

Code Generation Tools

Scheduled Pinned Locked Moved The Lounge
databasesql-serversysadminai-codingtools
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Roger Jack
    wrote on last edited by
    #1

    We are thinking about using a code generation tool for our project. Basically, we have a SQL Server database schema and we want to generate a data layer and GUI. Does anybody have any experience with code generation tools like CodeSmith, IronSpeed, TierDeveloper, etc? If so, how well did they work? Am I wasting my time looking for a code generation tool? Any advice is appreciated. Thanks!

    R A 2 Replies Last reply
    0
    • R Roger Jack

      We are thinking about using a code generation tool for our project. Basically, we have a SQL Server database schema and we want to generate a data layer and GUI. Does anybody have any experience with code generation tools like CodeSmith, IronSpeed, TierDeveloper, etc? If so, how well did they work? Am I wasting my time looking for a code generation tool? Any advice is appreciated. Thanks!

      R Offline
      R Offline
      Ryan Roberts
      wrote on last edited by
      #2

      I have had good results using llblgen. Doesn't do GUI generation, but it makes a very nice datalayer. Developing complex queries can be quite time consuming at first and it doesn't type the results of stored procedures. Ryan.

      N 1 Reply Last reply
      0
      • R Ryan Roberts

        I have had good results using llblgen. Doesn't do GUI generation, but it makes a very nice datalayer. Developing complex queries can be quite time consuming at first and it doesn't type the results of stored procedures. Ryan.

        N Offline
        N Offline
        netclectic
        wrote on last edited by
        #3

        I would also recommend llblgen, and there is currently a template engine (ala codesmith) available in beta. Windows NT crashed. I am the Blue Screen of Death. No one hears your screams.

        1 Reply Last reply
        0
        • R Roger Jack

          We are thinking about using a code generation tool for our project. Basically, we have a SQL Server database schema and we want to generate a data layer and GUI. Does anybody have any experience with code generation tools like CodeSmith, IronSpeed, TierDeveloper, etc? If so, how well did they work? Am I wasting my time looking for a code generation tool? Any advice is appreciated. Thanks!

          A Offline
          A Offline
          Andy Brummer
          wrote on last edited by
          #4

          I've used CodeSmith on a few projects and really liked the results. Since you are just working with templates you have complete control over the code that is generated. Just make sure you only work with the templates and never customize any of the code that is generated. I generated a simple data access layer and then later on added performance monitoring support to the template, just regened the dal for all the projects and it was added to all of them. Don't get me wrong, I could have done the same thing with a common base class and the right abstraction. However, I would have needed a good interface and design on the first try, which I probably would have made overly general or not the correct abstraction for this enhancement.


          I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups