Why We Use PostgreSQL For Web Application Development
Database, Free for Web, Web Articles for Dummies, Web based Application
Introduction
This document answers the question that some clients ask: “Why use PostgreSQL (as opposed to MySQL, Oracle, MS-Access, FoxPro, etc.) for web application development?” PostgreSQL is a Relational Database Management System (RDBMS) that Summersault prefers as the back-end data management component for the database driven websites that we develop..
..
Choosing PostgreSQL
We’ll address a couple of key factors that one should look at in choosing an RDBMS for a production-quality web application, and why we think PostgreSQL comes out on top for our typical application needs:
- General Advantages
- Features
- ..
…
Full article: http://support.summersault.com/why_postgresql.html
License: Creative Commons License
Related Info Web
- Oracle 10g vs PostgreSQL 8 vs MySQL 5
- Framework, CMS - What Do I Really Want from a Web Application Rapid Development Kit
- Google Web Toolkit - Product Overview
- PRADO : PHP Rapid Application Development Object-oriented
- Why Trails is better than Rails
This is my comparison of installing and getting started with Oracle 10g, PostgreSQL 8 and MySQL 5. This is what I consider the comparison of state of the art for three categories of DB: Commercial vs. Academe vs. Internet Model. This is a comparison from the view of a new user wanting to install a database to learn. I'm trying...
Inspired by the blog What I Want From A Framework, I want to discuss what I want from a web application rapid development kit(WARDK) as a lazy developer.. Here’s what I want: the most important and common features (every web application that supports multiple users need to have these): user management(CRUD operations on users, ban users, user group management), pluggable...
What is Google Web Toolkit? Google Web Toolkit (GWT) is an open source Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to...
PRADO is a component-based and event-driven framework for rapid Web programming in PHP 5. PRADO reconceptualizes Web application development in terms of components, events and properties instead of procedures, URLs and query parameters. A PRADO component is a combination of a specification file (in XML),.. ... Full article: http://www.enomaly.net License: Creative Commons Attribution 2.5...
I haven't used much of the new "Rails"type development kits yet. However, if I have to choose amongst them, I would be choosing Trails. The main problem with Grails (and Rails) is you are adding a new language to the mix. If all you have are highly skilled developers and not planning to do Global Resourcing then that's all cool.. .. So...
