The stored procedure that is invoked from a URL calls subprograms from the PL/SQL Web Toolkit.
Using PL/SQL stored procedures has the advantage of providing all the power and flexibility of database processing
use PL/SQL stored procedures to process Web-browser (HTTP) requests
In Oracle Database 10g, mod_plsql is a plug-in to Oracle HTTP Server that implements PL/SQL Gateway
a set of PL/SQL packages
to develop stored procedures that are called by PL/SQL Gateway
The Toolkit API provides ways for a stored procedure to obtain information about an HTTP request, generate HTTP headers such as content-type and mime-type, set browser cookies, and generate HTML pages
just by using web standards you will make your site a lot more visible on Google, Yahoo!, etc.
most sites on the Web still do not follow web standards, and many web developers working today still use bad, outdated practices. “Why?” You ask.
Lack of education:
Company policy:
“I don’t need to learn them!”:
It will also make your skillset more future–proof, and make you capable of earning more. A lot of companies are requesting skills in web standards these days.
“It’s too hard to learn!”:
Standards support in browsers:
modern browsers all have decent web standards support
by using modern best practices, you can ensure that users of those browsers will still have a reasonable user experience.
Se refiere a los usuarios de los browsers antiguos
They used to write JavaScript that generated menus etc on the fly (no good for people with JavaScript disabled in their browsers, or people with visual impairments using screenreaders, which get confused by such JavaScript)
The integration of Spring with the Google Web Toolkit (GWT) makes Spring and Google tooling an attractive option for building applications that will not have to be rebuilt for rich user experiences on multiple devices.