Thanks for your answer. I appreciate your time :) I know that OOP and MVC are not exclusive (like programming paradigm != design pattern), my doubt is about if I really need to use OOP if I'm not developing any widget or plugin, but using the tools that web2py already have to build an application.
2011/1/31 Michele Comitini <michele.comit...@gmail.com>: > There is no OOP vs MVC the two are orthogonal. You can implement MVC using > OOP or not. > making things (too) simple: > - python -> OOP > - web2py -> MVC > mic > > 2011/1/31 Bruno Rocha <rochacbr...@gmail.com> >> >> You can mix OOP with MVC. >> You can create your own modules, plugins, validators and widgets using >> Full OOP, then when creating your MVC application you will consume your OOP. >> >> Bruno Rocha >> http://about.me/rochacbruno/bio >> >> >> 2011/1/31 w2padawan <web2py.n...@gmail.com> >>> >>> Hi, >>> >>> I'm wondering if it's a good practice to use Object Oriented >>> Programming in web2py instead of the builting MVC method. OOP is what >>> I learned in school but I haven't need it in web2py at this moment and >>> i'm very pleased with the MVC paradigm, but want to know if it's >>> better start training and developing in OOP with web2py or MVC is just >>> a new good and efficient fashion to do almost the same. >>> >>> It's worth to say that web2py is my first framework and i'm learning >>> python with it. >>> >>> kind regards for your answers. >> > >