Re: [web2py] CASE Tool for python (preferably web2py)

2012-11-28 Thread Richard Vézina
I think there is script in web2py/scripts that could help you translate a existing SQL model into web2py model. Richard On Wed, Nov 28, 2012 at 5:56 AM, Felipe Meirelles < fel...@felipemeirelles.com.br> wrote: > Well, its a good tool but I'm looking for a more complete tool. StarUML is > a compl

Re: [web2py] CASE Tool for python (preferably web2py)

2012-11-28 Thread Felipe Meirelles
Well, its a good tool but I'm looking for a more complete tool. StarUML is a complete tool and very customizable but i didnt found a pattern to generate python code. If there was one I could modify it to generate web2py DAL definitions. On Tuesday, November 27, 2012 6:00:27 PM UTC-2, Richard wr

Re: [web2py] CASE Tool for python (preferably web2py)

2012-11-27 Thread Richard Vézina
Don't know if it still working but SQL Designer was include in web2py in the pass... Not sure if it was possible to generate model from it... Here a article but it in portuguese I think : http://www.tuxtilt.com/web2py-modelagem-de-dados/ Richard On Tue, Nov 27, 2012 at 2:02 PM, Felipe Meirelles

[web2py] CASE Tool for python (preferably web2py)

2012-11-27 Thread Felipe Meirelles
So, is there any tool capable of generating python code from diagrams? I was taking a look at Xtext, is there some MDA tool in python language? Or any tool designed to generate web2py models from diagrams? Or even generate diagrams from web2py models? Thanks --