Advanced Client-Side Scripting
Today's client-side scripts can get large and complex. Client-side scripting may use both script library classes and script library objects to handle such situations.
Script Libraries
Many scripts are reused over many pages in the system. When this happens, it is best to create and to maintain separate script library files (.js). These files contain a number of JavaScript functions that can be included in one shot by the client, making it easier to maintain common scripts. The following class and component stereotypes are used to model these client-side script files.
Name | Script library. |
Metamodel class | Class. |
Description | Defines a number of JavaScript functions and variables. |
Icon | |
Constraints | None. |
Tagged values | None. |
Get Building Web Applications with UML Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.