In this talk are presented two high-level technologies for making web pages that are linked to a relational database.
|
We give a brief overview of the new JavaBlend. This system allows you to program the web user interface in Java, where Java data objects are directly linked to the database. These can be used for database access without explicitly using JDBC or SQL.
|
We describe in more detail the older ColdFusion. This is a server-side markup language, which allows you to program SQL database queries in a tag language. This tag language is an extension of HTML and also makes HTML pages to show the results of database operations. Several examples are given in this talk, illustrating the tags used for database operations.
-
ColdFusion also has tags for other server-side services, not discussed here.
|