Posts from — June 2009
Web2Py: a python web framework we like
At Gioorgi.com we have used plenty of web frameworks.
Giovanni Giorgi used Seaside, a lot of PHP frameworks, Java Struts, RubyOnRails, and Python Django.
We have started to look for Web2Py, a compact, easy to learn python web framework.
From the most notable feature, it runs also on Google App Engine.
Written by an Italian University professor for teaching web development, spots a very clean design, and a robust security infrastructure.
We suggest it because installation (and upgrading) is a snap.
Let’s take a look to it…
June 29, 2009 Comments Off
Jython 2.5rc4 has been released
Released on June 8, 2009 Jython 2.5RC4 is out!
We have followed Jython in the past months, and it seems promising looking at the jython newsletter.
June 25, 2009 Comments Off
Phing
PHing Is Not GNU make; it’s a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP “task” classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, tools for creating PEAR packages, and much more.
via Phing.
June 23, 2009 Comments Off