Term
|
Definition
- HyperTest Markup Langauge
- specifies the document format used to write Web documents
|
|
|
Term
|
Definition
- Uniform Resource Locatior
- the URL uniquely and unambigously indetifies all Web documents
|
|
|
Term
|
Definition
- HyperText Transfer Protocol
- this is the high-level protocol that is used for requesting and fetching the Web documents given their URL
|
|
|
Term
|
Definition
CGI is an API that allows for executable code stored at a webserver to be activated from a webbrowser. Similar to a call to a static HTML page |
|
|
Term
|
Definition
piece of java byte code that can be downloaded and excuted in the JVM of a webbrowsers |
|
|
Term
|
Definition
special java applications that run on the webserver. |
|
|
Term
|
Definition
pieces of code that are executed when the document is accessed on the server |
|
|
Term
|
Definition
execited when the document is revieved by the browser |
|
|
Term
|
Definition
- Java server pages
- used when servier side is java based
- compiled transparently into servlet for better preformance
|
|
|
Term
|
Definition
- active server pages
- used if server side system is java based
- embedded in HTML or sperate file
|
|
|
Term
|
Definition
- PHP hypertext prepeproccesor
- strong integration with open souce technologies such as the mySQL DBMS and the Apache webserver
|
|
|
Term
distributed object architectures |
|
Definition
support method based interaction between objects on different hosts |
|
|
Term
|
Definition
- remote method invocation
- part of java EE
- interaction between components called enterprise Beans
|
|
|
Term
|
Definition
- rich internet applicaitons
- web based applications with rich look and feel similar to desktop applications
|
|
|
Term
|
Definition
- GUI functionality is split over browser and server
- no refresh of entire HTML page
- Client side scripting combinded with serce side
- XML based data exchange
- Allow for handling GUI server side
|
|
|
Term
|
Definition
- executable code downloaded and run in web browser
- rich non HTML based GUI objects
- Communication with server side business logic
|
|
|