Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To execute this Webroutine from a browser (i.e., to initiate this Webroutine), a user would enter a URL that looks something like this:

http://www.MyWebSite.com/cgi-bin/lansaweb?wam=MYWAM&webrtn=MyWebroutineImage Removed

Note that, when the Endroutine statement is reached, control is passed back to the Presentation Layer.

What the Presentation Layer shows is the web page associated with that Webroutine. Yes, each Webroutine is capable of having its own web page that it shows to the user. More about this in 1.5 The Presentation Layer.

Of course, you will often want to pass data back and forth between the Application Logic Layer and the Presentation Layer. This is done with 1.4.2 Web Maps.