|
||||||||
|
||||||||
back
2009/02/14 10:23
Wobpy takes form
Sure, wobpy's going in the right way now. Til I decided to make it a wsgi utility, the APIs are going simpler. And it will be easier to setup it in any wsgi compliant frameworks. It's now more natural to declare a wobpy object. Here is a simple example in a full wsgi stack :
simple_app is the most simple wsgi app, which send back the include script for jquery, and the html's form of the wobpy object WTest. All the backend (the ajax communication between the page and the server) is done via the middleware, badly nammed WobpyMiddleware. It's a lot better than before. I have no dates for a public release yet. I'm working on a way to open modal dialog, and I need to fix apis. But for sure, it's really amazing to do. And it works very well. Another amazing thing, it should work "as is" with ironpython., at least 95% of the code base. Tags: wobpy |
||||||||
|