After writing this, I realized that it's not beyond my grasp to write my 
own wsgi web app, so I'm going that route. 
I've been at it a few days, and I do miss the automatic CSRF and double 
submit that W2P provides. It's also very easy to just add plugins. Still, I 
am having fun writing my own "framework". Perhaps one day I'll release it. 
As of now, it just connects via ldap, authorizes users, does sql queries 
(from sql written by hand) and outputs to json. WSGI is a nice PEP and 
makes writing your web apps or frameworks easier.

On Wednesday, April 3, 2013 10:51:52 AM UTC-7, Derek wrote:
>
> And that's my whole issue with it, is you'd have two MVC frameworks that 
> you'd have to work through, or you have static pages and your controller 
> would just be a link back into the data access layer (DAL).  Now, for 
> Web3py that's maybe all that is needed - create a DAL, authentication, 
> caching of static content and database calls, and no controllers (you'd 
> have routes, but that's it). That way your controllers would be javascript 
> (your javascript framework of choice or just plain javascript) and your 
> views would be the static html (which would essentialy become templates for 
> your controllers). However, if that's all Web3py is going to be, then I 
> could just write my own server using gevent, which would just have 
> different functions for accessing the database and jsonifying / 
> de-jsonifying the data. 
>
> On Wednesday, April 3, 2013 10:12:52 AM UTC-7, Andrew W wrote:
>>
>> Would you use ember with web2py? Why?
>> Is having two mvc frameworks at the same time too many?
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to