Why I sould not develop an opensource runtime UI Autogeneration from domain objects?
        Posted  
        
            by Marco Bettiolo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Marco Bettiolo
        
        
        
        Published on 2010-04-21T22:59:40Z
        Indexed on 
            2010/04/21
            23:03 UTC
        
        
        Read the original article
        Hit count: 259
        
I'm using for my projects a rather complete UI auto-generation tool from database entities for windows forms and asp.net I wrote. Now I've built a working prototype UI auto-generation tool from domain objects. Right now it is in early stage of development and by reflection it generates user interface for creating and updating domain objects.
I searched a bit and I didn't find other opensource projects that have the same goal. Why? This type of tool is not useful? Is this idea fundamentally flawed?
Thanks.
© Stack Overflow or respective owner