<?xml version="1.0"?><rss version="2.0">
   <channel>
      <title>Mengu.net - framework</title>
      <link>http://www.mengu.net/</link>
      <description>mengu on web programming.</description>
      <language>en-us</language>
      <pubDate>Tue, 07 Feb 2012 06:02:41 AM +0200</pubDate>

      <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
      <generator>Mengu.net</generator>
      <managingEditor>mengu@mengu.net</managingEditor>
      <webMaster>mengu@mengu.net</webMaster>

            <item>
         <title>On Pyramid Extensibility</title>
         <link>http://www.mengu.net/post/on-pyramid-extensibility</link>
         <description><![CDATA[<p>Pyramid is the fastest-growing Python web framework which is the result of Pylons and repoze.bfg merge. It's one of my favourites in terms of extensibility and productivity. Pyramid use the MTV pattern just like Django and does not impoze ORM or template decisions for you. However if you are a Pylons, Flask and Django developer already, I strongly recommend using <code>pyramid_routesalchemy</code> paster template.</p>

<p>Pyramid is also known for its extensibility and I have noticed people getting confused on Pyramid extensibility. Pyramid is a Python library so you can go ahead and <code>easy_install</code> any Python library and use it for your own good. </p>

<p>You can extend Pyramid within two ways. </p>

<ul>
<li>By writing a plugin for it.</li>
<li>By the freedom provided by the Pyramid API.</li>
</ul>
]]></description>
         <pubDate>2011-03-16 11:40:01</pubDate>
         <guid>http://www.mengu.net/post/on-pyramid-extensibility</guid>
      </item>
            <item>
         <title>Getting Started With Grails And Qooxdoo</title>
         <link>http://www.mengu.net/post/getting-started-with-grails-and-qooxdoo</link>
         <description><![CDATA[<p>In my current company I am asked to develop a CMS as you may have read from the Expensii post. I was going to build this CMS with Yii framework however I have changed my decision. The CMS will be developed with Grails and Qooxdoo. The whole application will rely on Grails and for the admin panel instead of getting busy with lots of front-end stuff I will use Qooxdoo. </p>

<p>Let me introduce my tools for the job first. Qooxdoo is a great JavaScript framework which lets you create rich internet applications with its impressive GUI toolkit. Grails, on the other hand, is a great web framework which you use Groovy with and runs on top of the Java Virtual Machine. Both of these two frameworks are open source, under active development and very open to improvements.</p>
]]></description>
         <pubDate>2010-12-05 02:25:00</pubDate>
         <guid>http://www.mengu.net/post/getting-started-with-grails-and-qooxdoo</guid>
      </item>
            <item>
         <title>Django vs. web2py</title>
         <link>http://www.mengu.net/post/django-vs-web2py</link>
         <description><![CDATA[<p>Many people would like to know the differences between <a href="http://www.djangoproject.com">Django</a> and <a href="http://www.web2py.com">web2py</a>. In this short entry, I will make a comparison of two popular Python web frameworks, Django and web2py.</p>

<ul>
<li><p>Django is an <a href="http://www.djangobook.com/en/1.0/chapter05/">MTV framework</a>, web2py is a <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">MVC framework</a>.</p></li>
<li><p>Web2py lets you focus on developing your application, Django doesn't. It wants you to do all its stuff...</p></li>
</ul>
]]></description>
         <pubDate>2010-02-22 12:27:17</pubDate>
         <guid>http://www.mengu.net/post/django-vs-web2py</guid>
      </item>
            <item>
         <title>Introduction to Play Framework</title>
         <link>http://www.mengu.net/post/introduction-to-play-framework</link>
         <description><![CDATA[<p>I have recently discovered this magical web framework named <a href="http://www.playframework.org">Play Framework</a> written with Java. I have never thought web development would be fun and joyful with Java until I saw Play. Only Play was able to change my mind. If you are a Java developer and developing web applications with other frameworks or if you are a web developer who wants to develop web applications with Java I strongly suggest you giving Play a try. I see many Rails developers want to try Grails, ofcourse I encourage them for this however I recommend them trying also Play framework.</p>
]]></description>
         <pubDate>2010-02-10 08:40:16</pubDate>
         <guid>http://www.mengu.net/post/introduction-to-play-framework</guid>
      </item>
          </channel>
</rss>

