Vineet, We're doing the same in a different client server environment. Lots of business logic, 700+ tables, 10,000+ tasks to translate. We intend writing a high level tool as a web2py code generator, that will serve as a gateway between the 2. However we're probably at a lower level on the learning curve.
On May 17, 6:09 am, Vineet <vineet.deod...@gmail.com> wrote: > Villas, > Let me give a little background. > I have this entire massive application successfully running at client- > sites in Microsoft Visual FoxPro. > I have decided to shift from licensed platform to open-source > platform. > Chose Python for programming language & web2py for framework. > > My present task is not to define the app from scratch. > Because the database-logic, business logic, UI is already there. > I am trying to port the existing app to Python web framework. > > I am encouraged by your saying that --- > "Web2py has all the ingredients you need to split a big horrible job > in > smaller easier ones. It is extremely flexible for specifying queries > depending on your 'decision-tree'. " > > Pl. help me solve my said issue in 'web2py'. > > --Vineet > =============================================