[web2py] Re: Beginners Advice

2010-04-09 Thread AndyBuchan
Massimo, Thank you for the guidance on structuring the application, that helps a lot. However, it seems to me that there is no scope for creating a deeper hierarchy than Application/Controller/Action, is this correct? Would this be an inherent part of any web framework which does the URL mapping f

[web2py] Re: Beginners Advice

2010-04-08 Thread mdipierro
Hi Andy, One important issue here is whether all the applications you are going to build with web2py need to share authentication with non-web2py applications or not. If yes you need federated authentication (for example CAS) and things can get complex. If no, then you can simply your life a lot i