PL/SQL and asp/jsp [message #456394] |
Mon, 17 May 2010 10:41 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
infernocy
Messages: 1 Registered: May 2010 Location: uk
|
Junior Member |
|
|
Compare the ORACLE Forms Developer and associated tools such as
PL/SQL and Triggers to develop an ORACLE Forms with HTML/XML and scripting languages such ASP/JSP
can anyone answer this quention
thanks
|
|
|
Re: PL/SQL and asp/jsp [message #459838 is a reply to message #456394] |
Tue, 08 June 2010 08:16 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Frank Naude
Messages: 4593 Registered: April 1998
|
Senior Member |
|
|
Well, Oracle's equivalent to ASP, JSP and PHP is PSP (PL/SQL Server Pages). It enables developers to embed code (PL/SQL?) into (X)HTML documents.
FORMS on the other hand, is a GUI RAD development environment that allows developers to attach code to triggers. For example, ON-CLICK execute this PL/SQL.
So, one is document centric and the other event driven.
|
|
|